lcapy.oneport.Vnoise

class lcapy.oneport.Vnoise(V, nid=None, **kwargs)

Bases: VoltageSourceBase

Noise 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

is_noisy

Indicates the voltage source is noisy.

netkeyword

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