Codec

SCPI Commands

SENSe:WCDMa:SIGNaling<Instance>:UECapability:CODec:GSM
SENSe:WCDMa:SIGNaling<Instance>:UECapability:CODec:UMTS
class Codec[source]

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

get_gsm()List[RsCmwWcdmaSig.enums.YesNoStatus][source]
# SCPI: SENSe:WCDMa:SIGNaling<instance>:UECapability:CODec:GSM
value: List[enums.YesNoStatus] = driver.sense.ueCapability.codec.get_gsm()

Indicates codec list supported by the UE in GSM and UMTS networks. The number to the left of each result parameter is provided for easy identification of the parameter position within the result array.

return

supported: NO | YES 14 values indicate support for: 1: GSM FR 2: GSM HR 3: GSM EFR 4: FR AMR 5: HR AMR 6: UMTS AMR 7: UMTS AMR 2 8: TDMA EFR 9: PDC EFR 10: FR AMR-WB 11: UMTS AMR-WB 12: OHR AMR 13: OFR AMR-WB 14: OHR AMR-WB

get_umts()List[RsCmwWcdmaSig.enums.YesNoStatus][source]
# SCPI: SENSe:WCDMa:SIGNaling<instance>:UECapability:CODec:UMTS
value: List[enums.YesNoStatus] = driver.sense.ueCapability.codec.get_umts()

Indicates codec list supported by the UE in GSM and UMTS networks. The number to the left of each result parameter is provided for easy identification of the parameter position within the result array.

return

supported: NO | YES 14 values indicate support for: 1: GSM FR 2: GSM HR 3: GSM EFR 4: FR AMR 5: HR AMR 6: UMTS AMR 7: UMTS AMR 2 8: TDMA EFR 9: PDC EFR 10: FR AMR-WB 11: UMTS AMR-WB 12: OHR AMR 13: OFR AMR-WB 14: OHR AMR-WB