Ccoding
SCPI Command :
[SOURce]:BB:W3GPp:TS25141:WSIGnal:DPDCh:CCODing:TYPE
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get_type_py() ChanCodType[source]
# [SOURce]:BB:W3GPp:TS25141:WSIGnal:DPDCh:CCODing:TYPE value: enums.ChanCodType = driver.source.bb.w3Gpp.ts25141.wsignal.dpdch.ccoding.get_type_py()
Selects the channel coding scheme in accordance with the 3GPP specification.
- Returns:
type_py: M12K2 | M64K | M144k | M384k | AMR M12K2 | M64K | M144K | M384K Measurement channel with an input data bit rate of respectively 12.2 ksps, 64 ksps, 144 ksps and 384 ksps AMR Channel coding for the AMR Coder (coding a voice channel)
- set_type_py(type_py: ChanCodType) None[source]
# [SOURce]:BB:W3GPp:TS25141:WSIGnal:DPDCh:CCODing:TYPE driver.source.bb.w3Gpp.ts25141.wsignal.dpdch.ccoding.set_type_py(type_py = enums.ChanCodType.AMR)
Selects the channel coding scheme in accordance with the 3GPP specification.
- Parameters:
type_py – M12K2 | M64K | M144k | M384k | AMR M12K2 | M64K | M144K | M384K Measurement channel with an input data bit rate of respectively 12.2 ksps, 64 ksps, 144 ksps and 384 ksps AMR Channel coding for the AMR Coder (coding a voice channel)