Cstatus

SCPI Commands

CONFigure:CDMA:SIGNaling<Instance>:CSTatus:LOG
CONFigure:CDMA:SIGNaling<Instance>:CSTatus:VCODer
class Cstatus[source]

Cstatus commands group definition. 5 total commands, 2 Sub-groups, 2 group commands

get_log()str[source]
# SCPI: CONFigure:CDMA:SIGNaling<instance>:CSTatus:LOG
value: str = driver.configure.cstatus.get_log()

Reports events and errors like connection state changes, RRC connection establishment/release and authentication failure.

return

con_status_log: Report as a string

get_vcoder()str[source]
# SCPI: CONFigure:CDMA:SIGNaling<Instance>:CSTatus:VCODer
value: str = driver.configure.cstatus.get_vcoder()

Returns the voice coder used for the speech connection (speech service option) .

return

voice_coder: ‘Echo’ if ‘Voice Coder’ = echo or for the service option 0x8000 If ‘Voice Coder’ = codec: ‘8k QCELP’ for SO1 ‘8k EVRC’ for SO3 ‘13k QCELP’ for S17 ‘EVRC-B’ for SO68 ‘EVRC-WB’ for SO70 ‘EVRC-NW’ for SO73

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.configure.cstatus.clone()

Subgroups