ConType

SCPI Command :

[SOURce<HW>]:BB:EUTRa:UL:[SUBF<ST0>]:ALLoc<CH0>:CONType
class ConTypeCls[source]

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

get(subframeNull=SubframeNull.Default, allocationNull=AllocationNull.Default) RsSmbv.enums.EutraUlContentTypeWithIot[source]
# SCPI: [SOURce<HW>]:BB:EUTRa:UL:[SUBF<ST0>]:ALLoc<CH0>:CONType
value: enums.EutraUlContentTypeWithIot = driver.source.bb.eutra.uplink.subf.alloc.conType.get(subframeNull = repcap.SubframeNull.Default, allocationNull = repcap.AllocationNull.Default)

Selects the content type for the selected allocation.

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

return

content_type: PUSCh| PUCCh | EMTC| NIOT

set(content_type: RsSmbv.enums.EutraUlContentTypeWithIot, subframeNull=SubframeNull.Default, allocationNull=AllocationNull.Default) None[source]
# SCPI: [SOURce<HW>]:BB:EUTRa:UL:[SUBF<ST0>]:ALLoc<CH0>:CONType
driver.source.bb.eutra.uplink.subf.alloc.conType.set(content_type = enums.EutraUlContentTypeWithIot.EMTC, subframeNull = repcap.SubframeNull.Default, allocationNull = repcap.AllocationNull.Default)

Selects the content type for the selected allocation.

param content_type

PUSCh| PUCCh | EMTC| NIOT

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