Description
|
Sets the value of a double 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.getDoubleSignal, the other signal functions, and sim.persistentDataWrite.
|
C synopsis
|
simInt simSetDoubleSignal(const simChar* signalName,simDouble signalValue)
|
C parameters |
signalName: name of the signal
signalValue: value of the signal
|
C return value
|
-1 if operation was not successful. In a future release, a more differentiated return value might be available
|
Lua synopsis
|
number result=sim.setDoubleSignal(string signalName,number signalValue)
|
Lua parameters |
Same as C-function
|
Lua return values
|
Same as C-function
|
Remote API equiv.
|
|