Sequence

SCPI Command:

FETCh:AFRF:MEASurement<Instance>:MEValuation:TONes:SINLeft:SEQuence
READ:AFRF:MEASurement<Instance>:MEValuation:TONes:SINLeft:SEQuence
class SequenceCls[source]

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

class ResultData[source]

Response structure. Fields:

  • Reliability: int: See ‘Reliability indicator values’

  • Length: int: Length of the tone sequence (number of digits)

  • Sequence: List[str]: Comma-separated list of 42 strings Each string indicates a dialed digit.

fetch() ResultData[source]
# SCPI: FETCh:AFRF:MEASurement<Instance>:MEValuation:TONes:SINLeft:SEQuence
value: ResultData = driver.afRf.measurement.multiEval.tones.spdifLeft.sequence.fetch()

Query the digit results of a tone sequence analysis.

return:

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

read() ResultData[source]
# SCPI: READ:AFRF:MEASurement<Instance>:MEValuation:TONes:SINLeft:SEQuence
value: ResultData = driver.afRf.measurement.multiEval.tones.spdifLeft.sequence.read()

Query the digit results of a tone sequence analysis.

return:

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