Soption

SCPI Commands

CONFigure:CDMA:SIGNaling<Instance>:PREConfigure:LAYer:SOPTion:FIRSt
class Soption[source]

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

get_first()RsCmwCdma2kSig.enums.ServiceOption[source]
# SCPI: CONFigure:CDMA:SIGNaling<Instance>:PREConfigure:LAYer:SOPTion:FIRSt
value: enums.ServiceOption = driver.configure.preconfigure.layer.soption.get_first()

Preconfigures the primary service option to be proposed to the MS during the next connection setup.

return

service_option: SO1 | SO2 | SO3 | SO9 | SO17 | SO32 | SO33 | SO55 | SO68 | SO8000 | SO70 | SO73 Speech services: SO1, SO3, SO17, SO68, SO70, SO73 and SO8000 used for a voice call to the MS Loopback services: SO2, SO9 and SO55 used for testing; e.g. for the CDMA2000 RX FER FCH tests. Test data service: SO32 used for testing of the high data rates using the supplemental channel SCH0; e.g. for the CDMA2000 RX FER SCH0 tests. Packet data service: SO33 used for PPP connection between the MS and DAU; see ‘Packet Data Service’.

set_first(service_option: RsCmwCdma2kSig.enums.ServiceOption)None[source]
# SCPI: CONFigure:CDMA:SIGNaling<Instance>:PREConfigure:LAYer:SOPTion:FIRSt
driver.configure.preconfigure.layer.soption.set_first(service_option = enums.ServiceOption.SO1)

Preconfigures the primary service option to be proposed to the MS during the next connection setup.

param service_option

SO1 | SO2 | SO3 | SO9 | SO17 | SO32 | SO33 | SO55 | SO68 | SO8000 | SO70 | SO73 Speech services: SO1, SO3, SO17, SO68, SO70, SO73 and SO8000 used for a voice call to the MS Loopback services: SO2, SO9 and SO55 used for testing; e.g. for the CDMA2000 RX FER FCH tests. Test data service: SO32 used for testing of the high data rates using the supplemental channel SCH0; e.g. for the CDMA2000 RX FER SCH0 tests. Packet data service: SO33 used for PPP connection between the MS and DAU; see ‘Packet Data Service’.