I hold attributes that are the basis for my AV object's ultimate value.

Instance Variable default The default value, which will be set to midway between the lower and upper bounds if not known.
Instance Variable minMax A 2-sequence containing the value's lower and upper bounds.
Instance Variable known Set True if the default value is a known value, not subject to parameter finding.
Instance Variable enum If not None, my value represents a continous index position from 0-1 along an equispaced range divided into subranges, one subrange per enumerated value.
Method __getattr__ My default attribute value of known and logSpace is False, and of everything else is None.
Method __repr__ Undocumented
Method __nonzero__ Undocumented
Method __eq__ Undocumented
Method __ne__ Undocumented

Inherited from SlotPickleMixin:

Method __getstate__ Undocumented
Method __setstate__ Undocumented
default =
The default value, which will be set to midway between the lower and upper bounds if not known.
minMax =
A 2-sequence containing the value's lower and upper bounds.
known =
Set True if the default value is a known value, not subject to parameter finding.
enum =
If not None, my value represents a continous index position from 0-1 along an equispaced range divided into subranges, one subrange per enumerated value.
def __getattr__(self, name):

My default attribute value of known and logSpace is False, and of everything else is None.

def __repr__(self):
Undocumented
def __nonzero__(self):
Undocumented
def __eq__(self, other):
Undocumented
def __ne__(self, other):
Undocumented
API Documentation for pingspice, generated by pydoctor at 2021-09-18 08:41:11.