Regular API function

simClearFloatSignal / sim.clearFloatSignal

Description Clears a float signal (removes it). See also the other signal functions.
C/C++
synopsis
simInt simClearFloatSignal(const simChar* signalName)
C/C++
parameters
signalName: name of the signal
C/C++
return value
-1 if operation was not successful
Lua
synopsis
sim.clearFloatSignal(string signalName)
Lua
parameters
Similar to the C-function counterpart
Lua
return values
Python
synopsis
sim.clearFloatSignal(string signalName)