Configure

SCPI Commands

CONFigure:GSM:SIGNaling<Instance>:ETOE
class Configure[source]

Configure commands group definition. 253 total commands, 19 Sub-groups, 1 group commands

get_etoe()bool[source]
# SCPI: CONFigure:GSM: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:GSM: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