pingspice.circuit.av.ValueBasis(SlotPickleMixin)
class documentation
Part of pingspice.circuit.av
(View In Hierarchy)
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.
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.