Skip to content

Piecewise Linear Resistor

Symbol

Description

Piecewise Linear Resistor

This component represents a nonlinear resistor using a piecewise linear approximation, where the resistance, R, is defined as the ratio of voltage, V, to the current, I, passing through the resistor.

Resistance is expressed using segmented data points, for instance, (V1, I1), (V2, I2), (V3, I3). When the input current falls outside the range of these data points, the resistance value of the first or last segment is used.

Internally, this resistor is modeled by a voltage source in series with an ideal resistor. The voltage and resistor values are recalculated whenever the segment changes. Each segment change is considered by the solver as a discontinuity.

SIMBA returns an error if the input data points are not in ascending order of current.

1
        !!! note

The Voltage-Current matrix should have two columns. The first column lists voltage values, and the second column lists the corresponding current values.

1
        !!! note

The default values represents a 1200 V power diode.

Library

Electrical > RLC

Pins

Name Description
P Positive Pin (●)
N Negative Pin

Parameters

Name Description
VoltageCurrentMatrix Voltage[V] - Current[A] Matrix