Alert

SCPI Command :

[CONFigure]:SIGNaling:ETWS:ALERt
class AlertCls[source]

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

get(network_scope: str) bool[source]
# SCPI: [CONFigure]:SIGNaling:ETWS:ALERt
value: bool = driver.configure.signaling.etws.alert.get(network_scope = 'abc')

Enables an emergency user alert at the UE, for ETWS primary notifications.

param network_scope:

No help available

return:

enable: No help available

set(network_scope: str, enable: bool) None[source]
# SCPI: [CONFigure]:SIGNaling:ETWS:ALERt
driver.configure.signaling.etws.alert.set(network_scope = 'abc', enable = False)

Enables an emergency user alert at the UE, for ETWS primary notifications.

param network_scope:

No help available

param enable:

No help available