Dfreq

SCPI Command :

[SOURce<HW>]:BB:EUTRa:UL:UE<ST>:NIOT:DFReq
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(userEquipment=UserEquipment.Default) float[source]
# [SOURce<HW>]:BB:EUTRa:UL:UE<ST>:NIOT:DFReq
value: float = driver.source.bb.eutra.uplink.ue.niot.dfreq.get(userEquipment = repcap.UserEquipment.Default)

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

Parameters:

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

Returns:

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

set(delta_freq: float, userEquipment=UserEquipment.Default) None[source]
# [SOURce<HW>]:BB:EUTRa:UL:UE<ST>:NIOT:DFReq
driver.source.bb.eutra.uplink.ue.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.

Parameters:
  • delta_freq – float Range: -1E7 to 1E7, Unit: MHz

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