|
|
|
|
|
Load(self,
reader)
Load this signal generator using the provided reader. |
|
|
|
|
LoadToTarget(self)
Loads the signal generator on the target, and sets it's state to
eREADY. |
|
|
|
|
Pause(self)
Pause the signal generator on the target. |
|
|
|
|
Save(self,
writer)
Save the signal generator using the passed writer. |
|
|
|
|
Start(self)
Start a previously loaded signal generator on the target. |
|
|
|
|
Stop(self)
Stops the signal generator on the target. |
|
|
|
|
__init__(self,
SignalGeneratorReader=None,
Configuration=None,
FrameLength=None)
Return a SimWB ASAM signal generator. |
|
|
|
|
|
|
StringNamedCollection
|
getAssignments(self)
Returns the variables which are already assigned to the model. |
|
|
|
float
|
|
|
SignalDescriptionSet
|
getSignalDescriptionSet(self)
This method provides access to the collection of SignalDescriptions
of the SignalGenerator. |
|
|
|
SignalGeneratorState
|
getState(self)
Return the signal generator state (eRUNNING, eFINISHED, etc). |
|
|
|
|
|
|
|
setSignalDescriptionSet(self,
value)
This method is used to set the complete SignalDescriptionSet of the
SignalGenerator. |
|
|
|
Inherited from object:
__delattr__,
__format__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__setattr__,
__sizeof__,
__str__,
__subclasshook__
|