Gap

SCPI Command :

[SOURce<HW>]:BB:EUTRa:DL:[SUBF<ST0>]:ALLoc<CH0>:[CW<USER>]:GAP
class GapCls[source]

Gap commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get(subframeNull=SubframeNull.Default, allocationNull=AllocationNull.Default, codeword=Codeword.Default) int[source]
# SCPI: [SOURce<HW>]:BB:EUTRa:DL:[SUBF<ST0>]:ALLoc<CH0>:[CW<USER>]:GAP
value: int = driver.source.bb.eutra.downlink.subf.alloc.cw.gap.get(subframeNull = repcap.SubframeNull.Default, allocationNull = repcap.AllocationNull.Default, codeword = repcap.Codeword.Default)

Enables/disables the unitization of distributed Virtual Resource Blocks (VBR) and determines whether the first or the second VRB gap is applied.

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

param codeword

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

return

vrb_gap: integer 0 A localized distribution is applied, i.e. the PDSCH mapping is performed on a direct VRB-to-PRB mapping. 1 Enables a distributed resource block allocation. The first VRB gap is used. 2 Enabled for ‘Channel Bandwidths’ greater than 50 RBs. The mapping is based on the second (smaller) VRB gap. Range: 0 to 2

set(vrb_gap: int, subframeNull=SubframeNull.Default, allocationNull=AllocationNull.Default, codeword=Codeword.Default) None[source]
# SCPI: [SOURce<HW>]:BB:EUTRa:DL:[SUBF<ST0>]:ALLoc<CH0>:[CW<USER>]:GAP
driver.source.bb.eutra.downlink.subf.alloc.cw.gap.set(vrb_gap = 1, subframeNull = repcap.SubframeNull.Default, allocationNull = repcap.AllocationNull.Default, codeword = repcap.Codeword.Default)

Enables/disables the unitization of distributed Virtual Resource Blocks (VBR) and determines whether the first or the second VRB gap is applied.

param vrb_gap

integer 0 A localized distribution is applied, i.e. the PDSCH mapping is performed on a direct VRB-to-PRB mapping. 1 Enables a distributed resource block allocation. The first VRB gap is used. 2 Enabled for ‘Channel Bandwidths’ greater than 50 RBs. The mapping is based on the second (smaller) VRB gap. Range: 0 to 2

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

param codeword

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