Exclusive
SCPI Command :
CALCulate<n>:LIMit<li>:ESPectrum<sb>:PCLass[:EXCLusive]
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(window=Window.Default, limitIx=LimitIx.Default, subBlock=SubBlock.Default) bool[source]
# CALCulate<n>:LIMit<li>:ESPectrum<sb>:PCLass[:EXCLusive] value: bool = driver.applications.k14Xnr5G.calculate.limit.espectrum.pclass.exclusive.get(window = repcap.Window.Default, limitIx = repcap.LimitIx.Default, subBlock = repcap.SubBlock.Default)
Selects the power class used by the measurement if method
RsFsw.calculate.limit.espectrum.mode.set()is set to manual. Note that: Prerequisites for this commandYou 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’)
subBlock – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Espectrum’)
- Returns:
state: ON | OFF | 1 | 0
- set(state: bool, window=Window.Default, limitIx=LimitIx.Default, subBlock=SubBlock.Default) None[source]
# CALCulate<n>:LIMit<li>:ESPectrum<sb>:PCLass[:EXCLusive] driver.applications.k14Xnr5G.calculate.limit.espectrum.pclass.exclusive.set(state = False, window = repcap.Window.Default, limitIx = repcap.LimitIx.Default, subBlock = repcap.SubBlock.Default)
Selects the power class used by the measurement if method
RsFsw.calculate.limit.espectrum.mode.set()is set to manual. Note that: Prerequisites for this commandYou can only use power classes for which limits are defined.
- Parameters:
state – ON | OFF | 1 | 0
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’)
subBlock – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Espectrum’)