Count

SCPI Command :

CALCulate<n>:LIMit<li>:ESPectrum<sb>:PCLass:COUNt
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: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() .

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:

no_power_classes: 1 to 4

set(no_power_classes: float, window=Window.Default, limitIx=LimitIx.Default, subBlock=SubBlock.Default) None[source]
# 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() .

Parameters:
  • no_power_classes – 1 to 4

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