Margin
SCPI Command :
MEASurement<*>:HISTogram:LCHeck<*>:LOWer:MARGin
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(measurement=Measurement.Default, limitCheck=LimitCheck.Default) float[source]
# MEASurement<*>:HISTogram:LCHeck<*>:LOWer:MARGin value: float = driver.measurement.histogram.lcheck.lower.margin.get(measurement = repcap.Measurement.Default, limitCheck = repcap.LimitCheck.Default)
Define the lower and upper margins for the limit check, respectively. Margins are not as strict as limits and must be within the valid value range. The valid range is defined using the method
RsRtx.measurement.histogram.lcheck.valid.set()command.- 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<*>:HISTogram:LCHeck<*>:LOWer:MARGin driver.measurement.histogram.lcheck.lower.margin.set(lower_margin = 1.0, measurement = repcap.Measurement.Default, limitCheck = repcap.LimitCheck.Default)
Define the lower and upper margins for the limit check, respectively. Margins are not as strict as limits and must be within the valid value range. The valid range is defined using the method
RsRtx.measurement.histogram.lcheck.valid.set()command.- 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’)