Exclusive

SCPI Command :

CALCulate<n>:LIMit<li>:ESPectrum:PCLass<pc>[:EXCLusive]
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(window=Window.Default, limitIx=LimitIx.Default, powerClass=PowerClass.Default) bool[source]
# CALCulate<n>:LIMit<li>:ESPectrum:PCLass<pc>[:EXCLusive]
value: bool = driver.applications.k149Uwb.calculate.limit.espectrum.pclass.exclusive.get(window = repcap.Window.Default, limitIx = repcap.LimitIx.Default, powerClass = repcap.PowerClass.Default)

Selects the power class used by the measurement if method RsFsw.calculate.limit.espectrum.mode.set() is set to manual. Note that: The I/Q data file must be in one of the following supported formats:

  • You can only use power classes for which limits are defined.

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’)

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

set(exclusive: bool, window=Window.Default, limitIx=LimitIx.Default, powerClass=PowerClass.Default) None[source]
# CALCulate<n>:LIMit<li>:ESPectrum:PCLass<pc>[:EXCLusive]
driver.applications.k149Uwb.calculate.limit.espectrum.pclass.exclusive.set(exclusive = False, window = repcap.Window.Default, limitIx = repcap.LimitIx.Default, powerClass = repcap.PowerClass.Default)

Selects the power class used by the measurement if method RsFsw.calculate.limit.espectrum.mode.set() is set to manual. Note that: The I/Q data file must be in one of the following supported formats:

  • You can only use power classes for which limits are defined.

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’)

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