FormatPy
SCPI Command :
[SOURce<HW>]:BB:EUTRa:UL:[SUBF<ST0>]:ALLoc<CH0>:[PUCCh]:FORMat
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(subframeNull=SubframeNull.Default, allocationNull=AllocationNull.Default) EutraUlFormat[source]
# [SOURce<HW>]:BB:EUTRa:UL:[SUBF<ST0>]:ALLoc<CH0>:[PUCCh]:FORMat value: enums.EutraUlFormat = driver.source.bb.eutra.uplink.subf.alloc.pucch.formatPy.get(subframeNull = repcap.SubframeNull.Default, allocationNull = repcap.AllocationNull.Default)
Sets the PUCCH Format.
- Parameters:
subframeNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Subf’)
allocationNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Alloc’)
- Returns:
format_py: F1 | F1A | F1B | F2 | F2A | F2B | F3 | F4 | F5
- set(format_py: EutraUlFormat, subframeNull=SubframeNull.Default, allocationNull=AllocationNull.Default) None[source]
# [SOURce<HW>]:BB:EUTRa:UL:[SUBF<ST0>]:ALLoc<CH0>:[PUCCh]:FORMat driver.source.bb.eutra.uplink.subf.alloc.pucch.formatPy.set(format_py = enums.EutraUlFormat.F1, subframeNull = repcap.SubframeNull.Default, allocationNull = repcap.AllocationNull.Default)
Sets the PUCCH Format.
- Parameters:
format_py – F1 | F1A | F1B | F2 | F2A | F2B | F3 | F4 | F5
subframeNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Subf’)
allocationNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Alloc’)