lcapy.oneport.Vnoise
- class lcapy.oneport.Vnoise(V, nid=None, **kwargs)
Bases:
VoltageSourceBaseNoise voltage source.
- Parameters:
V (int or float) – Voltage value \(V\)
nid (optional) – Noise Identifier
- args
A tuple containing Voltage value \(V\) and noise identifier
nid
Methods
__init__(V[, nid])Attributes
Indicates the voltage source is noisy.
The netlist keyword to define the voltage source type
- is_noisy = True
Indicates the voltage source is noisy.
- Type:
bool
- netkeyword = 'noise'
The netlist keyword to define the voltage source type
- Type:
str