Pscd
SCPI Command :
[SENSe][:LTE]:DL:FORMat:PSCD
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get() PdschFormat[source]
# [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.
- Returns:
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: PdschFormat) None[source]
# [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.
- Parameters:
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.