Etws

SCPI Commands :

CREate:SIGNaling:ETWS:SECondary
CREate:SIGNaling:ETWS
class EtwsCls[source]

Etws commands group definition. 2 total commands, 0 Subgroups, 2 group commands

set_secondary(network_scope: str) None[source]
# SCPI: CREate:SIGNaling:ETWS:SECondary
driver.create.signaling.etws.set_secondary(network_scope = 'abc')

Creates an ETWS secondary service for all cells in a certain <NetworkScope>. Use this network scope in the other ETWS secondary commands.

param network_scope:

Name of a PLMN or a tracking area or a cell

set_value(network_scope: str) None[source]
# SCPI: CREate:SIGNaling:ETWS
driver.create.signaling.etws.set_value(network_scope = 'abc')

Creates an ETWS primary service for all cells in a certain <NetworkScope>. Use this network scope in the other ETWS primary commands.

param network_scope:

Name of a PLMN or a tracking area or a cell