Sgeneration
SCPI Command :
CONFigure:NRSub:MEASurement<Instance>:MEValuation:DMRS:SGENeration
- Commands in total: 1Subgroups: 0Direct child commands: 1
- class SgenerationStruct[source]
Response structure. Fields:
1 Generator: enums.Generator: No parameter help available
2 Dmrs_Id: int: No parameter help available
3 Scid: int: No parameter help available
- get() SgenerationStruct[source]
# CONFigure:NRSub:MEASurement<Instance>:MEValuation:DMRS:SGENeration value: SgenerationStruct = driver.configure.nrSubMeas.multiEval.dmrs.sgeneration.get()
No help available
- Returns:
structure: for return value, see the help for SgenerationStruct structure arguments.
- set(generator: Generator, dmrs_id: int, scid: int) None[source]
# CONFigure:NRSub:MEASurement<Instance>:MEValuation:DMRS:SGENeration driver.configure.nrSubMeas.multiEval.dmrs.sgeneration.set(generator = enums.Generator.DID, dmrs_id = 1, scid = 1)
No help available