Mode

SCPI Command :

CALCulate<n>:LIMit<m>:ESPectrum:MODE
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(window=Window.Default, limitIx=LimitIx.Default) AutoManualUserMode[source]
# CALCulate<n>:LIMit<m>:ESPectrum:MODE
value: enums.AutoManualUserMode = driver.applications.k149Uwb.calculate.limit.espectrum.mode.get(window = repcap.Window.Default, limitIx = repcap.LimitIx.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.

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

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

Returns:

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: AutoManualUserMode, window=Window.Default, limitIx=LimitIx.Default) None[source]
# CALCulate<n>:LIMit<m>:ESPectrum:MODE
driver.applications.k149Uwb.calculate.limit.espectrum.mode.set(mode = enums.AutoManualUserMode.AUTO, window = repcap.Window.Default, limitIx = repcap.LimitIx.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.

Parameters:
  • 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.

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

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