Pucch

SCPI Command :

CONFigure:LTE:SIGNaling<instance>:CONNection[:PCC]:PUCCh:FFCA
class PucchCls[source]

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

get_ffca() PucchFormat[source]
# SCPI: CONFigure:LTE:SIGNaling<instance>:CONNection[:PCC]:PUCCh:FFCA
value: enums.PucchFormat = driver.configure.connection.pcc.pucch.get_ffca()

Selects the PUCCH format used for carrier aggregation scenarios.

return:

format_py: F1BCs | F3 | F4 | F5 F1BCs: PUCCH format 1b with channel selection (if allowed) F3: PUCCH format 3 F4: PUCCH format 4 F5: PUCCH format 5

set_ffca(format_py: PucchFormat) None[source]
# SCPI: CONFigure:LTE:SIGNaling<instance>:CONNection[:PCC]:PUCCh:FFCA
driver.configure.connection.pcc.pucch.set_ffca(format_py = enums.PucchFormat.F1BCs)

Selects the PUCCH format used for carrier aggregation scenarios.

param format_py:

F1BCs | F3 | F4 | F5 F1BCs: PUCCH format 1b with channel selection (if allowed) F3: PUCCH format 3 F4: PUCCH format 4 F5: PUCCH format 5