RbOffset
SCPI Command :
[SOURce<HW>]:BB:V5G:UL:[SUBF<ST0>]:ALLoc<CH0>:XPUCch:RBOFfset
- class RbOffsetCls[source]
RbOffset commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(subframeNull=SubframeNull.Default, allocationNull=AllocationNull.Default) float [source]
# SCPI: [SOURce<HW>]:BB:V5G:UL:[SUBF<ST0>]:ALLoc<CH0>:XPUCch:RBOFfset value: float = driver.source.bb.v5G.uplink.subf.alloc.xpucch.rbOffset.get(subframeNull = repcap.SubframeNull.Default, allocationNull = repcap.AllocationNull.Default)
Sets the xPUCCH resource block offset within the subframe of the selected allocation.
- param subframeNull
optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Subf’)
- param allocationNull
optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Alloc’)
- return
content_type: float Range: 0 to 90, Unit: slot
- set(content_type: float, subframeNull=SubframeNull.Default, allocationNull=AllocationNull.Default) None [source]
# SCPI: [SOURce<HW>]:BB:V5G:UL:[SUBF<ST0>]:ALLoc<CH0>:XPUCch:RBOFfset driver.source.bb.v5G.uplink.subf.alloc.xpucch.rbOffset.set(content_type = 1.0, subframeNull = repcap.SubframeNull.Default, allocationNull = repcap.AllocationNull.Default)
Sets the xPUCCH resource block offset within the subframe of the selected allocation.
- param content_type
float Range: 0 to 90, Unit: slot
- param subframeNull
optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Subf’)
- param allocationNull
optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Alloc’)