RbOffset
SCPI Command :
CONFigure[:NR5G]:UL[:CC<cc>]:FRAMe<fr>:BWPart<bwp>:SLOT<sl>:ALLocation<al>:RBOFfset
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(carrierComponent=CarrierComponent.Default, frame=Frame.Default, bwPart=BwPart.Default, slotRc=SlotRc.Default, allocation=Allocation.Default) float[source]
# CONFigure[:NR5G]:UL[:CC<cc>]:FRAMe<fr>:BWPart<bwp>:SLOT<sl>:ALLocation<al>:RBOFfset value: float = driver.applications.k14Xnr5G.configure.nr5G.uplink.cc.frame.bwPart.slot.allocation.rbOffset.get(carrierComponent = repcap.CarrierComponent.Default, frame = repcap.Frame.Default, bwPart = repcap.BwPart.Default, slotRc = repcap.SlotRc.Default, allocation = repcap.Allocation.Default)
Defines the resource block offset of a PUSCH allocation.
- Parameters:
carrierComponent – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cc’)
frame – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Frame’)
bwPart – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘BwPart’)
slotRc – optional repeated capability selector. Default value: Ix0 (settable in the interface ‘Slot’)
allocation – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Allocation’)
- Returns:
offset: numeric value (integer only) The offset is a value relative to the first resource block of the slot.
- set(offset: float, carrierComponent=CarrierComponent.Default, frame=Frame.Default, bwPart=BwPart.Default, slotRc=SlotRc.Default, allocation=Allocation.Default) None[source]
# CONFigure[:NR5G]:UL[:CC<cc>]:FRAMe<fr>:BWPart<bwp>:SLOT<sl>:ALLocation<al>:RBOFfset driver.applications.k14Xnr5G.configure.nr5G.uplink.cc.frame.bwPart.slot.allocation.rbOffset.set(offset = 1.0, carrierComponent = repcap.CarrierComponent.Default, frame = repcap.Frame.Default, bwPart = repcap.BwPart.Default, slotRc = repcap.SlotRc.Default, allocation = repcap.Allocation.Default)
Defines the resource block offset of a PUSCH allocation.
- Parameters:
offset – numeric value (integer only) The offset is a value relative to the first resource block of the slot.
carrierComponent – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cc’)
frame – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Frame’)
bwPart – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘BwPart’)
slotRc – optional repeated capability selector. Default value: Ix0 (settable in the interface ‘Slot’)
allocation – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Allocation’)