Tranmission

SCPI Command :

[CONFigure]:SIGNaling:ETWS:SECondary:TRANmission
class TranmissionCls[source]

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

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

Enables the transmission of ETWS secondary notifications via the SIB.

param network_scope:

No help available

return:

enable: No help available

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

Enables the transmission of ETWS secondary notifications via the SIB.

param network_scope:

No help available

param enable:

No help available