RfPhase

SCPI Command :

[SOURce<HW>]:BB:NR5G:NODE:RFPHase:MODE
class RfPhaseCls[source]

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

get_mode() RsSmbv.enums.PcmOdeAll[source]
# SCPI: [SOURce<HW>]:BB:NR5G:NODE:RFPHase:MODE
value: enums.PcmOdeAll = driver.source.bb.nr5G.node.rfPhase.get_mode()

Enables the frequency-related phase compensation after each symbol, as specified in . It uses the parameter ‘Frequency in GHz’ to set the carrier frequency to be compensated.

return

rf_phase_comp: 0| OFF| MANual| 1| AUTO 0|OFF Disables the frequency-related phase compensation. MANual Enables the ‘Frequency in GHz’ field for manual input of the carrier frequency value to be compensated. 1|AUTO Sets automatically the carrier ‘Frequency in GHz’ value to be compensated.

set_mode(rf_phase_comp: RsSmbv.enums.PcmOdeAll) None[source]
# SCPI: [SOURce<HW>]:BB:NR5G:NODE:RFPHase:MODE
driver.source.bb.nr5G.node.rfPhase.set_mode(rf_phase_comp = enums.PcmOdeAll._0)

Enables the frequency-related phase compensation after each symbol, as specified in . It uses the parameter ‘Frequency in GHz’ to set the carrier frequency to be compensated.

param rf_phase_comp

0| OFF| MANual| 1| AUTO 0|OFF Disables the frequency-related phase compensation. MANual Enables the ‘Frequency in GHz’ field for manual input of the carrier frequency value to be compensated. 1|AUTO Sets automatically the carrier ‘Frequency in GHz’ value to be compensated.