Quarter

SCPI Commands

SENSe:CDMA:SIGNaling<Instance>:RXQuality:SPEech:QUARter:PERCent
SENSe:CDMA:SIGNaling<Instance>:RXQuality:SPEech:QUARter
class Quarter[source]

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

class PercentStruct[source]

Structure for reading output parameters. Fields:

  • Forward: int: Percentage of frames in F-FCH at the particular frame rate set Range: 0 to 100, Unit: %

  • Reverse: int: Percentage of frames in R-FCH at the particular frame rate set Range: 0 to 100, Unit: %

class ValueStruct[source]

Structure for reading output parameters. Fields:

  • Forward: int: Number of frames in F-FCH at the particular frame rate set Range: 0 to 2.112345678E+9, Unit: frames

  • Reverse: int: Number of frames in R-FCH at the particular frame rate set Range: 0 to 2.112345678E+9, Unit: frames

get_percent()PercentStruct[source]
# SCPI: SENSe:CDMA:SIGNaling<Instance>:RXQuality:SPEech:QUARter:PERCent
value: PercentStruct = driver.sense.rxQuality.speech.quarter.get_percent()

Displays the speech activity counters since the last reset statistics. Commands are provided for the frames at the eight, full, half and quarter frame rate.

return

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

get_value()ValueStruct[source]
# SCPI: SENSe:CDMA:SIGNaling<Instance>:RXQuality:SPEech:QUARter
value: ValueStruct = driver.sense.rxQuality.speech.quarter.get_value()

Displays the speech activity counters since the last reset statistics. Commands are provided for the frames at the eight, full, half and quarter frame rate.

return

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