FormatPy
SCPI Command :
CONFigure[:LTE]:UL[:CC<cc>]:PUCCh:FORMat
- class FormatPyCls[source]
FormatPy commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(carrierComponent=CarrierComponent.Default) RsFsw.enums.PucchFormat [source]
# SCPI: CONFigure[:LTE]:UL[:CC<cc>]:PUCCh:FORMat value: enums.PucchFormat = driver.applications.k10Xlte.configure.lte.uplink.cc.pucch.formatPy.get(carrierComponent = repcap.CarrierComponent.Default)
Selects the PUCCH format. Note that formats 2a and 2b are available for normal cyclic prefix length only.
- param carrierComponent
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cc’)
- return
format_py: F1 (F1) F1A (F1a) F1B (F1b) F2 (F2) F2A (F2a) F2B (F2b) F3 (F3) SUBF Allows you to define the PUCCH format for each subframe separately with .
- set(format_py: RsFsw.enums.PucchFormat, carrierComponent=CarrierComponent.Default) None [source]
# SCPI: CONFigure[:LTE]:UL[:CC<cc>]:PUCCh:FORMat driver.applications.k10Xlte.configure.lte.uplink.cc.pucch.formatPy.set(format_py = enums.PucchFormat.F1, carrierComponent = repcap.CarrierComponent.Default)
Selects the PUCCH format. Note that formats 2a and 2b are available for normal cyclic prefix length only.
- param format_py
F1 (F1) F1A (F1a) F1B (F1b) F2 (F2) F2A (F2a) F2B (F2b) F3 (F3) SUBF Allows you to define the PUCCH format for each subframe separately with .
- param carrierComponent
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cc’)