Reference

SCPI Command :

[SOURce<HW>]:BB:NR5G:NODE:CELL<CC(CH0)>:RFPHase:REFerence
class ReferenceCls[source]

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

get(cellNull=CellNull.Default) RsSmbv.enums.Output[source]
# SCPI: [SOURce<HW>]:BB:NR5G:NODE:CELL<CC(CH0)>:RFPHase:REFerence
value: enums.Output = driver.source.bb.nr5G.node.cell.rfPhase.reference.get(cellNull = repcap.CellNull.Default)

Select the reference frequency for RF phase compensation.

param cellNull

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

return

rf_phase_ref: No help available

set(rf_phase_ref: RsSmbv.enums.Output, cellNull=CellNull.Default) None[source]
# SCPI: [SOURce<HW>]:BB:NR5G:NODE:CELL<CC(CH0)>:RFPHase:REFerence
driver.source.bb.nr5G.node.cell.rfPhase.reference.set(rf_phase_ref = enums.Output.NONE, cellNull = repcap.CellNull.Default)

Select the reference frequency for RF phase compensation.

param rf_phase_ref

RFA| RFB| NONE NONE Define the frequency manually with [:SOURcehw]:BB:NR5G:NODE:CELLcc:PCFReq. RFA | RFB Selects the frequency on path A or B as the reference frequency.

param cellNull

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