Ndmrs

SCPI Command :

CONFigure:NRSub:MEASurement<Instance>[:CC<no>]:PSSCh:NDMRs
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(carrierComponentOne=CarrierComponentOne.Nr1) int[source]
# CONFigure:NRSub:MEASurement<Instance>[:CC<no>]:PSSCh:NDMRs
value: int = driver.configure.nrSubMeas.cc.pssch.ndmrs.get(carrierComponentOne = repcap.CarrierComponentOne.Nr1)

Configures the number of PSSCH symbols per slot used for the DM-RS.

Parameters:

carrierComponentOne – optional repeated capability selector. Default value: Nr1

Returns:

no_dmrs: numeric

set(no_dmrs: int, carrierComponentOne=CarrierComponentOne.Nr1) None[source]
# CONFigure:NRSub:MEASurement<Instance>[:CC<no>]:PSSCh:NDMRs
driver.configure.nrSubMeas.cc.pssch.ndmrs.set(no_dmrs = 1, carrierComponentOne = repcap.CarrierComponentOne.Nr1)

Configures the number of PSSCH symbols per slot used for the DM-RS.

Parameters:
  • no_dmrs – numeric

  • carrierComponentOne – optional repeated capability selector. Default value: Nr1