Description
|
Clears a double signal (removes it). See also the other signal functions. |
C synopsis
|
simInt simClearDoubleSignal(const simChar* signalName)
|
C parameters |
signalName: name of the signal or NULL to clear all double signals
|
C return value
|
-1 if operation was not successful, otherwise the number of signals cleared
|
Lua synopsis
|
number result=sim.clearDoubleSignal(string signalName) |
Lua parameters |
Same as C-function
|
Lua return values
|
Same as C-function
|
Remote API equiv.
|
|