SmSetting<Instrument>

SCPI Command :

TRIGger[:SEQuence]:SMSetting<ant>
Commands in total: 1
Subgroups: 0
Direct child commands: 1

Repeated Capability Setting:

# Range: Nr1 .. Nr4

driver.applications.k10Xlte.trigger.sequence.smSetting.repcap_instrument_set(repcap.Instrument.Nr1)
get(instrument=Instrument.Default) bool[source]
# TRIGger[:SEQuence]:SMSetting<ant>
value: bool = driver.applications.k10Xlte.trigger.sequence.smSetting.get(instrument = repcap.Instrument.Default)

Selects the trigger configuration for secondary analyzers in a MIMO setup.

Parameters:

instrument – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘SmSetting’)

Returns:

state: ON | 1 Uses the same trigger configuration as the primary analyzer. OFF | 0 Uses a custom trigger configuration for the selected analyzer.

set(state: bool, instrument=Instrument.Default) None[source]
# TRIGger[:SEQuence]:SMSetting<ant>
driver.applications.k10Xlte.trigger.sequence.smSetting.set(state = False, instrument = repcap.Instrument.Default)

Selects the trigger configuration for secondary analyzers in a MIMO setup.

Parameters:
  • state – ON | 1 Uses the same trigger configuration as the primary analyzer. OFF | 0 Uses a custom trigger configuration for the selected analyzer.

  • instrument – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘SmSetting’)

Cloning the Group

# Create a copy of the original group, that exists independently
smSetting_copy = driver.applications.k10Xlte.trigger.sequence.smSetting.clone()