Wire conductor (per IEEE specs). A specific type of wire or
combination of wires, not insulated from each other, suitable for
carrying electrical current.
|
|
__init__(self,
rAC75=0.0,
coreRadius=0.0,
coreStrandCount=0,
rAC25=0.0,
radius=0.0,
gmr=0.0,
rDC20=0.0,
rAC50=0.0,
material='steel',
sizeDescription='',
strandCount=0,
ratedCurrent=0.0,
ConcentricNeutralCableInfos=None,
WireArrangements=None,
*args,
**kw_args)
Initialises a new 'WireType' instance. |
|
|
|
|
| addConcentricNeutralCableInfos(self,
*ConcentricNeutralCableInfos) |
|
|
|
|
| addWireArrangements(self,
*WireArrangements) |
|
|
|
|
getConcentricNeutralCableInfos(self)
All concentric neutral cables using this wire type. |
|
|
|
|
getWireArrangements(self)
All wire arrangements using this wire type. |
|
|
|
|
| removeConcentricNeutralCableInfos(self,
*ConcentricNeutralCableInfos) |
|
|
|
|
| removeWireArrangements(self,
*WireArrangements) |
|
|
|
|
| setConcentricNeutralCableInfos(self,
value) |
|
|
|
|
| setWireArrangements(self,
value) |
|
|
|
Inherited from object:
__delattr__,
__format__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__repr__,
__setattr__,
__sizeof__,
__str__,
__subclasshook__
|
|
|
_attr_types = {'coreRadius': <type 'float'>, 'coreStrandCount'...
|
|
|
_attrs = ['rAC75', 'coreRadius', 'coreStrandCount', 'rAC25', '...
|
|
|
_defaults = {'coreRadius': 0.0, 'coreStrandCount': 0, 'gmr': 0...
|
|
|
_enums = {'material': 'ConductorMaterialKind'}
|
|
|
_many_refs = ['ConcentricNeutralCableInfos', 'WireArrangements']
|
|
|
_refs = ['ConcentricNeutralCableInfos', 'WireArrangements']
|