Maximum

SCPI Command :

CALCulate<n>:LIMit<li>:ESPectrum<sb>:PCLass:MAXimum
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(window=Window.Default, limitIx=LimitIx.Default, subBlock=SubBlock.Default) float[source]
# CALCulate<n>:LIMit<li>:ESPectrum<sb>:PCLass:MAXimum
value: float = driver.applications.k14Xnr5G.calculate.limit.espectrum.pclass.maximum.get(window = repcap.Window.Default, limitIx = repcap.LimitIx.Default, subBlock = repcap.SubBlock.Default)

Defines the upper limit of a particular power class. .. note:

- The last power class always has an upper limit of 200 dBm.
- The upper limit of a power class must always be the same as the lower limit of the subsequent power class.
- The power class must already exist (see 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’)

set(power: float, window=Window.Default, limitIx=LimitIx.Default, subBlock=SubBlock.Default) None[source]
# CALCulate<n>:LIMit<li>:ESPectrum<sb>:PCLass:MAXimum
driver.applications.k14Xnr5G.calculate.limit.espectrum.pclass.maximum.set(power = 1.0, window = repcap.Window.Default, limitIx = repcap.LimitIx.Default, subBlock = repcap.SubBlock.Default)

Defines the upper limit of a particular power class. .. note:

- The last power class always has an upper limit of 200 dBm.
- The upper limit of a power class must always be the same as the lower limit of the subsequent power class.
- The power class must already exist (see 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’)