PrData

SCPI Command :

[SENSe][:LTE]:DL:DEMod:PRData
class PrDataCls[source]

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

get() RsFsw.enums.Reference[source]
# SCPI: [SENSe][:LTE]:DL:DEMod:PRData
value: enums.Reference = driver.applications.k10Xlte.sense.lte.downlink.demod.prData.get()

Selects the type of reference data to calculate the EVM for the PDSCH.

return

reference: AUTO Automatic identification of reference data. ALL0 Reference data is 0, according to the test model definition.

set(reference: RsFsw.enums.Reference) None[source]
# SCPI: [SENSe][:LTE]:DL:DEMod:PRData
driver.applications.k10Xlte.sense.lte.downlink.demod.prData.set(reference = enums.Reference.ALL0)

Selects the type of reference data to calculate the EVM for the PDSCH.

param reference

AUTO Automatic identification of reference data. ALL0 Reference data is 0, according to the test model definition.