PrData

SCPI Command :

[SENSe]:NR5G:DEMod:PRData
class PrDataCls[source]

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

get() RsFsw.enums.ReferenceDataNr5G[source]
# SCPI: [SENSe]:NR5G:DEMod:PRData
value: enums.ReferenceDataNr5G = driver.applications.k14Xnr5G.sense.nr5G.demod.prData.get()

Selects the PUSCH reference data. Note that when you select an ORAN test case, this setting is automatically adjusted to the ORAN test case.

return

reference: AUTO Automatic detection of reference values. PASLots Available when the ORAN application is installed. PDSCH based on NR-TM PN23 (pseudo random sequence 23) with all PUSCH having the same sequence. If an ORAN test case is selected (method RsFsw.Applications.K14x_Nr5G.Configure.Nr5G.Oran.Tcase.set, this parameter selects the ORAN PN23 sequence for all PUSCH. PN23 Available when the ORAN application is installed. PDSCH based on NR-TM PN23 (pseudo random sequence 23) with each PUSCH getting its own sequence. If an ORAN test case is selected (method RsFsw.Applications.K14x_Nr5G.Configure.Nr5G.Oran.Tcase.set, this parameter selects the ORAN PN23 sequence.

set(reference: RsFsw.enums.ReferenceDataNr5G) None[source]
# SCPI: [SENSe]:NR5G:DEMod:PRData
driver.applications.k14Xnr5G.sense.nr5G.demod.prData.set(reference = enums.ReferenceDataNr5G.ALL0)

Selects the PUSCH reference data. Note that when you select an ORAN test case, this setting is automatically adjusted to the ORAN test case.

param reference

AUTO Automatic detection of reference values. PASLots Available when the ORAN application is installed. PDSCH based on NR-TM PN23 (pseudo random sequence 23) with all PUSCH having the same sequence. If an ORAN test case is selected (method RsFsw.Applications.K14x_Nr5G.Configure.Nr5G.Oran.Tcase.set, this parameter selects the ORAN PN23 sequence for all PUSCH. PN23 Available when the ORAN application is installed. PDSCH based on NR-TM PN23 (pseudo random sequence 23) with each PUSCH getting its own sequence. If an ORAN test case is selected (method RsFsw.Applications.K14x_Nr5G.Configure.Nr5G.Oran.Tcase.set, this parameter selects the ORAN PN23 sequence.