FormatPy
SCPI Command :
[CONFigure]:SIGNaling:NRADio:CELL:BWP<bpwid>:PUCCh:FORMat
- class FormatPyCls[source]
FormatPy commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(cell_name: str, bwParts=BwParts.Default) CellPucchFormatPy[source]
# SCPI: [CONFigure]:SIGNaling:NRADio:CELL:BWP<bpwid>:PUCCh:FORMat value: enums.CellPucchFormatPy = driver.configure.signaling.nradio.cell.bwp.pucch.formatPy.get(cell_name = 'abc', bwParts = repcap.BwParts.Default)
Selects the PUCCH format for BWP <bb>.
- param cell_name:
No help available
- param bwParts:
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bwp’)
- return:
format_py: No help available
- set(cell_name: str, format_py: CellPucchFormatPy, bwParts=BwParts.Default) None[source]
# SCPI: [CONFigure]:SIGNaling:NRADio:CELL:BWP<bpwid>:PUCCh:FORMat driver.configure.signaling.nradio.cell.bwp.pucch.formatPy.set(cell_name = 'abc', format_py = enums.CellPucchFormatPy.F0, bwParts = repcap.BwParts.Default)
Selects the PUCCH format for BWP <bb>.
- param cell_name:
No help available
- param format_py:
No help available
- param bwParts:
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bwp’)