Configure

SCPI Command :

CONFigure:LTE:SIGNaling<instance>:ETOE
class ConfigureCls[source]

Configure commands group definition. 752 total commands, 23 Subgroups, 1 group commands

get_etoe() bool[source]
# SCPI: CONFigure:LTE:SIGNaling<instance>:ETOE
value: bool = driver.configure.get_etoe()

No command help available

return:

end_to_end_enable: No help available

set_etoe(end_to_end_enable: bool) None[source]
# SCPI: CONFigure:LTE:SIGNaling<instance>:ETOE
driver.configure.set_etoe(end_to_end_enable = False)

No command help available

param end_to_end_enable:

No help available

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.configure.clone()

Subgroups