Rlc#
- class pyedb.grpc.database.utility.rlc.Rlc(pedb, edb_object)#
Bases:
ansys.edb.core.utility.rlc.RlcRepresents an RLC.
- Attributes:
- rValueLike, default: 0
Resistance value. This parameter is only used if
r_enabled=True.- r_enabledbool, default:
False Whether resistance is enabled.
- lValueLike, default: 0
Inductance value. This parameter is only used if
c-l_enabled=True.- l_enabledbool, default:
False Whether inductance is enabled.
- cValueLike, default: 0
Capacitance value. This parameter is only used if
c_enabled=True.- c_enabledbool, default:
False Whether capacitance is enabled.
- is_parallelbool, default:
True Whether the r, l, and c elements are in parallel. If
False, these elements are in series.
Overview#
Import detail#
from pyedb.grpc.database.utility.rlc import Rlc