NsubChannels
SCPI Command :
CONFigure:NRSub:MEASurement<Instance>[:CC<no>]:PSSCh:NSUBchannels
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(carrierComponentOne=CarrierComponentOne.Nr1) int[source]
# CONFigure:NRSub:MEASurement<Instance>[:CC<no>]:PSSCh:NSUBchannels value: int = driver.configure.nrSubMeas.cc.pssch.nsubChannels.get(carrierComponentOne = repcap.CarrierComponentOne.Nr1)
Configures the number of subchannels of the resource pool that are used for the PSSCH.
- Parameters:
carrierComponentOne – optional repeated capability selector. Default value: Nr1
- Returns:
no_subchannels: numeric
- set(no_subchannels: int, carrierComponentOne=CarrierComponentOne.Nr1) None[source]
# CONFigure:NRSub:MEASurement<Instance>[:CC<no>]:PSSCh:NSUBchannels driver.configure.nrSubMeas.cc.pssch.nsubChannels.set(no_subchannels = 1, carrierComponentOne = repcap.CarrierComponentOne.Nr1)
Configures the number of subchannels of the resource pool that are used for the PSSCH.
- Parameters:
no_subchannels – numeric
carrierComponentOne – optional repeated capability selector. Default value: Nr1