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

Class ElectricColeColeSingleFrequencyParameters

 core.Updatable --+                
                  |                
    core.Selectable --+            
                      |            
  datasource.DataSource --+        
                          |        
         ElectricParameters --+    
                              |    
ElectricNondispersiveParameters --+
                                  |
                                 ElectricColeColeSingleFrequencyParameters

Concrete class to hold parameters for electric Cole-Cole properties. The Cole-Cole model presented is a 4-pole model.

Class Hierarchy for ElectricColeColeSingleFrequencyParameters
Class Hierarchy for ElectricColeColeSingleFrequencyParameters

constructor ElectricColeColeSingleFrequencyParameters():

Instance Methods
Expression
poleBroadness(iPole)
Returns the broadness of the specified pole.
Expression
relaxationTime(iPole)
Returns the relaxation time for the specified pole.
Expression
setPoleBroadness(iPole, iBroadness)
Sets the broadness of the specified pole.
Expression
setRelaxationTime(iPole, iRelaxationTime)
Sets the relaxation time for the specified pole.
Expression
setStaticRelativePermittivity(iPole, iStaticRelativePermittivity)
Sets the static relative permittivity of the specified pole.
Expression
staticRelativePermittivity(iPole)
Returns the static relative permittivity of the specified pole.

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 conductivity
The conductivity of the material.
ExpressionNone frequency
The single frequency at which to evaluate the Cole-Cole formula.
ExpressionNone infiniteFrequencyRelativePermittivity
The relative permittivity at very high frequencies.

Inherited from ElectricNondispersiveParameters: conductivityValue, relativePermittivityValue, useSurfaceConductivityCorrection

Inherited from ElectricParameters: goodConductorMode, linearTemperatureCoefficient, nominalTemperature, quadraticTemperatureCoefficient

Inherited from core.Selectable: metaData, name, notes

Method Details

poleBroadness(iPole)

 

Returns the broadness of the specified pole.

Parameters:
  • iPole (int) - The number of the pole. {0,1,2,3}
Returns: Expression

relaxationTime(iPole)

 

Returns the relaxation time for the specified pole.

Parameters:
  • iPole (int) - The number of the pole. {0,1,2,3}
Returns: Expression

setPoleBroadness(iPole, iBroadness)

 

Sets the broadness of the specified pole.

Parameters:
  • iPole (int) - The number of the pole. {0,1,2,3}
  • iBroadness (Expression) - The new broadness.
Returns: Expression

setRelaxationTime(iPole, iRelaxationTime)

 

Sets the relaxation time for the specified pole.

Parameters:
  • iPole (int) - The number of the pole. {0,1,2,3}
  • iRelaxationTime (Expression) - The new relaxation time.
Returns: Expression

setStaticRelativePermittivity(iPole, iStaticRelativePermittivity)

 

Sets the static relative permittivity of the specified pole.

Parameters:
  • iPole (int) - The number of the pole. {0,1,2,3}
  • iStaticRelativePermittivity (Expression) - The new static relative permittivity.
Returns: Expression

staticRelativePermittivity(iPole)

 

Returns the static relative permittivity of the specified pole.

Parameters:
  • iPole (int) - The number of the pole. {0,1,2,3}
Returns: Expression