Resistor
- class qultra.R(node_minus, node_plus, R_value)[source]
Bases:
objectRepresents a resistor component.
- Parameters:
node_minus (int) – The node to which the negative terminal is connected, the code assumes that at least one of the two nodes is connected to ground.
node_plus (int) – The node to which the positive terminal is connected, the code assumes that at least one of the two nodes is connected to ground.
R_value (float) – Resistance value [Ohm]