Data

SCPI Command :

[SENSe]:DEMod:DATA
class DataCls[source]

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

get() RsFsw.enums.DataDemodModeK91[source]
# SCPI: [SENSe]:DEMod:DATA
value: enums.DataDemodModeK91 = driver.applications.k91Wlan.sense.demod.data.get()

Defines when in the demodulation process the bitstream is determined and thus which results are available. See also ‘BER and CWER’.

return

mode: ACDScarrier | ALBDecoder ACDScarrier (Default:) No channel decoding is performed. Processing time is reduced, but BER and CWER results are not available. ALBDecoder Decoding is performed, providing BER and CWER results. Measurement time is increased compared to non-decoding process.

set(mode: RsFsw.enums.DataDemodModeK91) None[source]
# SCPI: [SENSe]:DEMod:DATA
driver.applications.k91Wlan.sense.demod.data.set(mode = enums.DataDemodModeK91.ACDScarrier)

Defines when in the demodulation process the bitstream is determined and thus which results are available. See also ‘BER and CWER’.

param mode

ACDScarrier | ALBDecoder ACDScarrier (Default:) No channel decoding is performed. Processing time is reduced, but BER and CWER results are not available. ALBDecoder Decoding is performed, providing BER and CWER results. Measurement time is increased compared to non-decoding process.