Lselect

SCPI Command :

MEASurement<*>:AMPTime:DATA<*>:LSELect
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(measurement=Measurement.Default, measData=MeasData.Default) ReferenceLevelMode[source]
# MEASurement<*>:AMPTime:DATA<*>:LSELect
value: enums.ReferenceLevelMode = driver.measurement.ampTime.data.lselect.get(measurement = repcap.Measurement.Default, measData = repcap.MeasData.Default)

Selects the reference level of the data on which the setup and hold time are measured.

Parameters:
  • measurement – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Measurement’)

  • measData – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Data’)

set(dat_lev_sel: ReferenceLevelMode, measurement=Measurement.Default, measData=MeasData.Default) None[source]
# MEASurement<*>:AMPTime:DATA<*>:LSELect
driver.measurement.ampTime.data.lselect.set(dat_lev_sel = enums.ReferenceLevelMode.LOWer, measurement = repcap.Measurement.Default, measData = repcap.MeasData.Default)

Selects the reference level of the data on which the setup and hold time are measured.

Parameters:
  • dat_lev_sel – UPPer | MIDDle | LOWer

  • measurement – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Measurement’)

  • measData – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Data’)