Single

SCPI Commands

CONFigure:WCDMa:SIGNaling<Instance>:CMODe:SINGle:TYPE
CONFigure:WCDMa:SIGNaling<Instance>:CMODe:SINGle:ACTivation
class Single[source]

Single commands group definition. 2 total commands, 0 Sub-groups, 2 group commands

get_activation()RsCmwWcdmaSig.enums.CmodeActivation[source]
# SCPI: CONFigure:WCDMa:SIGNaling<instance>:CMODe:SINGle:ACTivation
value: enums.CmodeActivation = driver.configure.cmode.single.get_activation()

Selects whether the compressed mode has to be activated for the whole duration of the connection (RAB setup) or for the duration of a UE report measurement only.

return

activation: RAB | MEASurement

get_type_py()RsCmwWcdmaSig.enums.TransGapTypeExtended[source]
# SCPI: CONFigure:WCDMa:SIGNaling<instance>:CMODe:SINGle:TYPE
value: enums.TransGapTypeExtended = driver.configure.cmode.single.get_type_py()

Selects the single transmission gap patterns for a definite measurement purpose.

return

type_py: RFA | RFB | A | B | C | D | E | F RFA: for WCDMA neighbor cell measurements (see 3GPP TS 34.121, table 5.7.5) RFB: for WCDMA neighbor cell measurements (see 3GPP TS 34.121, table 5.7.8) A: for WCDMA neighbor cell measurements (see 3GPP TS 34.121, table C.5.2, set 1) B: for GSM neighbor cell measurements (see 3GPP TS 34.121, table C.5.2, set 2) C: to search for the BSIC and decode it (see 3GPP TS 25.133, table 8.7, pattern 2) D: to track and decode the BSIC after an initial BSIC identification (see 3GPP TS 25.133, table 8.8, pattern 2) E: for WCDMA neighbor cell measurements (see 3GPP TS 34.121, table C.5.1 set 1) F:

set_activation(activation: RsCmwWcdmaSig.enums.CmodeActivation)None[source]
# SCPI: CONFigure:WCDMa:SIGNaling<instance>:CMODe:SINGle:ACTivation
driver.configure.cmode.single.set_activation(activation = enums.CmodeActivation.MEASurement)

Selects whether the compressed mode has to be activated for the whole duration of the connection (RAB setup) or for the duration of a UE report measurement only.

param activation

RAB | MEASurement

set_type_py(type_py: RsCmwWcdmaSig.enums.TransGapTypeExtended)None[source]
# SCPI: CONFigure:WCDMa:SIGNaling<instance>:CMODe:SINGle:TYPE
driver.configure.cmode.single.set_type_py(type_py = enums.TransGapTypeExtended.A)

Selects the single transmission gap patterns for a definite measurement purpose.

param type_py

RFA | RFB | A | B | C | D | E | F RFA: for WCDMA neighbor cell measurements (see 3GPP TS 34.121, table 5.7.5) RFB: for WCDMA neighbor cell measurements (see 3GPP TS 34.121, table 5.7.8) A: for WCDMA neighbor cell measurements (see 3GPP TS 34.121, table C.5.2, set 1) B: for GSM neighbor cell measurements (see 3GPP TS 34.121, table C.5.2, set 2) C: to search for the BSIC and decode it (see 3GPP TS 25.133, table 8.7, pattern 2) D: to track and decode the BSIC after an initial BSIC identification (see 3GPP TS 25.133, table 8.8, pattern 2) E: for WCDMA neighbor cell measurements (see 3GPP TS 34.121, table C.5.1 set 1) F: