Count

SCPI Command :

CALCulate<n>:LIMit<li>:ESPectrum<sb>:PCLass:COUNt
class CountCls[source]

Count 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:COUNt
value: float = driver.applications.k14Xnr5G.calculate.limit.espectrum.pclass.count.get(window = repcap.Window.Default, limitIx = repcap.LimitIx.Default, subBlock = repcap.SubBlock.Default)

Sets the number of power classes to be defined. Must be executed before any new power class values can be defined using method RsFsw.Calculate.Limit.Espectrum.Pclass.Maximum.set and method RsFsw.Calculate.Limit.Espectrum.Pclass.Minimum.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

no_power_classes: 1 to 4

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

Sets the number of power classes to be defined. Must be executed before any new power class values can be defined using method RsFsw.Calculate.Limit.Espectrum.Pclass.Maximum.set and method RsFsw.Calculate.Limit.Espectrum.Pclass.Minimum.set.

param no_power_classes

1 to 4

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