Soption

SCPI Commands

CONFigure:CDMA:SIGNaling<Instance>: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>:LAYer:SOPTion:FIRSt
value: enums.ServiceOption = driver.configure.layer.soption.get_first()

Queries the current primary service option used during the connection to the mobile station, see also ‘1st Service Option’. Setting this value has no effect as the service option parameter is a result of the session negotiation.

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>:LAYer:SOPTion:FIRSt
driver.configure.layer.soption.set_first(service_option = enums.ServiceOption.SO1)

Queries the current primary service option used during the connection to the mobile station, see also ‘1st Service Option’. Setting this value has no effect as the service option parameter is a result of the session negotiation.

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’.