Acause

SCPI Command :

CONFigure:LTE:SIGNaling<instance>:CELL:ACAuse:ATTach
class AcauseCls[source]

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

get_attach() AcceptAttachCause[source]
# SCPI: CONFigure:LTE:SIGNaling<instance>:CELL:ACAuse:ATTach
value: enums.AcceptAttachCause = driver.configure.cell.acause.get_attach()

Selects whether a cause is added to ATTACH ACCEPT messages or not.

return:

cause: C18 | ON | OFF OFF: disables sending of a cause ON / C18: enables sending of attach accept cause 18 (CS domain not available)

set_attach(cause: AcceptAttachCause) None[source]
# SCPI: CONFigure:LTE:SIGNaling<instance>:CELL:ACAuse:ATTach
driver.configure.cell.acause.set_attach(cause = enums.AcceptAttachCause.C18)

Selects whether a cause is added to ATTACH ACCEPT messages or not.

param cause:

C18 | ON | OFF OFF: disables sending of a cause ON / C18: enables sending of attach accept cause 18 (CS domain not available)