Ddata

SCPI Command :

[SENSe]:NR5G:DEMod:DDATa
class DdataCls[source]

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

get() RsFsw.enums.DemodDataSelect[source]
# SCPI: [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.

return

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

set(state: RsFsw.enums.DemodDataSelect) None[source]
# SCPI: [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.

param state

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