Additional

SCPI Command :

CONFigure:NRSub:MEASurement<Instance>:LIST:SEGMent<no>[:CC<cc>]: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.

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

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

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

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

  • 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, sEGMent=SEGMent.Default, carrierComponent=CarrierComponent.Default, allocation=Allocation.Default) None[source]
# CONFigure:NRSub:MEASurement<Instance>:LIST:SEGMent<no>[:CC<cc>]:ALLocation<Allocation>:PUSCh:ADDitional
driver.configure.nrSubMeas.listPy.segment.cc.allocation.pusch.additional.set(dmrs_length = 1, antenna_port = 1, sEGMent = repcap.SEGMent.Default, carrierComponent = repcap.CarrierComponent.Default, allocation = repcap.Allocation.Default)

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

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.

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

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

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