Easy

SCPI Command :

CONFigure:LTE:SIGNaling<instance>:CONNection:EASY:BFBW
class EasyCls[source]

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

get_bfbw() bool[source]
# SCPI: CONFigure:LTE:SIGNaling<instance>:CONNection:EASY:BFBW
value: bool = driver.configure.connection.easy.get_bfbw()

Specifies whether the easy mode is used if the band or the frequency or the cell bandwidth is changed.

return:

enable: OFF | ON

set_bfbw(enable: bool) None[source]
# SCPI: CONFigure:LTE:SIGNaling<instance>:CONNection:EASY:BFBW
driver.configure.connection.easy.set_bfbw(enable = False)

Specifies whether the easy mode is used if the band or the frequency or the cell bandwidth is changed.

param enable:

OFF | ON