Speech

SCPI Commands

SENSe:CDMA:SIGNaling<Instance>:RXQuality:SPEech:THRoughput
SENSe:CDMA:SIGNaling<Instance>:RXQuality:SPEech:STATe
class Speech[source]

Speech commands group definition. 12 total commands, 5 Sub-groups, 2 group commands

class ThroughputStruct[source]

Structure for reading output parameters. Fields:

  • Forward: int: Throughput in F-FCH Range: 0 to 2.112345678E+9, Unit: bit/s

  • Reverse: float: Throughput in R-FCH Range: 0 to 2.112345678E+9, Unit: bit/s

get_state()str[source]
# SCPI: SENSe:CDMA:SIGNaling<Instance>:RXQuality:SPEech:STATe
value: str = driver.sense.rxQuality.speech.get_state()

Returns a string containing status information about the measurement.

return

status: See table below.

get_throughput()ThroughputStruct[source]
# SCPI: SENSe:CDMA:SIGNaling<Instance>:RXQuality:SPEech:THRoughput
value: ThroughputStruct = driver.sense.rxQuality.speech.get_throughput()

Displays the speech activity throughput since the last reset statistics.

return

structure: for return value, see the help for ThroughputStruct structure arguments.

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.sense.rxQuality.speech.clone()

Subgroups