Blanked

SCPI Commands

SENSe:CDMA:SIGNaling<Instance>:RXQuality:SPEech:BLANked:PERCent
SENSe:CDMA:SIGNaling<Instance>:RXQuality:SPEech:BLANked
class Blanked[source]

Blanked 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 blanked frames in F-FCH Range: 0 to 100, Unit: %

  • Reverse: int: Percentage of blanked frames in R-FCH Range: 0 to 100, Unit: %

class ValueStruct[source]

Structure for reading output parameters. Fields:

  • Forward: int: Number of blanked frames in F-FCH Range: 0 to 2.112345678E+9, Unit: frames

  • Reverse: int: Number of blanked frames in R-FCH Range: 0 to 2.112345678E+9, Unit: frames

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

Displays the speech activity counters since the last reset statistics.

return

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

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

Displays the speech activity counters since the last reset statistics.

return

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