SrbSingle

SCPI Commands

CONFigure:WCDMa:SIGNaling<Instance>:CONNection:SRBSingle:TYPE
class SrbSingle[source]

SrbSingle commands group definition. 1 total commands, 0 Sub-groups, 1 group commands

get_type_py()RsCmwWcdmaSig.enums.SrbSingleType[source]
# SCPI: CONFigure:WCDMa:SIGNaling<instance>:CONNection:SRBSingle:TYPE
value: enums.SrbSingleType = driver.configure.connection.srbSingle.get_type_py()

Selects the radio resource control state to which the UE is commanded when an ‘SRB only’ connection is set up.

return

type_py: CDCH | CFACh CDCH: CELL_DCH CFACh: CELL_FACH

set_type_py(type_py: RsCmwWcdmaSig.enums.SrbSingleType)None[source]
# SCPI: CONFigure:WCDMa:SIGNaling<instance>:CONNection:SRBSingle:TYPE
driver.configure.connection.srbSingle.set_type_py(type_py = enums.SrbSingleType.CDCH)

Selects the radio resource control state to which the UE is commanded when an ‘SRB only’ connection is set up.

param type_py

CDCH | CFACh CDCH: CELL_DCH CFACh: CELL_FACH