Valid

SCPI Command :

MEASurement<*>:OPTical:LCHeck<*>:VALid
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(measurement=Measurement.Default, limitCheck=LimitCheck.Default) MeasValidRange[source]
# MEASurement<*>:OPTical:LCHeck<*>:VALid
value: enums.MeasValidRange = driver.measurement.optical.lcheck.valid.get(measurement = repcap.Measurement.Default, limitCheck = repcap.LimitCheck.Default)

Selects the condition for the limit check of the optical measurement.

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

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

Returns:

valid_range: ILIMit: Inside (within) limit; between the upper and lower limit values ULIMit: Upper limit; above the upper limit value LLIMit : Lower limit; below the lower limit value OLIMit: Outside limit; above the upper limit or below the lower limit values

set(valid_range: MeasValidRange, measurement=Measurement.Default, limitCheck=LimitCheck.Default) None[source]
# MEASurement<*>:OPTical:LCHeck<*>:VALid
driver.measurement.optical.lcheck.valid.set(valid_range = enums.MeasValidRange.ILIMit, measurement = repcap.Measurement.Default, limitCheck = repcap.LimitCheck.Default)

Selects the condition for the limit check of the optical measurement.

Parameters:
  • valid_range – ILIMit: Inside (within) limit; between the upper and lower limit values ULIMit: Upper limit; above the upper limit value LLIMit : Lower limit; below the lower limit value OLIMit: Outside limit; above the upper limit or below the lower limit values

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

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