FormatPy
SCPI Command :
[SOURce<HW>]:BB:ONEWeb: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) RsSmw.enums.UlFormat [source]
# SCPI: [SOURce<HW>]:BB:ONEWeb:UL:[SUBF<ST0>]:ALLoc<CH0>:[PUCCh]:FORMat value: enums.UlFormat = driver.source.bb.oneweb.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
- set(format_py: RsSmw.enums.UlFormat, subframeNull=SubframeNull.Default, allocationNull=AllocationNull.Default) None [source]
# SCPI: [SOURce<HW>]:BB:ONEWeb:UL:[SUBF<ST0>]:ALLoc<CH0>:[PUCCh]:FORMat driver.source.bb.oneweb.uplink.subf.alloc.pucch.formatPy.set(format_py = enums.UlFormat.F1, subframeNull = repcap.SubframeNull.Default, allocationNull = repcap.AllocationNull.Default)
Sets the PUCCH Format.
- param format_py
F1| F1A| F1B| F2| F2A| F2B| F3
- 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’)