WOLFRAM SYSTEM MODELER
RLA model of a RL circuit, showing raise and decrease of the current, with a voltage source that turns off after reaching a fraction k of the maximum current |
|

SystemModel["DocumentationExamples.Modeling.ElectricCircuit.RL"]

This library contains models used in the documentation of system modeling functionality in Wolfram Language. These examples and this library can be explored in the Wolfram Language documentation.
| k |
Value: 0.999 Type: DimensionlessRatio Description: Desired current ratio |
|---|---|
| R |
Value: 200 Type: Resistance (Ω) Description: Resistance |
| L |
Value: 0.00025 Type: Inductance (H) Description: Inductance |
| t |
Value: -L * log(1 - k) / R Type: Time (s) Description: Voltage source switch off time |
| V |
Value: 40 Type: Voltage (V) Description: Source voltage |
| ground |
Type: Ground Description: Ground node |
|
|---|---|---|
| resistor |
Type: Resistor Description: Ideal linear electrical resistor |
|
| inductor |
Type: Inductor Description: Ideal linear electrical inductor |
|
| signalV |
Type: SignalVoltage Description: Generic voltage source using the input signal as source voltage |
|
| source |
Type: Step Description: Generate step signal of type Real |