FormatPy
SCPI Command :
CONFigure[:LTE]:DL[:CC<cc>]:PDCCh:FORMat
- class FormatPyCls[source]
FormatPy commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(carrierComponent=CarrierComponent.Default) float [source]
# SCPI: CONFigure[:LTE]:DL[:CC<cc>]:PDCCh:FORMat value: float = driver.applications.k10Xlte.configure.lte.downlink.cc.pdcch.formatPy.get(carrierComponent = repcap.CarrierComponent.Default)
Selects the PDCCH format.
- param carrierComponent
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cc’)
- return
format_py: -1 | 0 | 1 | 2 | 3
- set(format_py: float, carrierComponent=CarrierComponent.Default) None [source]
# SCPI: CONFigure[:LTE]:DL[:CC<cc>]:PDCCh:FORMat driver.applications.k10Xlte.configure.lte.downlink.cc.pdcch.formatPy.set(format_py = 1.0, carrierComponent = repcap.CarrierComponent.Default)
Selects the PDCCH format.
- param format_py
-1 | 0 | 1 | 2 | 3
- param carrierComponent
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cc’)