Dport

SCPI Command :

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

Selects the antenna ports used for the PSSCH DM-RS.

Parameters:

carrierComponentOne – optional repeated capability selector. Default value: Nr1

Returns:

dmrs_port: P1000: port 1000, 1 layer P1001: port 1001, 1 layer ALL: both ports, 2 layers

set(dmrs_port: DmrsPort, carrierComponentOne=CarrierComponentOne.Nr1) None[source]
# CONFigure:NRSub:MEASurement<Instance>[:CC<no>]:PSSCh:DPORt
driver.configure.nrSubMeas.cc.pssch.dport.set(dmrs_port = enums.DmrsPort.ALL, carrierComponentOne = repcap.CarrierComponentOne.Nr1)

Selects the antenna ports used for the PSSCH DM-RS.

Parameters:
  • dmrs_port – P1000: port 1000, 1 layer P1001: port 1001, 1 layer ALL: both ports, 2 layers

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