Lselect
SCPI Command :
MEASurement<*>:AMPTime:CLCK<*>:LSELect
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(measurement=Measurement.Default, measClck=MeasClck.Default) ReferenceLevelMode[source]
# MEASurement<*>:AMPTime:CLCK<*>:LSELect value: enums.ReferenceLevelMode = driver.measurement.ampTime.clck.lselect.get(measurement = repcap.Measurement.Default, measClck = repcap.MeasClck.Default)
Selects the reference level of the clock on which the time is measured. Reference level and clock slope define the time point for setup and hold measurements.
- Parameters:
measurement – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Measurement’)
measClck – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Clck’)
- set(clk_lev_sel: ReferenceLevelMode, measurement=Measurement.Default, measClck=MeasClck.Default) None[source]
# MEASurement<*>:AMPTime:CLCK<*>:LSELect driver.measurement.ampTime.clck.lselect.set(clk_lev_sel = enums.ReferenceLevelMode.LOWer, measurement = repcap.Measurement.Default, measClck = repcap.MeasClck.Default)
Selects the reference level of the clock on which the time is measured. Reference level and clock slope define the time point for setup and hold measurements.
- Parameters:
clk_lev_sel – UPPer | MIDDle | LOWer
measurement – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Measurement’)
measClck – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Clck’)