Offset<IndexNull>

RepCap Settings

# Range: Nr0 .. Nr63
rc = driver.source.bb.nr5G.ubwp.user.cell.uplink.bwp.pusch.fhOffsets.offset.repcap_indexNull_get()
driver.source.bb.nr5G.ubwp.user.cell.uplink.bwp.pusch.fhOffsets.offset.repcap_indexNull_set(repcap.IndexNull.Nr0)

SCPI Command :

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

Offset commands group definition. 1 total commands, 0 Subgroups, 1 group commands Repeated Capability: IndexNull, default value after init: IndexNull.Nr0

get(userNull=UserNull.Default, cellNull=CellNull.Default, bwPartNull=BwPartNull.Default, indexNull=IndexNull.Default) int[source]
# SCPI: [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’.

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

param indexNull

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

return

freq_hop_offset: integer Range: 1 to 274

set(freq_hop_offset: int, userNull=UserNull.Default, cellNull=CellNull.Default, bwPartNull=BwPartNull.Default, indexNull=IndexNull.Default) None[source]
# SCPI: [SOURce<HW>]:BB:NR5G:UBWP:USER<US(CH0)>:CELL<CC(ST0)>:UL:BWP<BWP(DIR0)>:PUSCh:FHOFfsets:OFFSet<GR0>
driver.source.bb.nr5G.ubwp.user.cell.uplink.bwp.pusch.fhOffsets.offset.set(freq_hop_offset = 1, 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’.

param freq_hop_offset

integer Range: 1 to 274

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

param indexNull

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

Cloning the Group

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