Rtype
SCPI Command :
[SENSe]:ESPectrum<sb>:RTYPe
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(subBlock=SubBlock.Default) EspectrumRtype[source]
# [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.
- Parameters:
subBlock – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Espectrum’)
- Returns:
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: EspectrumRtype, subBlock=SubBlock.Default) None[source]
# [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.
- Parameters:
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) .
subBlock – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Espectrum’)