Dfreq

SCPI Command :

[SOURce<HW>]:BB:EUTRa: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:EUTRa:UL:CA:CELL<CH0>:DFReq
value: float = driver.source.bb.eutra.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: No help available

set(ulca_delta_f: float, cellNull=CellNull.Default) None[source]
# SCPI: [SOURce<HW>]:BB:EUTRa:UL:CA:CELL<CH0>:DFReq
driver.source.bb.eutra.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

No help available

param cellNull

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