flex_rf.tidy3d.LumpedCircuitComponent
Type: class │ Base(s): MicrowaveBaseModel
Description
Section titled “Description”Single R, L, or C branch between two nodes.
Example(s)
Section titled “Example(s)”cap = LumpedCircuitComponent(element_type="C", node_plus="1", node_minus="0", value=1e-12)res = LumpedCircuitComponent(element_type="R", node_plus="1", node_minus="0", value=50.0)Parameters
Section titled “Parameters”element_type [Literal['R', 'L', 'C']] |
|
Element type: ‘R’, ‘L’, or ‘C’. |
node_plus [str] |
|
Name of the plus node. |
node_minus [str] |
|
Name of the minus node. |
value [PositiveFloat] |
|
Nominal value of the element. |
name [str] = '' |
|
Optional component name. |