Ccoding

SCPI Command :

[SOURce]:BB:W3GPp:TS25141:WSIGnal:DPDCh:CCODing:TYPE
class CcodingCls[source]

Ccoding commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get_type_py() RsSmw.enums.ChanCodType[source]
# SCPI: [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.

return

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: RsSmw.enums.ChanCodType) None[source]
# SCPI: [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.

param 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)