Limit

SCPI Command :

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

Define the lower/ upper limit for limit checking of the optical measurements. The range is defined with method RsRtx.measurement.optical.lcheck.valid.set() .

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:

upper_limit: -100 to 100

set(upper_limit: float, measurement=Measurement.Default, limitCheck=LimitCheck.Default) None[source]
# MEASurement<*>:OPTical:LCHeck<*>:UPPer:LIMit
driver.measurement.optical.lcheck.upper.limit.set(upper_limit = 1.0, measurement = repcap.Measurement.Default, limitCheck = repcap.LimitCheck.Default)

Define the lower/ upper limit for limit checking of the optical measurements. The range is defined with method RsRtx.measurement.optical.lcheck.valid.set() .

Parameters:
  • upper_limit – -100 to 100

  • 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’)