TocLength

SCPI Command:

FETCh:AFRF:MEASurement<Instance>:MEValuation:TONes:DCS:TOCLength
READ:AFRF:MEASurement<Instance>:MEValuation:TONes:DCS:TOCLength
class TocLengthCls[source]

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

fetch() float[source]
# SCPI: FETCh:AFRF:MEASurement<Instance>:MEValuation:TONes:DCS:TOCLength
value: float = driver.afRf.measurement.multiEval.tones.dcs.tocLength.fetch()

Query the duration of the last received turn-off code.

Use RsCma.reliability.last_value to read the updated reliability indicator.

return:

off_code_length: Unit: s

read() float[source]
# SCPI: READ:AFRF:MEASurement<Instance>:MEValuation:TONes:DCS:TOCLength
value: float = driver.afRf.measurement.multiEval.tones.dcs.tocLength.read()

Query the duration of the last received turn-off code.

Use RsCma.reliability.last_value to read the updated reliability indicator.

return:

off_code_length: Unit: s