Cont

SCPI Command :

CONFigure[:LTE]:UL[:CC<cc>]:SUBFrame<sf>:ALLoc:CONT
class ContCls[source]

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

get(carrierComponent=CarrierComponent.Default, subframe=Subframe.Default) RsFsw.enums.AllocationContent[source]
# SCPI: CONFigure[:LTE]:UL[:CC<cc>]:SUBFrame<sf>:ALLoc:CONT
value: enums.AllocationContent = driver.applications.k10Xlte.configure.lte.uplink.cc.subframe.alloc.cont.get(carrierComponent = repcap.CarrierComponent.Default, subframe = repcap.Subframe.Default)

Allocates a PUCCH or PUSCH to an uplink allocation.

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

return

allocation_content: NONE Turns off the PUSCH and the PUCCH. PUCCh Turns on the PUCCH. PUSCh Turns on the PUSCH. PSCC Turns on the PUCCH as well as the PUSCH.

set(allocation_content: RsFsw.enums.AllocationContent, carrierComponent=CarrierComponent.Default, subframe=Subframe.Default) None[source]
# SCPI: CONFigure[:LTE]:UL[:CC<cc>]:SUBFrame<sf>:ALLoc:CONT
driver.applications.k10Xlte.configure.lte.uplink.cc.subframe.alloc.cont.set(allocation_content = enums.AllocationContent.NONE, carrierComponent = repcap.CarrierComponent.Default, subframe = repcap.Subframe.Default)

Allocates a PUCCH or PUSCH to an uplink allocation.

param allocation_content

NONE Turns off the PUSCH and the PUCCH. PUCCh Turns on the PUCCH. PUSCh Turns on the PUSCH. PSCC Turns on the PUCCH as well as the PUSCH.

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