Auto

SCPI Command :

TRIGger[:SEQuence]:LEVel:POWer:AUTO
class AutoCls[source]

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

get() bool[source]
# SCPI: TRIGger[:SEQuence]:LEVel:POWer:AUTO
value: bool = driver.applications.k91Wlan.trigger.sequence.level.power.auto.get()

By default, the optimum trigger level for power triggers is automatically measured and determined at the start of each sweep (for Modulation Accuracy, Flatness, Tolerance… measurements) . Is only considered for TRIG:SEQ:SOUR IFP and TRIG:SEQ:SOUR RFP, see method RsFsw.Applications.K91_Wlan.Trigger.Sequence.Source.set To define the trigger level manually, switch this function off and define the level using method RsFsw.Applications.K17_Mcgd.Trigger.Sequence.Level. IfPower.set or method RsFsw.Applications.K17_Mcgd.Trigger.Sequence.Level.RfPower.set.

return

state: OFF | 0 Switches the auto level detection function off ON | 1 Switches the auto level detection function on

set(state: bool) None[source]
# SCPI: TRIGger[:SEQuence]:LEVel:POWer:AUTO
driver.applications.k91Wlan.trigger.sequence.level.power.auto.set(state = False)

By default, the optimum trigger level for power triggers is automatically measured and determined at the start of each sweep (for Modulation Accuracy, Flatness, Tolerance… measurements) . Is only considered for TRIG:SEQ:SOUR IFP and TRIG:SEQ:SOUR RFP, see method RsFsw.Applications.K91_Wlan.Trigger.Sequence.Source.set To define the trigger level manually, switch this function off and define the level using method RsFsw.Applications.K17_Mcgd.Trigger.Sequence.Level. IfPower.set or method RsFsw.Applications.K17_Mcgd.Trigger.Sequence.Level.RfPower.set.

param state

OFF | 0 Switches the auto level detection function off ON | 1 Switches the auto level detection function on