Cont
SCPI Command :
CONFigure[:LTE]:UL[:CC<cc>]:SUBFrame<sf>:ALLoc:CONT
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(carrierComponent=CarrierComponent.Default, subframe=Subframe.Default) AllocationContent[source]
# 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.
- Parameters:
carrierComponent – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cc’)
subframe – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Subframe’)
- Returns:
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: AllocationContent, carrierComponent=CarrierComponent.Default, subframe=Subframe.Default) None[source]
# 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.
- Parameters:
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.
carrierComponent – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cc’)
subframe – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Subframe’)