Regular API function

sim.getNamedBoolParam

Description Retrieves a named bool parameter. Accepted values are true, false, on, off, 1 or 0. See also the other simulator named parameter related functions.
C/C++
synopsis
C/C++
parameters
C/C++
return value
Lua
synopsis
bool boolParam=sim.getNamedBoolParam(string paramName)
Lua
parameters
paramName: the key or name of the parameter
Lua
return values
the parameter if it exists.
Python
synopsis
bool boolParam=sim.getNamedBoolParam(string paramName)