TocLength

SCPI Command:

CONFigure:AFRF:MEASurement<Instance>:MEValuation:LIMit:TONes:DCS:TOCLength
class TocLengthCls[source]

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

class TocLengthStruct[source]

Response structure. Fields:

  • Enable: bool: OFF | ON Enables or disables the limit check

  • Lower: float: Lower limit Range: 0 s to 0.15 s, Unit: s

  • Upper: float: Upper limit Range: 0.15 s to 1 s, Unit: s

get() TocLengthStruct[source]
# SCPI: CONFigure:AFRF:MEASurement<Instance>:MEValuation:LIMit:TONes:DCS:TOCLength
value: TocLengthStruct = driver.configure.afRf.measurement.multiEval.limit.tones.dcs.tocLength.get()

Configures limits for the duration of DCS turn-off code transmissions.

return:

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

set(enable: bool, lower: float, upper: float) None[source]
# SCPI: CONFigure:AFRF:MEASurement<Instance>:MEValuation:LIMit:TONes:DCS:TOCLength
driver.configure.afRf.measurement.multiEval.limit.tones.dcs.tocLength.set(enable = False, lower = 1.0, upper = 1.0)

Configures limits for the duration of DCS turn-off code transmissions.

param enable:

OFF | ON Enables or disables the limit check

param lower:

Lower limit Range: 0 s to 0.15 s, Unit: s

param upper:

Upper limit Range: 0.15 s to 1 s, Unit: s