Reliability

SCPI Commands

SOURce:DATA:CONTrol:SUPL:RELiability:ALL
SOURce:DATA:CONTrol:SUPL:RELiability
class Reliability[source]

Reliability commands group definition. 2 total commands, 0 Sub-groups, 2 group commands

class AllStruct[source]

Structure for reading output parameters. Fields:

  • Reliability: int: No parameter help available

  • Reliability_Msg: str: No parameter help available

  • Reliability_Add_Info: str: No parameter help available

class GetStruct[source]

Response structure. Fields:

  • Reliability: int: No parameter help available

  • Reliability_Msg: str: No parameter help available

  • Reliability_Add_Info: str: No parameter help available

get(details: Optional[str] = None)GetStruct[source]
# SCPI: SOURce:DATA:CONTrol:SUPL:RELiability
value: GetStruct = driver.source.data.control.supl.reliability.get(details = '1')

No command help available

param details

No help available

return

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

get_all()AllStruct[source]
# SCPI: SOURce:DATA:CONTrol:SUPL:RELiability:ALL
value: AllStruct = driver.source.data.control.supl.reliability.get_all()

No command help available

return

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