Margin

SCPI Command :

MEASurement<*>:SPECtrum:LCHeck<*>:UPPer:MARGin
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(measurement=Measurement.Default, limitCheck=LimitCheck.Default) float[source]
# MEASurement<*>:SPECtrum:LCHeck<*>:UPPer:MARGin
value: float = driver.measurement.spectrum.lcheck.upper.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.spectrum.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(upper_margin: float, measurement=Measurement.Default, limitCheck=LimitCheck.Default) None[source]
# MEASurement<*>:SPECtrum:LCHeck<*>:UPPer:MARGin
driver.measurement.spectrum.lcheck.upper.margin.set(upper_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.spectrum.lcheck.valid.set() command.

Parameters:
  • upper_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’)