TwelveVoltRailMax_V

Highest 12V supply voltage measured.

Syntax: see Call Structure

{

"method": "cbrx_connection_get",

"params": [

connection-handle,

"TwelveVoltRailMax_V"

]

}

connection-handle is the Connection Handles as an integer.

Returns:

{

"result":twelve-volt-max

}

twelve-volt-max is the highest amount of volts seen in Volts displayed as a decimal.

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