lcapy.oneport.Vstep

class lcapy.oneport.Vstep(v, **kwargs)

Bases: VoltageSourceBase

Step voltage source (s domain voltage of v / s).

Parameters:

v (int or float or complex) – Voltage value \(v\)

args

Voltage value \(v\)

Type:

tuple[int or float or complex]

v0

Initial Voltage \(v_0\)

Type:

int or float or complex

Methods

__init__(v, **kwargs)

Attributes

netkeyword

The netlist keyword to define the voltage source type

netkeyword = 'step'

The netlist keyword to define the voltage source type

Type:

str