PrData

SCPI Command :

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

Returns:

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.k14Xnr5G.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.k14Xnr5G.configure.nr5G.oran.tcase.set() , this parameter selects the ORAN PN23 sequence.

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

Parameters:

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.k14Xnr5G.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.k14Xnr5G.configure.nr5G.oran.tcase.set() , this parameter selects the ORAN PN23 sequence.