Limits

SCPI Command :

CALCulate<n>:LIMit<m>:ESPectrum:LIMits
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(window=Window.Default, limitIx=LimitIx.Default) float[source]
# 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() .

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

set(limits: float, window=Window.Default, limitIx=LimitIx.Default) None[source]
# 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() .

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