Did
SCPI Command :
CONFigure:NRSub:MEASurement<Instance>[:CC<no>]:PSCCh:DID
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(carrierComponentOne=CarrierComponentOne.Nr1) int[source]
# CONFigure:NRSub:MEASurement<Instance>[:CC<no>]:PSCCh:DID value: int = driver.configure.nrSubMeas.cc.pscch.did.get(carrierComponentOne = repcap.CarrierComponentOne.Nr1)
Configures the NID for initialization of the DM-RS PSCCH scrambling.
- Parameters:
carrierComponentOne – optional repeated capability selector. Default value: Nr1
- Returns:
dmrs_id: numeric
- set(dmrs_id: int, carrierComponentOne=CarrierComponentOne.Nr1) None[source]
# CONFigure:NRSub:MEASurement<Instance>[:CC<no>]:PSCCh:DID driver.configure.nrSubMeas.cc.pscch.did.set(dmrs_id = 1, carrierComponentOne = repcap.CarrierComponentOne.Nr1)
Configures the NID for initialization of the DM-RS PSCCH scrambling.
- Parameters:
dmrs_id – numeric
carrierComponentOne – optional repeated capability selector. Default value: Nr1