lcapy.oneport.sV

class lcapy.oneport.sV(Vval, **kwargs)

Bases: VoltageSourceBase

Arbitrary s-domain voltage source

Parameters:

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

args

Voltage value \(v\)

Type:

tuple[int or float or complex]

Methods

__init__(Vval, **kwargs)

Attributes

netkeyword

The netlist keyword to define the voltage source type

netkeyword = 's'

The netlist keyword to define the voltage source type

Type:

str