TwelveVoltRail_Limit_Max_V

Upper limit of the 12V rail that will trigger the error flag.

Syntax: see Call Structure

{

"method": "cbrx_connection_get",

"params": [

connection-handle,

"TwelveVoltRail_Limit_Max_V"

]

}

connection-handle is the Connection Handles as an integer.

Returns:

{

"result":twelve-volt-limit-max

}

twelve-volt-limit-max is the maximum amount of volts before error is flagged in Volts displayed as a decimal.

Example
Copy
{
    "jsonrpc": "2.0",
    "id": 0,
    "result": 14.5
}