Additional

SCPI Command :

CONFigure:NRMMw:MEASurement<Instance>:LIST:SEGMent<no>[:CC<carrier>]:ALLocation<Allocation>:PUSCh:ADDitional
class AdditionalCls[source]

Additional commands group definition. 1 total commands, 0 Subgroups, 1 group commands

class AdditionalStruct[source]

Response structure. Fields:

  • Dmrs_Length: int: Length of the DM-RS in symbols. The maximum value is limited by the ‘maxLength’ setting for the bandwidth part.

  • Cdm_Groups: int: Number of DM-RS CDM groups without data.

  • Dmrs_Power: float: Power of DM-RS relative to the PUSCH power.

  • Antenna_Port: int: Antenna port of the DM-RS.

get(sEGMent=SEGMent.Default, carrierComponentExt=CarrierComponentExt.Default, allocation=Allocation.Default) AdditionalStruct[source]
# SCPI: CONFigure:NRMMw:MEASurement<Instance>:LIST:SEGMent<no>[:CC<carrier>]:ALLocation<Allocation>:PUSCh:ADDitional
value: AdditionalStruct = driver.configure.nrMmwMeas.listPy.segment.cc.allocation.pusch.additional.get(sEGMent = repcap.SEGMent.Default, carrierComponentExt = repcap.CarrierComponentExt.Default, allocation = repcap.Allocation.Default)

Configures special PUSCH settings, for carrier <c>, allocation <a> in segment <no>.

param sEGMent:

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Segment’)

param carrierComponentExt:

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cc’)

param allocation:

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Allocation’)

return:

structure: for return value, see the help for AdditionalStruct structure arguments.

set(dmrs_length: int, cdm_groups: int, dmrs_power: float, antenna_port: int, sEGMent=SEGMent.Default, carrierComponentExt=CarrierComponentExt.Default, allocation=Allocation.Default) None[source]
# SCPI: CONFigure:NRMMw:MEASurement<Instance>:LIST:SEGMent<no>[:CC<carrier>]:ALLocation<Allocation>:PUSCh:ADDitional
driver.configure.nrMmwMeas.listPy.segment.cc.allocation.pusch.additional.set(dmrs_length = 1, cdm_groups = 1, dmrs_power = 1.0, antenna_port = 1, sEGMent = repcap.SEGMent.Default, carrierComponentExt = repcap.CarrierComponentExt.Default, allocation = repcap.Allocation.Default)

Configures special PUSCH settings, for carrier <c>, allocation <a> in segment <no>.

param dmrs_length:

Length of the DM-RS in symbols. The maximum value is limited by the ‘maxLength’ setting for the bandwidth part.

param cdm_groups:

Number of DM-RS CDM groups without data.

param dmrs_power:

Power of DM-RS relative to the PUSCH power.

param antenna_port:

Antenna port of the DM-RS.

param sEGMent:

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Segment’)

param carrierComponentExt:

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cc’)

param allocation:

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Allocation’)