IbChange

SCPI Command :

[CONFigure]:SIGNaling:NRADio:CELL:BEAM:FOLLowing:IBCHange
class IbChangeCls[source]

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

get(cell_name: str) bool[source]
# SCPI: [CONFigure]:SIGNaling:NRADio:CELL:BEAM:FOLLowing:IBCHange
value: bool = driver.configure.signaling.nradio.cell.beam.following.ibChange.get(cell_name = 'abc')

Selects whether a change of the DL beam is signaled to the UE.

param cell_name:

No help available

return:

enable: No help available

set(cell_name: str, enable: bool) None[source]
# SCPI: [CONFigure]:SIGNaling:NRADio:CELL:BEAM:FOLLowing:IBCHange
driver.configure.signaling.nradio.cell.beam.following.ibChange.set(cell_name = 'abc', enable = False)

Selects whether a change of the DL beam is signaled to the UE.

param cell_name:

No help available

param enable:

No help available