Gap

SCPI Command :

CONFigure[:LTE]:DL[:CC<cc>]:SUBFrame<sf>:ALLoc<al>:GAP
class GapCls[source]

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

get(carrierComponent=CarrierComponent.Default, subframe=Subframe.Default, allocation=Allocation.Default) float[source]
# SCPI: CONFigure[:LTE]:DL[:CC<cc>]:SUBFrame<sf>:ALLoc<al>:GAP
value: float = driver.applications.k10Xlte.configure.lte.downlink.cc.subframe.alloc.gap.get(carrierComponent = repcap.CarrierComponent.Default, subframe = repcap.Subframe.Default, allocation = repcap.Allocation.Default)

Turns the VRB Gap on and off.

param carrierComponent

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

param subframe

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

param allocation

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

return

vrb_gap: 0 Selects localized VRBs 1 Selects distributed VRBs and applies the first gap 2 Selects distributed VRBs and applies the second gap (for channel bandwidths 50 resource blocks)

set(vrb_gap: float, carrierComponent=CarrierComponent.Default, subframe=Subframe.Default, allocation=Allocation.Default) None[source]
# SCPI: CONFigure[:LTE]:DL[:CC<cc>]:SUBFrame<sf>:ALLoc<al>:GAP
driver.applications.k10Xlte.configure.lte.downlink.cc.subframe.alloc.gap.set(vrb_gap = 1.0, carrierComponent = repcap.CarrierComponent.Default, subframe = repcap.Subframe.Default, allocation = repcap.Allocation.Default)

Turns the VRB Gap on and off.

param vrb_gap

0 Selects localized VRBs 1 Selects distributed VRBs and applies the first gap 2 Selects distributed VRBs and applies the second gap (for channel bandwidths 50 resource blocks)

param carrierComponent

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

param subframe

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

param allocation

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