Newbie needs help

Steven D'Aprano steve at REMOVE-THIS-cybersource.com.au
Mon Jul 6 21:20:04 EDT 2009


On Mon, 06 Jul 2009 17:00:39 -0600, nacim_bravo wrote:

> Dear Python gurus,
> 
> If I'd like to set dielectric constant for the certain material, is it
> possible to do such in Python environment? If yes, how to do or what
> syntax can be used?

certain_material.dielectric_constant = 1.234


> Also, I'd like to get a simulation result, like voltage, is it possible
> to get this value in Python environment?

Yes.



-- 
Steven



More information about the Python-list mailing list