Serial

SCPI Command :

[CONFigure]:SIGNaling:ETWS:SERial
class SerialCls[source]

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

class GetStruct[source]

Response structure. Fields:

  • Display_Mode: enums.DisplayMode: IMMediate: The UE displays a message immediately. NORMal: The UE displays a message upon user action.

  • Message_Code: int: The last 8 bits of the message code of the serial number.

  • Update_Time: int: The version of the message transmitted as an update number.

get(network_scope: str) GetStruct[source]
# SCPI: [CONFigure]:SIGNaling:ETWS:SERial
value: GetStruct = driver.configure.signaling.etws.serial.get(network_scope = 'abc')

Defines settings influencing the serial number for ETWS primary notifications.

param network_scope:

No help available

return:

structure: for return value, see the help for GetStruct structure arguments.

set(network_scope: str, display_mode: DisplayMode, message_code: int = None, update_time: int = None) None[source]
# SCPI: [CONFigure]:SIGNaling:ETWS:SERial
driver.configure.signaling.etws.serial.set(network_scope = 'abc', display_mode = enums.DisplayMode.IMMediate, message_code = 1, update_time = 1)

Defines settings influencing the serial number for ETWS primary notifications.

param network_scope:

No help available

param display_mode:

IMMediate: The UE displays a message immediately. NORMal: The UE displays a message upon user action.

param message_code:

The last 8 bits of the message code of the serial number.

param update_time:

The version of the message transmitted as an update number.