Minimum

SCPI Command :

CALCulate<n>:LIMit<li>:ESPectrum<sb>:PCLass:MINimum
class MinimumCls[source]

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

get(window=Window.Default, limitIx=LimitIx.Default, subBlock=SubBlock.Default) float[source]
# SCPI: CALCulate<n>:LIMit<li>:ESPectrum<sb>:PCLass:MINimum
value: float = driver.applications.k14Xnr5G.calculate.limit.espectrum.pclass.minimum.get(window = repcap.Window.Default, limitIx = repcap.LimitIx.Default, subBlock = repcap.SubBlock.Default)
Defines the lower limit of a particular power class.

INTRO_CMD_HELP: Note:

  • The first power class always has a lower limit of -200 dBm.

  • The lower limit of a power class must always be the same as the upper limit of the previous 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 subBlock

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

return

power: No help available

set(power: float, window=Window.Default, limitIx=LimitIx.Default, subBlock=SubBlock.Default) None[source]
# SCPI: CALCulate<n>:LIMit<li>:ESPectrum<sb>:PCLass:MINimum
driver.applications.k14Xnr5G.calculate.limit.espectrum.pclass.minimum.set(power = 1.0, window = repcap.Window.Default, limitIx = repcap.LimitIx.Default, subBlock = repcap.SubBlock.Default)
Defines the lower limit of a particular power class.

INTRO_CMD_HELP: Note:

  • The first power class always has a lower limit of -200 dBm.

  • The lower limit of a power class must always be the same as the upper limit of the previous power class.

  • The power class must already exist (see method RsFsw.Calculate.Limit.Espectrum.Pclass.Count.set) .

param power

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 subBlock

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