Package empro :: Module empro :: Module material :: Class ElectricParameters
[frames] | no frames]

Class ElectricParameters

core.Updatable --+        
                 |        
   core.Selectable --+    
                     |    
 datasource.DataSource --+
                         |
                        ElectricParameters
Known Subclasses:

Defines the base interface for specifying parameters for electric properties of materials.

Class Hierarchy for ElectricParameters
Class Hierarchy for ElectricParameters

Instance Methods
string
parametersType()
Returns the type of the parameters at hand.

Inherited from datasource.DataSource: dataSet, dataSetIds, dataSets, variableIds, variables

Inherited from core.Selectable: clone, isSelected

Inherited from core.Updatable: __enter__, __exit__, hash, isValid, reasonWhyInvalid

Properties
  goodConductorMode
No documentation available.
  linearTemperatureCoefficient
No documentation available.
  nominalTemperature
No documentation available.
  quadraticTemperatureCoefficient
No documentation available.

Inherited from core.Selectable: metaData, name, notes

Method Details

parametersType()

 

Returns the type of the parameters at hand. Possible return values are {DebyeDrude,Lorentz,Freespace,FixedComplexPermittivity,FixedLossTangent,IndexOfRefraction,Normal,Nonlinear,PEC,Sampled,ColeCole}.

Returns: string