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