InputRailMax_V

Highest input voltage measured in Volts (V).

Syntax: see Call Structure

{

"method": "cbrx_connection_get",

"params": [

connection-handle,

"InputRailMax_V"

]

}

connection-handle is the Connection Handles as an integer.

Returns:

{

"result":InputRailMax_V

}

InputRailMax_V is a decimal number in Volts, format n.nn

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