InputRail_Limit_Max_V
Upper limit of the input rail that will trigger the error flag
Syntax: see Call Structure
{ "method": "cbrx_connection_get", "params": [ connection-handle, "InputRail_Limit_Max_V" ] } |
connection-handle is the Connection Handles as an integer.
Returns:
{ "result": InputRail-Limit-Max } |
InputRail-Limit-Max is a decimal number in Volts, format n.nn
Example
Copy
{
"jsonrpc": "2.0",
"id": 0,
"result": 24.7
}