HoppingParam
SCPI Command :
[SOURce<HW>]:BB:EUTRa:UL:UE<ST>:SL:RDATa:HOPPingparam
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(userEquipment=UserEquipment.Default) int[source]
# [SOURce<HW>]:BB:EUTRa:UL:UE<ST>:SL:RDATa:HOPPingparam value: int = driver.source.bb.eutra.uplink.ue.sl.rdata.hoppingParam.get(userEquipment = repcap.UserEquipment.Default)
Sets the frequency hopping parameter.
- Parameters:
userEquipment – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Ue’)
- Returns:
hopping_param: integer Range: 0 to 504
- set(hopping_param: int, userEquipment=UserEquipment.Default) None[source]
# [SOURce<HW>]:BB:EUTRa:UL:UE<ST>:SL:RDATa:HOPPingparam driver.source.bb.eutra.uplink.ue.sl.rdata.hoppingParam.set(hopping_param = 1, userEquipment = repcap.UserEquipment.Default)
Sets the frequency hopping parameter.
- Parameters:
hopping_param – integer Range: 0 to 504
userEquipment – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Ue’)