Dfreq
SCPI Command :
[SOURce<HW>]:BB:NR5G:NODE:CELL<CC(CH0)>:DFReq
- class DfreqCls[source]
Dfreq commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(cellNull=CellNull.Default) float [source]
# SCPI: [SOURce<HW>]:BB:NR5G:NODE:CELL<CC(CH0)>:DFReq value: float = driver.source.bb.nr5G.node.cell.dfreq.get(cellNull = repcap.CellNull.Default)
Shifts the signal relative to the center output frequency. Use different frequency offsets to separate the channels of the configured and enabled cells.
- param cellNull
optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Cell’)
- return
delta_fto_dc: float Range: -40E6 to 40E6
- set(delta_fto_dc: float, cellNull=CellNull.Default) None [source]
# SCPI: [SOURce<HW>]:BB:NR5G:NODE:CELL<CC(CH0)>:DFReq driver.source.bb.nr5G.node.cell.dfreq.set(delta_fto_dc = 1.0, cellNull = repcap.CellNull.Default)
Shifts the signal relative to the center output frequency. Use different frequency offsets to separate the channels of the configured and enabled cells.
- param delta_fto_dc
float Range: -40E6 to 40E6
- param cellNull
optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Cell’)