V_pulse

Pulse voltage source

Information

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

Note

  • All parameters of sources should be set explicitly.
  • since TSTEP and TSTOP are not available for modeling in Modelica, differences to SPICE may occur if not all parameters are set.

Parameters (7)

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

Connectors (2)

p

Type: PositivePin

Description: Positive electrical pin

n

Type: NegativePin

Description: Negative electrical pin

Used in Examples (11)

Inverter

Modelica.Electrical.Spice3.Examples

Simple inverter circuit

InvertersApartRecord

Modelica.Electrical.Spice3.Examples

Two inverters where transistor models use different modelcard instances

InvertersExtendedModel

Modelica.Electrical.Spice3.Examples

Two inverters with MOS models defined by inheritance

FourInverters

Modelica.Electrical.Spice3.Examples

Four inverters with MOSFET level 1, using private record as model card

Nand

Modelica.Electrical.Spice3.Examples

MOS Nand gate circuit

Nor

Modelica.Electrical.Spice3.Examples

MOS NOR gate circuit

Oscillator

Modelica.Electrical.Spice3.Examples

Oscillator circuit

Spice3BenchmarkDifferentialPair

Modelica.Electrical.Spice3.Examples

Simple differential pair

Spice3BenchmarkMosfetCharacterization

Modelica.Electrical.Spice3.Examples

Mos output characteristics

Spice3BenchmarkRtlInverter

Modelica.Electrical.Spice3.Examples

Simple RTL inverter

Spice3BenchmarkFourBitBinaryAdder

Modelica.Electrical.Spice3.Examples

ADDER - 4 BIT ALL-NAND-GATE BINARY ADDER