CSPropLumpedElement
- class CSXCAD.CSProperties.CSPropLumpedElement
Bases:
CSProperties
Lumped element property.
A lumped element can consist of a resitor 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 resitance value
C – float – lumped capacitance value
L – float – lumped inductance value
- GetCapacity()
- GetCaps()
- GetDirection()
- GetInductance()
- GetResistance()
- SetCapacity(val)
- SetCaps(val)
- SetDirection(ny)
- SetInductance(val)
- SetResistance(val)