Sgeneration

SCPI Command :

CONFigure:NRSub:MEASurement<Instance>:LIST:SEGMent<no>[:CC<cc>]:ALLocation<Allocation>:PUSCh:SGENeration
Commands in total: 1
Subgroups: 0
Direct child commands: 1
class SgenerationStruct[source]

Response structure. Fields:

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

  • 2 Dmrs_Id: int: ID for Initialization = DID.

  • 3 Nscid: int: Parameter nSCID.

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

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 SgenerationStruct structure arguments.

set(initialization: Generator, dmrs_id: int, nscid: int, sEGMent=SEGMent.Default, carrierComponent=CarrierComponent.Default, allocation=Allocation.Default) None[source]
# 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>.

Parameters:
  • initialization – PHY: physical cell ID used DID: DMRS ID used

  • dmrs_id – ID for Initialization = DID.

  • nscid – Parameter nSCID.

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