Nlayers

SCPI Command :

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

Selects the number of layers transmitted by the UE.

Parameters:

carrierComponentOne – optional repeated capability selector. Default value: Nr1

Returns:

no_layers: numeric

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

Selects the number of layers transmitted by the UE.

Parameters:
  • no_layers – numeric

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