Dfreq
SCPI Command :
[SOURce<HW>]:BB:ONEWeb:UL:CA:CELL<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:ONEWeb:UL:CA:CELL<CH0>:DFReq value: float = driver.source.bb.oneweb.uplink.ca.cell.dfreq.get(cellNull = repcap.CellNull.Default)
Sets the frequency offset between the central frequency of corresponding SCell and the frequency of the PCell.
- param cellNull
optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Cell’)
- return
ulca_delta_f: float Value range depends on the installed options, the number of cells and the cell bandwidth. Range: -60 to 60, Unit: MHz
- set(ulca_delta_f: float, cellNull=CellNull.Default) None [source]
# SCPI: [SOURce<HW>]:BB:ONEWeb:UL:CA:CELL<CH0>:DFReq driver.source.bb.oneweb.uplink.ca.cell.dfreq.set(ulca_delta_f = 1.0, cellNull = repcap.CellNull.Default)
Sets the frequency offset between the central frequency of corresponding SCell and the frequency of the PCell.
- param ulca_delta_f
float Value range depends on the installed options, the number of cells and the cell bandwidth. Range: -60 to 60, Unit: MHz
- param cellNull
optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Cell’)