Mode

SCPI Command :

CALCulate<n>:LIMit<li>:ESPectrum<sb>:MODE
class ModeCls[source]

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

get(window=Window.Default, limitIx=LimitIx.Default, subBlock=SubBlock.Default) RsFsw.enums.AutoManualUserMode[source]
# SCPI: CALCulate<n>:LIMit<li>:ESPectrum<sb>:MODE
value: enums.AutoManualUserMode = driver.calculate.limit.espectrum.mode.get(window = repcap.Window.Default, limitIx = repcap.LimitIx.Default, subBlock = repcap.SubBlock.Default)

Which limit line is to be used for an SEM measurement depends on the power class the input signal power belongs to. This command defines wether the power class is determined automatically or manually.

param window

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

param limitIx

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

param subBlock

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

return

mode: AUTO The power class (and thus the limit line) is assigned dynamically according to the currently measured channel power. MANUAL One of the specified power classes is selected manually for the entire measurement. The selection is made with the method RsFsw.Calculate.Limit.Espectrum.Pclass.Exclusive.set command.

set(mode: RsFsw.enums.AutoManualUserMode, window=Window.Default, limitIx=LimitIx.Default, subBlock=SubBlock.Default) None[source]
# SCPI: CALCulate<n>:LIMit<li>:ESPectrum<sb>:MODE
driver.calculate.limit.espectrum.mode.set(mode = enums.AutoManualUserMode.AUTO, window = repcap.Window.Default, limitIx = repcap.LimitIx.Default, subBlock = repcap.SubBlock.Default)

Which limit line is to be used for an SEM measurement depends on the power class the input signal power belongs to. This command defines wether the power class is determined automatically or manually.

param mode

AUTO The power class (and thus the limit line) is assigned dynamically according to the currently measured channel power. MANUAL One of the specified power classes is selected manually for the entire measurement. The selection is made with the method RsFsw.Calculate.Limit.Espectrum.Pclass.Exclusive.set command.

param window

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

param limitIx

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

param subBlock

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