ClassPy

SCPI Command :

[SENSe]:ESPectrum<sb>:MSR:CLASs
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(subBlock=SubBlock.Default) RangeClass[source]
# [SENSe]:ESPectrum<sb>:MSR:CLASs
value: enums.RangeClass = driver.sense.espectrum.msr.classPy.get(subBlock = repcap.SubBlock.Default)

Defines the class of the base station according to its sending range.

Parameters:

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

Returns:

class_py: WIDE | MEDium | LOCal WIDE Wide Area MEDium Medium Range LOCal Local Area

set(class_py: RangeClass, subBlock=SubBlock.Default) None[source]
# [SENSe]:ESPectrum<sb>:MSR:CLASs
driver.sense.espectrum.msr.classPy.set(class_py = enums.RangeClass.LOCal, subBlock = repcap.SubBlock.Default)

Defines the class of the base station according to its sending range.

Parameters:
  • class_py – WIDE | MEDium | LOCal WIDE Wide Area MEDium Medium Range LOCal Local Area

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