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