Additional

SCPI Command :

CONFigure:NRSub:MEASurement<Instance>[:CC<no>]:ALLocation<Allocation>:PUSCh:ADDitional
Commands in total: 1
Subgroups: 0
Direct child commands: 1
class AdditionalStruct[source]

Response structure. Fields:

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

  • 2 Antenna_Port: int: Antenna port of the DM-RS, for transmission layer 1.

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

  • 4 Antenna_Port_2: int: Antenna port of the DM-RS, for transmission layer 2.

get(carrierComponent=CarrierComponent.Nr1, allocation=Allocation.Default) AdditionalStruct[source]
# CONFigure:NRSub:MEASurement<Instance>[:CC<no>]:ALLocation<Allocation>:PUSCh:ADDitional
value: AdditionalStruct = driver.configure.nrSubMeas.cc.allocation.pusch.additional.get(carrierComponent = repcap.CarrierComponent.Nr1, allocation = repcap.Allocation.Default)

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

Parameters:
  • carrierComponent – optional repeated capability selector. Default value: Nr1

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

Returns:

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

set(dmrs_length: int, antenna_port: int = None, cdm_groups: int = None, antenna_port_2: int = None, carrierComponent=CarrierComponent.Nr1, allocation=Allocation.Default) None[source]
# CONFigure:NRSub:MEASurement<Instance>[:CC<no>]:ALLocation<Allocation>:PUSCh:ADDitional
driver.configure.nrSubMeas.cc.allocation.pusch.additional.set(dmrs_length = 1, antenna_port = 1, cdm_groups = 1, antenna_port_2 = 1, carrierComponent = repcap.CarrierComponent.Nr1, allocation = repcap.Allocation.Default)

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

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

  • antenna_port – Antenna port of the DM-RS, for transmission layer 1.

  • cdm_groups – Number of DM-RS CDM groups without data.

  • antenna_port_2 – Antenna port of the DM-RS, for transmission layer 2.

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

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