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