Bhop

SCPI Command :

[SOURce<HW>]:BB:EUTRa:UL:UE<ST>:[CELL<CCIDX>]:REFSig:SRS:BHOP
class BhopCls[source]

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

get(userEquipment=UserEquipment.Default, cellNull=CellNull.Default) int[source]
# SCPI: [SOURce<HW>]:BB:EUTRa:UL:UE<ST>:[CELL<CCIDX>]:REFSig:SRS:BHOP
value: int = driver.source.bb.eutra.uplink.ue.cell.refsig.srs.bhop.get(userEquipment = repcap.UserEquipment.Default, cellNull = repcap.CellNull.Default)

Sets the UE-specific parameter frequency hopping bandwidth bhop.

param userEquipment

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

param cellNull

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

return

bandwidth_hopp: integer Range: 0 to 3

set(bandwidth_hopp: int, userEquipment=UserEquipment.Default, cellNull=CellNull.Default) None[source]
# SCPI: [SOURce<HW>]:BB:EUTRa:UL:UE<ST>:[CELL<CCIDX>]:REFSig:SRS:BHOP
driver.source.bb.eutra.uplink.ue.cell.refsig.srs.bhop.set(bandwidth_hopp = 1, userEquipment = repcap.UserEquipment.Default, cellNull = repcap.CellNull.Default)

Sets the UE-specific parameter frequency hopping bandwidth bhop.

param bandwidth_hopp

integer Range: 0 to 3

param userEquipment

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

param cellNull

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