# RLC Network
RLCNetwork defines a simple lumped network made from resistor, capacitor, and inductor values.
This network corresponds to tidy3d.rf.RLCNetwork (opens new window).
# Network Topology
network_topology: Connection topology for the enabled RLC elements.
- Options: Series/Parallel
- Default: Series
# Resistance
resistance: Resistance value included in the network.
- Type: float number
- Unit:
- Constraint: greater than 0
- Default: None
When the checkbox is enabled in the GUI, the entered resistance is included in the network.
# Capacitance
capacitance: Capacitance value included in the network.
- Type: float number
- Unit: F
- Constraint: greater than 0
- Default: None
When the checkbox is enabled in the GUI, the entered capacitance is included in the network.
# Inductance
inductance: Inductance value included in the network.
- Type: float number
- Unit: H
- Constraint: greater than 0
- Default: None
When the checkbox is enabled in the GUI, the entered inductance is included in the network.
WARNING
At least one of resistance, capacitance, or inductance must be enabled.