Limits
SCPI Command :
CALCulate<n>:LIMit<li>:ESPectrum<sb>:LIMits
- class LimitsCls[source]
Limits commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(window=Window.Default, limitIx=LimitIx.Default, subBlock=SubBlock.Default) List[float] [source]
# SCPI: CALCulate<n>:LIMit<li>:ESPectrum<sb>:LIMits value: List[float] = driver.calculate.limit.espectrum.limits.get(window = repcap.Window.Default, limitIx = repcap.LimitIx.Default, subBlock = repcap.SubBlock.Default)
This command sets or queries up to 4 power classes in one step. You can only define values for the number of power classes defined by method RsFsw.Calculate.Limit.Espectrum.Pclass.Count.set.
- 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
max_1: Defines the value range for power class 1 as -200 to Max1. Only available for CALC:LIM:ESP:PCL:COUNT =2 If only 2 power classes are defined, the value range for power class 2 is defined as Max1 to 200. Range: -199 to + 199 , Unit: DBM
- set(max_1: List[float], window=Window.Default, limitIx=LimitIx.Default, subBlock=SubBlock.Default) None [source]
# SCPI: CALCulate<n>:LIMit<li>:ESPectrum<sb>:LIMits driver.calculate.limit.espectrum.limits.set(max_1 = [1.1, 2.2, 3.3], window = repcap.Window.Default, limitIx = repcap.LimitIx.Default, subBlock = repcap.SubBlock.Default)
This command sets or queries up to 4 power classes in one step. You can only define values for the number of power classes defined by method RsFsw.Calculate.Limit.Espectrum.Pclass.Count.set.
- param max_1
Defines the value range for power class 1 as -200 to Max1. Only available for CALC:LIM:ESP:PCL:COUNT =2 If only 2 power classes are defined, the value range for power class 2 is defined as Max1 to 200. Range: -199 to + 199 , Unit: DBM
- 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’)