Data

SCPI Command :

[CONFigure]:SIGNaling:ETWS:SECondary:DATA
class DataCls[source]

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

get(network_scope: str) str[source]
# SCPI: [CONFigure]:SIGNaling:ETWS:SECondary:DATA
value: str = driver.configure.signaling.etws.secondary.data.get(network_scope = 'abc')

Defines the broadcasted ETWS secondary notification text.

param network_scope:

No help available

return:

data: No help available

set(network_scope: str, data: str) None[source]
# SCPI: [CONFigure]:SIGNaling:ETWS:SECondary:DATA
driver.configure.signaling.etws.secondary.data.set(network_scope = 'abc', data = 'abc')

Defines the broadcasted ETWS secondary notification text.

param network_scope:

No help available

param data:

No help available