RbOffset

SCPI Command :

[SOURce<HW>]:BB:V5G:UL:[SUBF<ST0>]:ALLoc<CH0>:XPUCch:RBOFfset
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(subframeNull=SubframeNull.Default, allocationNull=AllocationNull.Default) float[source]
# [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.

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

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

Returns:

content_type: float Range: 0 to 90, Unit: slot

set(content_type: float, subframeNull=SubframeNull.Default, allocationNull=AllocationNull.Default) None[source]
# [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.

Parameters:
  • content_type – float Range: 0 to 90, Unit: slot

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

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