Etws

SCPI Commands

CONFigure:WCDMa:SIGNaling<Instance>:CBS:MESSage:ETWS:ALERt
CONFigure:WCDMa:SIGNaling<Instance>:CBS:MESSage:ETWS:POPup
class Etws[source]

Etws commands group definition. 2 total commands, 0 Sub-groups, 2 group commands

get_alert()bool[source]
# SCPI: CONFigure:WCDMa:SIGNaling<instance>:CBS:MESSage:ETWS:ALERt
value: bool = driver.configure.cbs.message.etws.get_alert()

Deactivates / activates earthquake and tsunami warning system alerting.

return

enable: OFF | ON

get_popup()bool[source]
# SCPI: CONFigure:WCDMa:SIGNaling<instance>:CBS:MESSage:ETWS:POPup
value: bool = driver.configure.cbs.message.etws.get_popup()

Deactivates / activates earthquake and tsunami warning popup on display.

return

enable: OFF | ON

set_alert(enable: bool)None[source]
# SCPI: CONFigure:WCDMa:SIGNaling<instance>:CBS:MESSage:ETWS:ALERt
driver.configure.cbs.message.etws.set_alert(enable = False)

Deactivates / activates earthquake and tsunami warning system alerting.

param enable

OFF | ON

set_popup(enable: bool)None[source]
# SCPI: CONFigure:WCDMa:SIGNaling<instance>:CBS:MESSage:ETWS:POPup
driver.configure.cbs.message.etws.set_popup(enable = False)

Deactivates / activates earthquake and tsunami warning popup on display.

param enable

OFF | ON