Pscd
SCPI Command :
[SENSe][:LTE]:DL:FORMat:PSCD
- class PscdCls[source]
Pscd commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get() RsFsw.enums.PdschFormat [source]
# SCPI: [SENSe][:LTE]:DL:FORMat:PSCD value: enums.PdschFormat = driver.applications.k10Xlte.sense.lte.downlink.formatPy.pscd.get()
Selects the method of identifying the PDSCH resource allocation.
- return
format_py: OFF Applies the user configuration of the PDSCH subframe regardless of the signal characteristics. PDCCH Identifies the configuration according to the data in the PDCCH DCIs. PHYDET Manual PDSCH configuration: analysis only if the actual subframe configuration matches the configured one. Automatic PDSCH configuration: physical detection of the configuration.
- set(format_py: RsFsw.enums.PdschFormat) None [source]
# SCPI: [SENSe][:LTE]:DL:FORMat:PSCD driver.applications.k10Xlte.sense.lte.downlink.formatPy.pscd.set(format_py = enums.PdschFormat.OFF)
Selects the method of identifying the PDSCH resource allocation.
- param format_py
OFF Applies the user configuration of the PDSCH subframe regardless of the signal characteristics. PDCCH Identifies the configuration according to the data in the PDCCH DCIs. PHYDET Manual PDSCH configuration: analysis only if the actual subframe configuration matches the configured one. Automatic PDSCH configuration: physical detection of the configuration.