Rtype

SCPI Command :

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

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

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

Defines the type of the power reference.

param subBlock

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

return

type_py: PEAK | CPOWer PEAK Measures the highest peak within the reference range. CPOWer Measures the channel power within the reference range (integral bandwidth method) .

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

Defines the type of the power reference.

param type_py

PEAK | CPOWer PEAK Measures the highest peak within the reference range. CPOWer Measures the channel power within the reference range (integral bandwidth method) .

param subBlock

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