PuschConfig

SCPI Command :

CONFigure:NRSub:MEASurement<Instance>:MEValuation:LIST:SEGMent<no>:PUSChconfig
class PuschConfigCls[source]

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

class PuschConfigStruct[source]

Structure for setting input parameters. Fields:

  • Mod_Scheme: enums.ModulationScheme: No parameter help available

  • Mapping_Type: enums.MappingType: No parameter help available

  • Nrb_Auto: bool: No parameter help available

  • No_Rb: int: No parameter help available

  • Start_Rb: int: No parameter help available

  • No_Symbols: int: No parameter help available

  • Start_Symbol: int: No parameter help available

  • Config_Type: enums.ConfigType: No parameter help available

  • Max_Length: enums.MaxLength: No parameter help available

  • Add_Position: int: No parameter help available

  • Lzero: int: No parameter help available

get(sEGMent=SEGMent.Default) PuschConfigStruct[source]
# SCPI: CONFigure:NRSub:MEASurement<Instance>:MEValuation:LIST:SEGMent<no>:PUSChconfig
value: PuschConfigStruct = driver.configure.nrSubMeas.multiEval.listPy.segment.puschConfig.get(sEGMent = repcap.SEGMent.Default)

No command help available

param sEGMent:

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

return:

structure: for return value, see the help for PuschConfigStruct structure arguments.

set(structure: PuschConfigStruct, sEGMent=SEGMent.Default) None[source]
# SCPI: 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 command help available

param structure:

for set value, see the help for PuschConfigStruct structure arguments.

param sEGMent:

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