Description
|
Gets the value of a double signal. Signals are cleared at simulation start. See also sim.setDoubleSignal, the other signal functions, and sim.persistentDataRead.
|
C synopsis
|
simInt simGetDoubleSignal(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, 0 if signal does not exist, 1 if signalValue was retrieved
|
Lua synopsis
|
number signalValue=sim.getDoubleSignal(string signalName)
|
Lua parameters |
signalName: name of the signal
|
Lua return values
|
signalValue: value of the signal. nil if operation was not successful or if signal does not exist
|
Remote API equiv.
|
|