Exceeded

SCPI Commands :

SENSe:BASE:TEMPerature:EXCeeded:LIST
SENSe:BASE:TEMPerature:EXCeeded
class ExceededCls[source]

Exceeded commands group definition. 2 total commands, 0 Subgroups, 2 group commands

class ListPyStruct[source]

Structure for reading output parameters. Fields:

  • Meas_Point: List[str]: No parameter help available

  • Current_Temp: List[float]: No parameter help available

  • Max_Temp: List[float]: No parameter help available

get_list_py() ListPyStruct[source]
# SCPI: SENSe:BASE:TEMPerature:EXCeeded:LIST
value: ListPyStruct = driver.sense.temperature.exceeded.get_list_py()

No command help available

return:

structure: for return value, see the help for ListPyStruct structure arguments.

get_value() bool[source]
# SCPI: SENSe:BASE:TEMPerature:EXCeeded
value: bool = driver.sense.temperature.exceeded.get_value()

No command help available

return:

exceed: No help available