FormatPy

SCPI Command :

[SOURce<HW>]:BB:EUTRa:UL:[SUBF<ST0>]:ALLoc<CH0>:[PUCCh]:FORMat
class FormatPyCls[source]

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

get(subframeNull=SubframeNull.Default, allocationNull=AllocationNull.Default) RsSmbv.enums.EutraUlFormat[source]
# SCPI: [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.

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

format_py: F1| F1A| F1B| F2| F2A| F2B| F3 | F4| F5

set(format_py: RsSmbv.enums.EutraUlFormat, subframeNull=SubframeNull.Default, allocationNull=AllocationNull.Default) None[source]
# SCPI: [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.

param format_py

F1| F1A| F1B| F2| F2A| F2B| F3 | F4| F5

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