Limits

SCPI Command :

CALCulate<n>:LIMit<li>:ESPectrum:LIMits
class LimitsCls[source]

Limits commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get(window=Window.Default, limitIx=LimitIx.Default) List[float][source]
# SCPI: CALCulate<n>:LIMit<li>:ESPectrum:LIMits
value: List[float] = driver.applications.k91Wlan.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

limit: No help available

set(limit: List[float], window=Window.Default, limitIx=LimitIx.Default) None[source]
# SCPI: CALCulate<n>:LIMit<li>:ESPectrum:LIMits
driver.applications.k91Wlan.calculate.limit.espectrum.limits.set(limit = [1.1, 2.2, 3.3], 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 limit

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