Rcause

SCPI Commands :

CONFigure:LTE:SIGNaling<instance>:CELL:RCAuse:ATTach
CONFigure:LTE:SIGNaling<instance>:CELL:RCAuse:TAU
class RcauseCls[source]

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

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

Enables or disables the rejection of attach requests and tracking area update requests and selects the rejection cause to be transmitted.

return:

cause: IUE3 | EPS7 | PLMN11 | TANA12 | C13 | C17 | CONG22 | C2 | C5 | C6 | C8 | C9 | C10 | C14 | C15 | C16 | C18 | C19 | C20 | C21 | C23 | C24 | C25 | C26 | C35 | C39 | C40 | C42 | C95 | C96 | C97 | C98 | C99 | C100 | C101 | C111 | ON | OFF See table for explanation of values

get_tau() RejectAttachCause[source]
# SCPI: CONFigure:LTE:SIGNaling<instance>:CELL:RCAuse:TAU
value: enums.RejectAttachCause = driver.configure.cell.rcause.get_tau()

Enables or disables the rejection of attach requests and tracking area update requests and selects the rejection cause to be transmitted.

return:

cause: IUE3 | EPS7 | PLMN11 | TANA12 | C13 | C17 | CONG22 | C2 | C5 | C6 | C8 | C9 | C10 | C14 | C15 | C16 | C18 | C19 | C20 | C21 | C23 | C24 | C25 | C26 | C35 | C39 | C40 | C42 | C95 | C96 | C97 | C98 | C99 | C100 | C101 | C111 | ON | OFF See table for explanation of values

set_attach(cause: RejectAttachCause) None[source]
# SCPI: CONFigure:LTE:SIGNaling<instance>:CELL:RCAuse:ATTach
driver.configure.cell.rcause.set_attach(cause = enums.RejectAttachCause.C10)

Enables or disables the rejection of attach requests and tracking area update requests and selects the rejection cause to be transmitted.

param cause:

IUE3 | EPS7 | PLMN11 | TANA12 | C13 | C17 | CONG22 | C2 | C5 | C6 | C8 | C9 | C10 | C14 | C15 | C16 | C18 | C19 | C20 | C21 | C23 | C24 | C25 | C26 | C35 | C39 | C40 | C42 | C95 | C96 | C97 | C98 | C99 | C100 | C101 | C111 | ON | OFF See table for explanation of values

set_tau(cause: RejectAttachCause) None[source]
# SCPI: CONFigure:LTE:SIGNaling<instance>:CELL:RCAuse:TAU
driver.configure.cell.rcause.set_tau(cause = enums.RejectAttachCause.C10)

Enables or disables the rejection of attach requests and tracking area update requests and selects the rejection cause to be transmitted.

param cause:

IUE3 | EPS7 | PLMN11 | TANA12 | C13 | C17 | CONG22 | C2 | C5 | C6 | C8 | C9 | C10 | C14 | C15 | C16 | C18 | C19 | C20 | C21 | C23 | C24 | C25 | C26 | C35 | C39 | C40 | C42 | C95 | C96 | C97 | C98 | C99 | C100 | C101 | C111 | ON | OFF See table for explanation of values