BbCombining

SCPI Command :

[CONfigure]:SIGNaling:LTE:CELL:BBCombining
class BbCombiningCls[source]

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

get(cell_name: str) bool[source]
# SCPI: [CONfigure]:SIGNaling:LTE:CELL:BBCombining
value: bool = driver.configure.signaling.lte.cell.bbCombining.get(cell_name = 'abc')

Allows baseband combining for the cell.

param cell_name:

No help available

return:

enable: No help available

set(cell_name: str, enable: bool) None[source]
# SCPI: [CONfigure]:SIGNaling:LTE:CELL:BBCombining
driver.configure.signaling.lte.cell.bbCombining.set(cell_name = 'abc', enable = False)

Allows baseband combining for the cell.

param cell_name:

No help available

param enable:

No help available