Sgeneration

SCPI Command :

CONFigure:NRSub:MEASurement<Instance>:LIST:SEGMent<no>[:CC<cc>]:ALLocation<Allocation>:PUSCh:SGENeration
class SgenerationCls[source]

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

class SgenerationStruct[source]

Response structure. Fields:

  • Initialization: enums.Generator: PHY: physical cell ID used DID: DMRS ID used

  • Dmrs_Id: int: ID for Initialization = DID.

  • Nscid: int: Parameter nSCID.

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

Configures the initialization of the DM-RS sequence generation, 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 SgenerationStruct structure arguments.

set(initialization: Generator, dmrs_id: int, nscid: int, sEGMent=SEGMent.Default, carrierComponent=CarrierComponent.Default, allocation=Allocation.Default) None[source]
# SCPI: CONFigure:NRSub:MEASurement<Instance>:LIST:SEGMent<no>[:CC<cc>]:ALLocation<Allocation>:PUSCh:SGENeration
driver.configure.nrSubMeas.listPy.segment.cc.allocation.pusch.sgeneration.set(initialization = enums.Generator.DID, dmrs_id = 1, nscid = 1, sEGMent = repcap.SEGMent.Default, carrierComponent = repcap.CarrierComponent.Default, allocation = repcap.Allocation.Default)

Configures the initialization of the DM-RS sequence generation, for carrier <cc>, allocation <a> in segment <no>.

param initialization:

PHY: physical cell ID used DID: DMRS ID used

param dmrs_id:

ID for Initialization = DID.

param nscid:

Parameter nSCID.

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