CSPropLumpedElement
- class CSXCAD.CSProperties.CSPropLumpedElement
Bases:
CSXCAD.CSProperties.CSProperties
Lumped element property.
A lumped element can consist of a resistor R, capacitor C and inductance L active in a given direction ny. If Caps are enable, a small PEC plate is added to each end of the lumped element to ensure contact to a connecting line
- Parameters
ny – int or str – direction: 0,1,2 or ‘x’,’y’,’z’ for the orientation of the lumped element
caps – bool – enable/disable caps
R – float – lumped resistance value
C – float – lumped capacitance value
L – float – lumped inductance values
LEtype – int – lumped element type
- GetCapacity()
- GetCaps()
- GetDirection()
- GetInductance()
- GetLEtype()
- GetResistance()
- SetCapacity(val)
- SetCaps(val)
- SetDirection(ny)
- SetInductance(val)
- SetLEtype(val)
- SetResistance(val)