ClassPy

SCPI Command :

[SENSe]:ESPectrum<sb>:MSR:CLASs
class ClassPyCls[source]

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

get(subBlock=SubBlock.Default) RsFsw.enums.RangeClass[source]
# SCPI: [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.

param subBlock

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

return

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

set(class_py: RsFsw.enums.RangeClass, subBlock=SubBlock.Default) None[source]
# SCPI: [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.

param class_py

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

param subBlock

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