Limit
SCPI Command :
MEASurement<*>:SPECtrum:LCHeck<*>:UPPer:LIMit
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(measurement=Measurement.Default, limitCheck=LimitCheck.Default) float[source]
# MEASurement<*>:SPECtrum:LCHeck<*>:UPPer:LIMit value: float = driver.measurement.spectrum.lcheck.upper.limit.get(measurement = repcap.Measurement.Default, limitCheck = repcap.LimitCheck.Default)
Define the lower and upper limits for the limit check, respectively. 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_limit: float, measurement=Measurement.Default, limitCheck=LimitCheck.Default) None[source]
# MEASurement<*>:SPECtrum:LCHeck<*>:UPPer:LIMit driver.measurement.spectrum.lcheck.upper.limit.set(upper_limit = 1.0, measurement = repcap.Measurement.Default, limitCheck = repcap.LimitCheck.Default)
Define the lower and upper limits for the limit check, respectively. The valid range is defined using the method
RsRtx.measurement.spectrum.lcheck.valid.set()command.- 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’)