Reference
SCPI Command :
[SOURce<HW>]:BB:NR5G:NODE:CELL<CC(CH0)>:RFPHase:REFerence
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(cellNull=CellNull.Default) Output[source]
# [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.
- Parameters:
cellNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Cell’)
- set(rf_phase_ref: Output, cellNull=CellNull.Default) None[source]
# [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.
- Parameters:
rf_phase_ref – RFA | RFB | NONE NONE Define the frequency manually with method
RsSmbv.source.bb.nr5G.node.cell.pcFreq.set(). RFA | RFB Selects the frequency on path A or B as the reference frequency.cellNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Cell’)