Rmessage

SCPI Commands :

SOURce:GPRF:GENerator<Instance>:SEQuencer:APOol:RMESsage:ALL
SOURce:GPRF:GENerator<Instance>:SEQuencer:APOol:RMESsage
class RmessageCls[source]

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

get(index: int) str[source]
# SCPI: SOURce:GPRF:GENerator<Instance>:SEQuencer:APOol:RMESsage
value: str = driver.source.sequencer.apool.rmessage.get(index = 1)

Queries the reliability message for the ARB file with the specified <Index>. For possible values, see ‘Reliability indicator’.

param index:

integer

return:

reliability_msg: string Reliability message

get_all() List[str][source]
# SCPI: SOURce:GPRF:GENerator<Instance>:SEQuencer:APOol:RMESsage:ALL
value: List[str] = driver.source.sequencer.apool.rmessage.get_all()

Queries the reliability messages for all ARB files in the file pool. For possible values, see ‘Reliability indicator’.

return:

reliability_msg: string Comma-separated list of strings One string per file, from index 0 to index n