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

Class ElectricDjordjevicComplexPermittivityParameters

core.Updatable --+            
                 |            
   core.Selectable --+        
                     |        
 datasource.DataSource --+    
                         |    
        ElectricParameters --+
                             |
                            ElectricDjordjevicComplexPermittivityParameters

Concrete ElectricParameters class using the Svensson/Djordjevic model where a complex relative permittivity is specified at a certain evaluation frequency, next to a low and a high roll-off frequency.

Class Hierarchy for ElectricDjordjevicComplexPermittivityParameters
Class Hierarchy for ElectricDjordjevicComplexPermittivityParameters

constructor ElectricDjordjevicComplexPermittivityParameters():

constructor ElectricDjordjevicComplexPermittivityParameters(iComplexPermittivity, iLowFrequency, iEvaluationFrequency, iHighFrequency):

Instance Methods

Inherited from ElectricParameters: parametersType

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
ComplexExpressionNone complexPermittivity
The complex relative permittivity at the evaluation frequency.
ExpressionNone evaluationFrequency
The frequency at which the complex permittivity is specified.
ExpressionNone highFrequency
The high roll-off frequency.
ExpressionNone lowFrequency
The low roll-off frequency.

Inherited from ElectricParameters: goodConductorMode, linearTemperatureCoefficient, nominalTemperature, quadraticTemperatureCoefficient

Inherited from core.Selectable: metaData, name, notes

Property Details

highFrequency

The high roll-off frequency. Above this frequency the imaginar part of the permittivity is close to zero.

Type:
ExpressionNone

lowFrequency

The low roll-off frequency. Below this frequency the imaginar part of the permittivity is close to zero.

Type:
ExpressionNone