WOLFRAM SYSTEM MODELER
CircuitWithEventA model of a RLC circuit |
SystemModel["DocumentationExamples.Modeling.ElectricCircuit.CircuitWithEvent"]
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.
R |
Value: 100 Type: Resistance (Ω) Description: Resistance |
---|---|
L |
Value: 0.1 Type: Inductance (H) Description: Inductance |
C |
Value: 0.01 Type: Capacitance (F) Description: Capacitance |
t |
Value: 1 Type: Time (s) Description: Start time for switch |
v |
Type: RealInput Description: Input voltage |
|
---|---|---|
vc |
Type: RealOutput Description: Capacitor voltage |
ground |
Type: Ground Description: Ground node |
|
---|---|---|
resistor |
Type: Resistor Description: Ideal linear electrical resistor |
|
inductor |
Type: Inductor Description: Ideal linear electrical inductor |
|
capacitor |
Type: Capacitor Description: Ideal linear electrical capacitor |
|
idealClosingSwitch1 |
Type: IdealClosingSwitch Description: Ideal electrical closer |
|
voltageSensor |
Type: VoltageSensor Description: Sensor to measure the voltage between two pins |
|
signalVoltage |
Type: SignalVoltage Description: Generic voltage source using the input signal as source voltage |
|
switch |
Type: BooleanStep Description: Generate step signal of type Boolean |