Limits
SCPI Command :
CALCulate<n>:LIMit<m>:ESPectrum:LIMits
- class LimitsCls[source]
Limits commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(window=Window.Default, limitIx=LimitIx.Default) float [source]
# SCPI: CALCulate<n>:LIMit<m>:ESPectrum:LIMits value: float = driver.applications.k149Uwb.calculate.limit.espectrum.limits.get(window = repcap.Window.Default, limitIx = repcap.LimitIx.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’)
- return
limits: No help available
- set(limits: float, window=Window.Default, limitIx=LimitIx.Default) None [source]
# SCPI: CALCulate<n>:LIMit<m>:ESPectrum:LIMits driver.applications.k149Uwb.calculate.limit.espectrum.limits.set(limits = 1.0, window = repcap.Window.Default, limitIx = repcap.LimitIx.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 limits
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’)