Regular API function

sim.getNamedInt32Param

Description Retrieves a named int parameter. See also the other simulator named parameter related functions.
C/C++
synopsis
C/C++
parameters
C/C++
return value
Lua synopsis int intParam=sim.getNamedIntParam(string paramName)
Lua parameters
paramName: the key or name of the parameter
Lua return values
the parameter if it exists.
Python synopsis int intParam=sim.getNamedIntParam(string paramName)