Additional

SCPI Command :

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

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

get(sEGMent=SEGMent.Default, carrierComponent=CarrierComponent.Default, allocation=Allocation.Default) AdditionalStruct[source]
# SCPI: 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>.

param sEGMent:

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

param carrierComponent:

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, antenna_port: int = None, sEGMent=SEGMent.Default, carrierComponent=CarrierComponent.Default, allocation=Allocation.Default) None[source]
# SCPI: 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>.

param dmrs_length:

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

param antenna_port:

Antenna port of the DM-RS.

param sEGMent:

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

param carrierComponent:

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’)