Maximum

SCPI Command :

CALCulate<n>:LIMit<li>:ESPectrum:PCLass<pc>:MAXimum
class MaximumCls[source]

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

get(window=Window.Default, limitIx=LimitIx.Default, powerClass=PowerClass.Default) float[source]
# SCPI: CALCulate<n>:LIMit<li>:ESPectrum:PCLass<pc>:MAXimum
value: float = driver.applications.k149Uwb.calculate.limit.espectrum.pclass.maximum.get(window = repcap.Window.Default, limitIx = repcap.LimitIx.Default, powerClass = repcap.PowerClass.Default)
Defines the upper limit of a particular power class.

INTRO_CMD_HELP: 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) .

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

param powerClass

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Pclass’)

return

max_py: No help available

set(max_py: float, window=Window.Default, limitIx=LimitIx.Default, powerClass=PowerClass.Default) None[source]
# SCPI: CALCulate<n>:LIMit<li>:ESPectrum:PCLass<pc>:MAXimum
driver.applications.k149Uwb.calculate.limit.espectrum.pclass.maximum.set(max_py = 1.0, window = repcap.Window.Default, limitIx = repcap.LimitIx.Default, powerClass = repcap.PowerClass.Default)
Defines the upper limit of a particular power class.

INTRO_CMD_HELP: 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) .

param max_py

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

param powerClass

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Pclass’)