Ctype
SCPI Command :
CONFigure:NRSub:MEASurement<Instance>[:CC<no>]:CTYPe
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(carrierComponentOne=CarrierComponentOne.Nr1) ChannelTypeE[source]
# CONFigure:NRSub:MEASurement<Instance>[:CC<no>]:CTYPe value: enums.ChannelTypeE = driver.configure.nrSubMeas.cc.ctype.get(carrierComponentOne = repcap.CarrierComponentOne.Nr1)
Selects the channels to be measured for sidelink measurements.
- Parameters:
carrierComponentOne – optional repeated capability selector. Default value: Nr1
- Returns:
ch_type: PSSCh: PSSCH and PSCCH PSBCh: PSBCH, S-PSS and S-SSS
- set(ch_type: ChannelTypeE, carrierComponentOne=CarrierComponentOne.Nr1) None[source]
# CONFigure:NRSub:MEASurement<Instance>[:CC<no>]:CTYPe driver.configure.nrSubMeas.cc.ctype.set(ch_type = enums.ChannelTypeE.PSBCh, carrierComponentOne = repcap.CarrierComponentOne.Nr1)
Selects the channels to be measured for sidelink measurements.
- Parameters:
ch_type – PSSCh: PSSCH and PSCCH PSBCh: PSBCH, S-PSS and S-SSS
carrierComponentOne – optional repeated capability selector. Default value: Nr1