Description
|
Sets the value of an integer signal. If that signal is not yet present, it is added. Signals created in the main script or in a child script are automatically cleared at simulation end. See also sim.getIntegerSignal, the other signal functions, and sim.persistentDataWrite.
|
C synopsis
|
simInt simSetIntegerSignal(const simChar* signalName,simInt signalValue)
|
C parameters |
signalName: name of the signal
signalValue: value of the signal
|
C return value
|
-1 if operation was not successful
|
Lua synopsis
|
sim.setIntegerSignal(string signalName,number signalValue) |
Lua parameters |
Similar to the C-function counterpart
|
Lua return values
|
none |
Remote API equiv.
|
|