Limits

SCPI Command :

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

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:

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]
# 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() .

Parameters:
  • 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

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