RbOffset
SCPI Command :
CONFigure[:NR5G]:UL[:CC<cc>]:FRAMe<fr>:BWPart<bwp>:SLOT<sl>:PUCCh<cr>:RBOFfset
- class RbOffsetCls[source]
- RbOffset commands group definition. 1 total commands, 0 Subgroups, 1 group commands - get(carrierComponent=CarrierComponent.Default, frame=Frame.Default, bwPart=BwPart.Default, slot=Slot.Default, pucch=Pucch.Default) float[source]
- # SCPI: CONFigure[:NR5G]:UL[:CC<cc>]:FRAMe<fr>:BWPart<bwp>:SLOT<sl>:PUCCh<cr>:RBOFfset value: float = driver.applications.k14Xnr5G.configure.nr5G.uplink.cc.frame.bwPart.slot.pucch.rbOffset.get(carrierComponent = repcap.CarrierComponent.Default, frame = repcap.Frame.Default, bwPart = repcap.BwPart.Default, slot = repcap.Slot.Default, pucch = repcap.Pucch.Default) - Defines the resource block offset of a PUCCH allocation. - param carrierComponent
- optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cc’) 
- param frame
- optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Frame’) 
- param bwPart
- optional repeated capability selector. Default value: Nr1 (settable in the interface ‘BwPart’) 
- param slot
- optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Slot’) 
- param pucch
- optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Pucch’) 
- return
- 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, slot=Slot.Default, pucch=Pucch.Default) None[source]
- # SCPI: CONFigure[:NR5G]:UL[:CC<cc>]:FRAMe<fr>:BWPart<bwp>:SLOT<sl>:PUCCh<cr>:RBOFfset driver.applications.k14Xnr5G.configure.nr5G.uplink.cc.frame.bwPart.slot.pucch.rbOffset.set(offset = 1.0, carrierComponent = repcap.CarrierComponent.Default, frame = repcap.Frame.Default, bwPart = repcap.BwPart.Default, slot = repcap.Slot.Default, pucch = repcap.Pucch.Default) - Defines the resource block offset of a PUCCH allocation. - param offset
- numeric value (integer only) The offset is a value relative to the first resource block of the slot. 
- param carrierComponent
- optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cc’) 
- param frame
- optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Frame’) 
- param bwPart
- optional repeated capability selector. Default value: Nr1 (settable in the interface ‘BwPart’) 
- param slot
- optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Slot’) 
- param pucch
- optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Pucch’)