Fhop
SCPI Command :
[SOURce<HW>]:BB:NR5G:UBWP:USER<US(CH0)>:CELL<CC(ST0)>:UL:BWP<BWP(DIR0)>:PUSCh:FHOP
- class FhopCls[source]
Fhop commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(userNull=UserNull.Default, cellNull=CellNull.Default, bwPartNull=BwPartNull.Default) RsSmbv.enums.UlfReqHopping [source]
# SCPI: [SOURce<HW>]:BB:NR5G:UBWP:USER<US(CH0)>:CELL<CC(ST0)>:UL:BWP<BWP(DIR0)>:PUSCh:FHOP value: enums.UlfReqHopping = driver.source.bb.nr5G.ubwp.user.cell.uplink.bwp.pusch.fhop.get(userNull = repcap.UserNull.Default, cellNull = repcap.CellNull.Default, bwPartNull = repcap.BwPartNull.Default)
Disables or enables inter- or intra-slot frequency hopping.
- param userNull
optional repeated capability selector. Default value: Nr0 (settable in the interface ‘User’)
- param cellNull
optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Cell’)
- param bwPartNull
optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Bwp’)
- return
sel_freq_hopp: DIS| INTRA| INTER DIS Disable frequency hopping. INTRA Enable intra slot frequency hopping. Both intra- and inter-subframe hopping are performed. The PUSCH position in terms of used resource blocks is changed each slot and each subframe. INTER Enable inter-slot frequency hopping. The PUSCH position in terms of used resource blocks is changed each subframe.
- set(sel_freq_hopp: RsSmbv.enums.UlfReqHopping, userNull=UserNull.Default, cellNull=CellNull.Default, bwPartNull=BwPartNull.Default) None [source]
# SCPI: [SOURce<HW>]:BB:NR5G:UBWP:USER<US(CH0)>:CELL<CC(ST0)>:UL:BWP<BWP(DIR0)>:PUSCh:FHOP driver.source.bb.nr5G.ubwp.user.cell.uplink.bwp.pusch.fhop.set(sel_freq_hopp = enums.UlfReqHopping.DIS, userNull = repcap.UserNull.Default, cellNull = repcap.CellNull.Default, bwPartNull = repcap.BwPartNull.Default)
Disables or enables inter- or intra-slot frequency hopping.
- param sel_freq_hopp
DIS| INTRA| INTER DIS Disable frequency hopping. INTRA Enable intra slot frequency hopping. Both intra- and inter-subframe hopping are performed. The PUSCH position in terms of used resource blocks is changed each slot and each subframe. INTER Enable inter-slot frequency hopping. The PUSCH position in terms of used resource blocks is changed each subframe.
- param userNull
optional repeated capability selector. Default value: Nr0 (settable in the interface ‘User’)
- param cellNull
optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Cell’)
- param bwPartNull
optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Bwp’)