Data
SCPI Command :
[SENSe]:DEMod:DATA
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get() DataDemodModeK91[source]
# [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 ‘Signal reliabliity parameters (BER, CWER, FCS) ‘.
- Returns:
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: DataDemodModeK91) None[source]
# [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 ‘Signal reliabliity parameters (BER, CWER, FCS) ‘.
- Parameters:
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.