Noffsets

SCPI Command :

[SOURce<HW>]:BB:NR5G:UBWP:USER<US(CH0)>:CELL<CC(ST0)>:UL:BWP<BWP(DIR0)>:PUSCh:FHOFfsets:NOFFsets
class NoffsetsCls[source]

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

get(userNull=UserNull.Default, cellNull=CellNull.Default, bwPartNull=BwPartNull.Default) int[source]
# SCPI: [SOURce<HW>]:BB:NR5G:UBWP:USER<US(CH0)>:CELL<CC(ST0)>:UL:BWP<BWP(DIR0)>:PUSCh:FHOFfsets:NOFFsets
value: int = driver.source.bb.nr5G.ubwp.user.cell.uplink.bwp.pusch.fhOffsets.noffsets.get(userNull = repcap.UserNull.Default, cellNull = repcap.CellNull.Default, bwPartNull = repcap.BwPartNull.Default)
Defines the number off frequency hopping offsets.

INTRO_CMD_HELP: Prerequisites for this command

  • If the size of the active BWP is fewer than 50 PRBs, one of two higher layer configured offsets are indicated in the UL grant.

  • If the size of the active BWP is equal to or greater than 50 PRBs, one of four higher layer configured offsets are indicated in the UL grant.

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

num_freq_hop_off: integer Range: 2 to 4

set(num_freq_hop_off: int, 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:FHOFfsets:NOFFsets
driver.source.bb.nr5G.ubwp.user.cell.uplink.bwp.pusch.fhOffsets.noffsets.set(num_freq_hop_off = 1, userNull = repcap.UserNull.Default, cellNull = repcap.CellNull.Default, bwPartNull = repcap.BwPartNull.Default)
Defines the number off frequency hopping offsets.

INTRO_CMD_HELP: Prerequisites for this command

  • If the size of the active BWP is fewer than 50 PRBs, one of two higher layer configured offsets are indicated in the UL grant.

  • If the size of the active BWP is equal to or greater than 50 PRBs, one of four higher layer configured offsets are indicated in the UL grant.

param num_freq_hop_off

integer Range: 2 to 4

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’)