Margin
SCPI Command :
MEASurement<*>:OPTical:LCHeck<*>:LOWer:MARGin
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(measurement=Measurement.Default, limitCheck=LimitCheck.Default) float[source]
# MEASurement<*>:OPTical:LCHeck<*>:LOWer:MARGin value: float = driver.measurement.optical.lcheck.lower.margin.get(measurement = repcap.Measurement.Default, limitCheck = repcap.LimitCheck.Default)
Define the lower/ upper margin 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’)
- set(lower_margin: float, measurement=Measurement.Default, limitCheck=LimitCheck.Default) None[source]
# MEASurement<*>:OPTical:LCHeck<*>:LOWer:MARGin driver.measurement.optical.lcheck.lower.margin.set(lower_margin = 1.0, measurement = repcap.Measurement.Default, limitCheck = repcap.LimitCheck.Default)
Define the lower/ upper margin for limit checking of the optical measurements. The range is defined with method
RsRtx.measurement.optical.lcheck.valid.set().- Parameters:
lower_margin – -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’)