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

Class ElectricDjordjevicLossTangentParameters

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

Concrete electric parameters class using the Svensson/Djordjevic model where loss tangent and relative permittivity are given at a certain evaluation frequency, next to a low and a high roll-off frequency.

Class Hierarchy for ElectricDjordjevicLossTangentParameters
Class Hierarchy for ElectricDjordjevicLossTangentParameters

constructor ElectricDjordjevicLossTangentParameters():

constructor ElectricDjordjevicLossTangentParameters(iLossTangent, iLowFrequency, iEvaluationFrequency, iHighFrequency, iRelativePermittivity):

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
ExpressionNone evaluationFrequency
The frequency at which the loss tangent and relative permittivity are specified.
ExpressionNone highFrequency
The high roll-off frequency.
ExpressionNone lossTangent
The loss tangent of the material at the evaluation frequency.
ExpressionNone lowFrequency
The low roll-off frequency.
ExpressionNone relativePermittivity
The relative permittivity of the material at the evaluation 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 loss tangent is close to zero.

Type:
ExpressionNone

lowFrequency

The low roll-off frequency. Below this frequency the loss tangent is close to zero.

Type:
ExpressionNone