No class docstring
Method __init__ Undocumented
Method alter Undocumented
Method altermod Undocumented
Method av Undocumented
Method fDev Undocumented
Method fModel Undocumented
Method fAV Undocumented
Method ea Adds an expected 'alter' call.
Method eam Adds an expected 'altermod' call.
Method eav Adds an expected call to fAV, with (1) a regexp pattern for the AV object's string representation and (2) possibly also its value.
Method check Returns the first expected call that was not made, or a string reporting an unexpected call, or None if all expected calls were made.

Inherited from MsgBase:

Method isVerbose Undocumented
Method verboserator Undocumented
Method msg Undocumented
def __init__(self, verbose=False):
Undocumented
@property
def alter(self):
Undocumented
@property
def altermod(self):
Undocumented
@property
def av(self):
Undocumented
def fDev(self, *args):
Undocumented
def fModel(self, *args):
Undocumented
def fAV(self, *args):
Undocumented
def ea(self, *args):

Adds an expected 'alter' call.

def eam(self, *args):

Adds an expected 'altermod' call.

def eav(self, *args):

Adds an expected call to fAV, with (1) a regexp pattern for the AV object's string representation and (2) possibly also its value.

def check(self, Ne=0):

Returns the first expected call that was not made, or a string reporting an unexpected call, or None if all expected calls were made.

ParametersNeThe number, if any, of AV calls expected beyond those accounted for with 'alter' and 'altermod' calls, and expected 'av' calls.
API Documentation for pingspice, generated by pydoctor at 2021-09-18 08:41:11.