Ttime

SCPI Command:

CONFigure:AFRF:MEASurement<Instance>:MEValuation:LIMit:TONes:SCAL:TTIMe
class TtimeCls[source]

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

class TtimeStruct[source]

Response structure. Fields:

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

  • Lower: float: Lower tone-duration limit Range: 0.1 s to 1 s, Unit: s

  • Upper: float: Upper tone-duration limit Range: 1 s to 3 s, Unit: s

get() TtimeStruct[source]
# SCPI: CONFigure:AFRF:MEASurement<Instance>:MEValuation:LIMit:TONes:SCAL:TTIMe
value: TtimeStruct = driver.configure.afRf.measurement.multiEval.limit.tones.scal.ttime.get()

Configures limits for the tone duration in an analyzed SELCAL sequence.

return:

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

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

Configures limits for the tone duration in an analyzed SELCAL sequence.

param enable:

OFF | ON Enables or disables the limit check

param lower:

Lower tone-duration limit Range: 0.1 s to 1 s, Unit: s

param upper:

Upper tone-duration limit Range: 1 s to 3 s, Unit: s