PuschConfig
SCPI Command :
CONFigure:NRSub:MEASurement<Instance>:MEValuation:LIST:SEGMent<no>:PUSChconfig
- Commands in total: 1Subgroups: 0Direct child commands: 1
- class PuschConfigStruct[source]
Structure for setting input parameters. Fields:
1 Mod_Scheme: enums.ModulationScheme: No parameter help available
2 Mapping_Type: enums.MappingType: No parameter help available
3 Nrb_Auto: bool: No parameter help available
4 No_Rb: int: No parameter help available
5 Start_Rb: int: No parameter help available
6 No_Symbols: int: No parameter help available
7 Start_Symbol: int: No parameter help available
8 Config_Type: enums.ConfigType: No parameter help available
9 Max_Length: enums.MaxLength: No parameter help available
10 Add_Position: int: No parameter help available
11 Lzero: int: No parameter help available
- get(sEGMent=SEGMent.Default) PuschConfigStruct[source]
# CONFigure:NRSub:MEASurement<Instance>:MEValuation:LIST:SEGMent<no>:PUSChconfig value: PuschConfigStruct = driver.configure.nrSubMeas.multiEval.listPy.segment.puschConfig.get(sEGMent = repcap.SEGMent.Default)
No help available
- Parameters:
sEGMent – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Segment’)
- Returns:
structure: for return value, see the help for PuschConfigStruct structure arguments.
- set(structure: PuschConfigStruct, sEGMent=SEGMent.Default) None[source]
# CONFigure:NRSub:MEASurement<Instance>:MEValuation:LIST:SEGMent<no>:PUSChconfig structure = driver.configure.nrSubMeas.multiEval.listPy.segment.puschConfig.PuschConfigStruct() structure.Mod_Scheme: enums.ModulationScheme = enums.ModulationScheme.AUTO structure.Mapping_Type: enums.MappingType = enums.MappingType.A structure.Nrb_Auto: bool = False structure.No_Rb: int = 1 structure.Start_Rb: int = 1 structure.No_Symbols: int = 1 structure.Start_Symbol: int = 1 structure.Config_Type: enums.ConfigType = enums.ConfigType.T1 structure.Max_Length: enums.MaxLength = enums.MaxLength.DOUBle structure.Add_Position: int = 1 structure.Lzero: int = 1 driver.configure.nrSubMeas.multiEval.listPy.segment.puschConfig.set(structure, sEGMent = repcap.SEGMent.Default)
No help available
- Parameters:
structure – for set value, see the help for PuschConfigStruct structure arguments.
sEGMent – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Segment’)