HoppingParam

SCPI Command :

[SOURce<HW>]:BB:EUTRa:UL:UE<ST>:SL:RDATa:HOPPingparam
class HoppingParamCls[source]

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

get(userEquipment=UserEquipment.Default) int[source]
# SCPI: [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.

param userEquipment

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

return

hopping_param: integer Range: 0 to 504

set(hopping_param: int, userEquipment=UserEquipment.Default) None[source]
# SCPI: [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.

param hopping_param

integer Range: 0 to 504

param userEquipment

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