Ddata

SCPI Command :

[SENSe]:NR5G:DEMod:DDATa
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get() DemodDataSelect[source]
# [SENSe]:NR5G:DEMod:DDATa
value: enums.DemodDataSelect = driver.applications.k14Xnr5G.sense.nr5G.demod.ddata.get()

Selects the point at which the data is demodulated for the bitstream.

Returns:

state: ADEScramble Demodulates the descrambled data. BDEScramble Demodulates the scrambled data. DPData Demodulates the decoded data.

set(state: DemodDataSelect) None[source]
# [SENSe]:NR5G:DEMod:DDATa
driver.applications.k14Xnr5G.sense.nr5G.demod.ddata.set(state = enums.DemodDataSelect.ADEScramble)

Selects the point at which the data is demodulated for the bitstream.

Parameters:

state – ADEScramble Demodulates the descrambled data. BDEScramble Demodulates the scrambled data. DPData Demodulates the decoded data.