Exclusive
SCPI Command :
CALCulate<n>:LIMit<li>:ESPectrum:PCLass<pc>[:EXCLusive]
- class ExclusiveCls[source]
Exclusive commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(window=Window.Default, limitIx=LimitIx.Default, powerClass=PowerClass.Default) bool [source]
# SCPI: 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:
INTRO_CMD_HELP: 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.
- 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 powerClass
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Pclass’)
- return
exclusive: No help available
- set(exclusive: bool, window=Window.Default, limitIx=LimitIx.Default, powerClass=PowerClass.Default) None [source]
# SCPI: 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:
INTRO_CMD_HELP: 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.
- param exclusive
No help available
- 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 powerClass
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Pclass’)