pingspice.circuit.wrappers.Wrapper(object)
class documentation
Part of pingspice.circuit.wrappers
(View In Hierarchy)
Known subclasses: pingspice.circuit.wrappers.Array, pingspice.circuit.wrappers.Paren, pingspice.circuit.wrappers.PWL
I am a base class for various wrappers that surround your arguments with useful text in a netlist line.
Instantiate your wrapper with a first argument specifying text that goes to the left of the rest of the arguments. Then provide the wrapper object as an argument just like you would any other argument.
Method | __init__ | Undocumented |
Method | __iter__ | You can iterate me over my arguments. |
Method | __call__ | Undocumented |
Method | __str__ | Undocumented |
Method | argsToString | Undocumented |
Method | kwToString | Undocumented |