FormatPy

SCPI Command :

[CONFigure]:SIGNaling:NRADio:CELL:PUCCh:FORMat
class FormatPyCls[source]

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

get(cell_name: str) CellPucchFormatPy[source]
# SCPI: [CONFigure]:SIGNaling:NRADio:CELL:PUCCh:FORMat
value: enums.CellPucchFormatPy = driver.configure.signaling.nradio.cell.pucch.formatPy.get(cell_name = 'abc')

Selects the PUCCH format for the initial BWP.

param cell_name:

No help available

return:

format_py: No help available

set(cell_name: str, format_py: CellPucchFormatPy) None[source]
# SCPI: [CONFigure]:SIGNaling:NRADio:CELL:PUCCh:FORMat
driver.configure.signaling.nradio.cell.pucch.formatPy.set(cell_name = 'abc', format_py = enums.CellPucchFormatPy.F0)

Selects the PUCCH format for the initial BWP.

param cell_name:

No help available

param format_py:

No help available