Lselect
SCPI Command :
MEASurement<*>:AMPTime:DELay<*>:LSELect
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(measurement=Measurement.Default, measDelay=MeasDelay.Default) ReferenceLevelMode[source]
# MEASurement<*>:AMPTime:DELay<*>:LSELect value: enums.ReferenceLevelMode = driver.measurement.ampTime.delay.lselect.get(measurement = repcap.Measurement.Default, measDelay = repcap.MeasDelay.Default)
Selects the reference level on which the time is measured for each source.
- Parameters:
measurement – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Measurement’)
measDelay – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Delay’)
- set(dly_lev_sel: ReferenceLevelMode, measurement=Measurement.Default, measDelay=MeasDelay.Default) None[source]
# MEASurement<*>:AMPTime:DELay<*>:LSELect driver.measurement.ampTime.delay.lselect.set(dly_lev_sel = enums.ReferenceLevelMode.LOWer, measurement = repcap.Measurement.Default, measDelay = repcap.MeasDelay.Default)
Selects the reference level on which the time is measured for each source.
- Parameters:
dly_lev_sel – UPPer | MIDDle | LOWer
measurement – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Measurement’)
measDelay – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Delay’)