Setup
SCPI Command :
CONFigure:NRSub:MEASurement<Instance>:MEValuation:LIST:SEGMent<no>:SETup
- Commands in total: 1Subgroups: 0Direct child commands: 1
- class SetupStruct[source]
Structure for setting input parameters. Contains optional setting parameters. Fields:
1 Segment_Length: int: No parameter help available
2 Level: float: No parameter help available
3 Duplex_Mode: enums.DuplexModeB: No parameter help available
4 Band: enums.Band: No parameter help available
5 Frequency: float: No parameter help available
6 Sub_Carr_Spacing: enums.SubCarrSpacing: No parameter help available
7 Ch_Bandwidth: enums.ChannelBwidth: No parameter help available
8 Cyclic_Prefix: enums.CyclicPrefix: No parameter help available
9 Channel_Type: enums.ChannelTypeA: No parameter help available
10 Dft_Precoding: bool: No parameter help available
11 Retrigger_Flag: enums.RetriggerFlag: No parameter help available
12 Evaluat_Offset: int: No parameter help available
13 Network_Sig_Val: enums.NetworkSigVal: No parameter help available
- get(sEGMent=SEGMent.Default) SetupStruct[source]
# CONFigure:NRSub:MEASurement<Instance>:MEValuation:LIST:SEGMent<no>:SETup value: SetupStruct = driver.configure.nrSubMeas.multiEval.listPy.segment.setup.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 SetupStruct structure arguments.
- set(structure: SetupStruct, sEGMent=SEGMent.Default) None[source]
# CONFigure:NRSub:MEASurement<Instance>:MEValuation:LIST:SEGMent<no>:SETup structure = driver.configure.nrSubMeas.multiEval.listPy.segment.setup.SetupStruct() structure.Segment_Length: int = 1 structure.Level: float = 1.0 structure.Duplex_Mode: enums.DuplexModeB = enums.DuplexModeB.FDD structure.Band: enums.Band = enums.Band.OB1 structure.Frequency: float = 1.0 structure.Sub_Carr_Spacing: enums.SubCarrSpacing = enums.SubCarrSpacing.S15K structure.Ch_Bandwidth: enums.ChannelBwidth = enums.ChannelBwidth.B003 structure.Cyclic_Prefix: enums.CyclicPrefix = enums.CyclicPrefix.EXTended structure.Channel_Type: enums.ChannelTypeA = enums.ChannelTypeA.PUCCh structure.Dft_Precoding: bool = False structure.Retrigger_Flag: enums.RetriggerFlag = enums.RetriggerFlag.IFPNarrowband structure.Evaluat_Offset: int = 1 structure.Network_Sig_Val: enums.NetworkSigVal = enums.NetworkSigVal.NS01 driver.configure.nrSubMeas.multiEval.listPy.segment.setup.set(structure, sEGMent = repcap.SEGMent.Default)
No help available
- Parameters:
structure – for set value, see the help for SetupStruct structure arguments.
sEGMent – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Segment’)