TwelveVoltRail_Limit_Min_V
Lower limit of the 12V rail that will trigger the error flag.
Syntax: see Call Structure
{ "method": "cbrx_connection_get", "params": [ connection-handle, "TwelveVoltRail_Limit_Min_V" ] } |
connection-handle is the Connection Handles as an integer.
Returns:
{ "result":twelve-volt-limit-min } |
twelve-volt-limit-min is the minimum amount of volts before error is flagged in Volts displayed as a decimal.
Example
Copy
{
"jsonrpc": "2.0",
"id": 0,
"result": 9.59
}