Offset<IndexNull>

SCPI Command :

[SOURce<HW>]:BB:NR5G:UBWP:USER<US(CH0)>:CELL<CC(ST0)>:UL:BWP<BWP(DIR0)>:PUSCh:FHOFfsets:OFFSet<GR0>
Commands in total: 1
Subgroups: 0
Direct child commands: 1

Repeated Capability Setting:

# Range: Nr0 .. Nr63

driver.source.bb.nr5G.ubwp.user.cell.uplink.bwp.pusch.fhOffsets.offset.repcap_indexNull_set(repcap.IndexNull.Nr0)
get(userNull=UserNull.Default, cellNull=CellNull.Default, bwPartNull=BwPartNull.Default, indexNull=IndexNull.Default) int[source]
# [SOURce<HW>]:BB:NR5G:UBWP:USER<US(CH0)>:CELL<CC(ST0)>:UL:BWP<BWP(DIR0)>:PUSCh:FHOFfsets:OFFSet<GR0>
value: int = driver.source.bb.nr5G.ubwp.user.cell.uplink.bwp.pusch.fhOffsets.offset.get(userNull = repcap.UserNull.Default, cellNull = repcap.CellNull.Default, bwPartNull = repcap.BwPartNull.Default, indexNull = repcap.IndexNull.Default)

Sets the value of the available frequency hopping offsets. The number of offsets is set automatically to 2 or 4 depending on the size of the active BWP. See ‘Number of Offsets’.

Parameters:
  • userNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘User’)

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

  • bwPartNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Bwp’)

  • indexNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Offset’)

Returns:

freq_hop_offset: integer Range: 1 to 274

Cloning the Group

# Create a copy of the original group, that exists independently
offset_copy = driver.source.bb.nr5G.ubwp.user.cell.uplink.bwp.pusch.fhOffsets.offset.clone()