Rtype

SCPI Commands

SENSe:ESPectrum<SubBlock>:RTYPe
class RtypeCls[source]

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

get(subBlock=SubBlock.Default) EspectrumRtype[source]
# SCPI: [SENSe]:ESPectrum<sb>:RTYPe
value: enums.EspectrumRtype = driver.sense.espectrum.rtype.get(subBlock = repcap.SubBlock.Default)

No command help available

param subBlock

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

return

type_py: No help available

set(type_py: EspectrumRtype, subBlock=SubBlock.Default) None[source]
# SCPI: [SENSe]:ESPectrum<sb>:RTYPe
driver.sense.espectrum.rtype.set(type_py = enums.EspectrumRtype.CPOWer, subBlock = repcap.SubBlock.Default)

No command help available

param type_py

No help available

param subBlock

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