Nsymbols

SCPI Command :

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

Configures the number of OFDM symbols per slot that are used for the PSSCH.

Parameters:

carrierComponentOne – optional repeated capability selector. Default value: Nr1

Returns:

no_symbols: numeric

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

Configures the number of OFDM symbols per slot that are used for the PSSCH.

Parameters:
  • no_symbols – numeric

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