Dfreq

SCPI Command :

[SOURce<HW>]:BB:EUTRa:UL:UE<ST>:PRACh:NIOT:DFReq
class DfreqCls[source]

Dfreq commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get(userEquipment=UserEquipment.Default) float[source]
# SCPI: [SOURce<HW>]:BB:EUTRa:UL:UE<ST>:PRACh:NIOT:DFReq
value: float = driver.source.bb.eutra.uplink.ue.prach.niot.dfreq.get(userEquipment = repcap.UserEquipment.Default)

Sets the frequency offset between the NB-IoT carrier and the LTE center frequency.

param userEquipment

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

return

delta_freq: float Range: -1E7 to 1E7, Unit: MHz

set(delta_freq: float, userEquipment=UserEquipment.Default) None[source]
# SCPI: [SOURce<HW>]:BB:EUTRa:UL:UE<ST>:PRACh:NIOT:DFReq
driver.source.bb.eutra.uplink.ue.prach.niot.dfreq.set(delta_freq = 1.0, userEquipment = repcap.UserEquipment.Default)

Sets the frequency offset between the NB-IoT carrier and the LTE center frequency.

param delta_freq

float Range: -1E7 to 1E7, Unit: MHz

param userEquipment

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