Reliability

SCPI Commands :

SOURce:GPRF:GENerator<Instance>:RELiability
SOURce:GPRF:GENerator<Instance>:RELiability:ALL
class ReliabilityCls[source]

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

class AllStruct[source]

Structure for reading output parameters. Fields:

  • Reliability: int: Reliability indicator

  • Reliability_Msg: str: Reason for the reliability value. Empty string ‘’ for reliability = 0.

  • Reliability_Add_Info: str: No parameter help available

get(details: str = None) str[source]
# SCPI: SOURce:GPRF:GENerator<Instance>:RELiability
value: str = driver.source.gprf.generator.reliability.get(details = 'abc')

No command help available

Suppressed linked return values: reliability

param details:

No help available

return:

reliability_msg: No help available

get_all() AllStruct[source]
# SCPI: SOURce:GPRF:GENerator<Instance>:RELiability:ALL
value: AllStruct = driver.source.gprf.generator.reliability.get_all()

Reports if and why there are problems generating the configured signal. For possible values, see ‘Reliability indicator’.

return:

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