V_pulsePulse voltage source |
This information is part of the Modelica Standard Library maintained by the Modelica Association.
Periodic pulse source with not limited number of periods.
A single pulse is described by the following table:
time |
value |
0 |
V1 |
TD |
V1 |
TD+TR |
V2 |
TD+TR+PW |
V2 |
TD+TR+PW+TF |
V1 |
TSTOP |
V1 |
Intermediate points are determined by linear interpolation.
A pulse it looks like a saw tooth, use this parameters e.g.:
Parameter |
Value |
V1 |
0 |
V2 |
1 |
TD |
0 |
TR |
1 |
TF |
1 |
PW |
2 |
PER |
1 |
V1 |
Value: 0 Type: Voltage (V) Description: Initial value |
---|---|
V2 |
Value: 0 Type: Voltage (V) Description: Pulsed value |
TD |
Value: 0.0 Type: Time (s) Description: Delay time |
TR |
Value: Type: Time (s) Description: Rise time |
TF |
Value: TR Type: Time (s) Description: Fall time |
PW |
Value: Modelica.Constants.inf Type: Time (s) Description: Pulse width |
PER |
Value: Modelica.Constants.inf Type: Time (s) Description: Period |
p |
Type: PositivePin Description: Positive electrical pin |
|
---|---|---|
n |
Type: NegativePin Description: Negative electrical pin |
Modelica.Electrical.Spice3.Examples Simple inverter circuit |
|
Modelica.Electrical.Spice3.Examples Two inverters where transistor models use different modelcard instances |
|
Modelica.Electrical.Spice3.Examples Two inverters with MOS models defined by inheritance |
|
Modelica.Electrical.Spice3.Examples Four inverters with MOSFET level 1, using private record as model card |
|
Modelica.Electrical.Spice3.Examples MOS Nand gate circuit |
|
Modelica.Electrical.Spice3.Examples MOS NOR gate circuit |
|
Modelica.Electrical.Spice3.Examples Oscillator circuit |
|
Spice3BenchmarkDifferentialPair Modelica.Electrical.Spice3.Examples Simple differential pair |
|
Spice3BenchmarkMosfetCharacterization Modelica.Electrical.Spice3.Examples Mos output characteristics |
|
Modelica.Electrical.Spice3.Examples Simple RTL inverter |
|
Spice3BenchmarkFourBitBinaryAdder Modelica.Electrical.Spice3.Examples ADDER - 4 BIT ALL-NAND-GATE BINARY ADDER |