Sgeneration

SCPI Command :

CONFigure:NRMMw:MEASurement<Instance>[:CC<no>]: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.Initialization: CID: cell ID used DMRSid: DMRS ID used

  • Dmrs_Id: int: ID for Initialization = DMRSid.

  • Nscid: int: Parameter nSCID.

get(carrierComponent=CarrierComponent.Default, allocationMore=AllocationMore.Default) SgenerationStruct[source]
# SCPI: CONFigure:NRMMw:MEASurement<Instance>[:CC<no>]:ALLocation<Allocation>:PUSCh:SGENeration
value: SgenerationStruct = driver.configure.nrMmwMeas.cc.allocation.pusch.sgeneration.get(carrierComponent = repcap.CarrierComponent.Default, allocationMore = repcap.AllocationMore.Default)

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

param carrierComponent:

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

param allocationMore:

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: Initialization, dmrs_id: int, nscid: int, carrierComponent=CarrierComponent.Default, allocationMore=AllocationMore.Default) None[source]
# SCPI: CONFigure:NRMMw:MEASurement<Instance>[:CC<no>]:ALLocation<Allocation>:PUSCh:SGENeration
driver.configure.nrMmwMeas.cc.allocation.pusch.sgeneration.set(initialization = enums.Initialization.CID, dmrs_id = 1, nscid = 1, carrierComponent = repcap.CarrierComponent.Default, allocationMore = repcap.AllocationMore.Default)

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

param initialization:

CID: cell ID used DMRSid: DMRS ID used

param dmrs_id:

ID for Initialization = DMRSid.

param nscid:

Parameter nSCID.

param carrierComponent:

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

param allocationMore:

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