PrData

SCPI Command :

[SENSe][:LTE]:DL:DEMod:PRData
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get() Reference[source]
# [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.

Returns:

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

set(reference: Reference) None[source]
# [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.

Parameters:

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