Upper
SCPI Command :
[SENSe]:ADJust:CONFigure:HYSTeresis:UPPer
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get() float[source]
# [SENSe]:ADJust:CONFigure:HYSTeresis:UPPer value: float = driver.applications.k14Xnr5G.sense.adjust.configure.hysteresis.upper.get()
When the reference level is adjusted automatically using the method
RsFsw.sense.adjust.level.set()command, the internal attenuators and the preamplifier are also adjusted. To avoid frequent adaptation due to small changes in the input signal, you can define a hysteresis. This setting defines an upper threshold the signal must exceed (compared to the last measurement) before the reference level is adapted automatically. This setting can only be adjusted in the MSRA primary application, not in the secondary applications.- Returns:
threshold: Range: 0 dB to 200 dB, Unit: dB
- set(threshold: float) None[source]
# [SENSe]:ADJust:CONFigure:HYSTeresis:UPPer driver.applications.k14Xnr5G.sense.adjust.configure.hysteresis.upper.set(threshold = 1.0)
When the reference level is adjusted automatically using the method
RsFsw.sense.adjust.level.set()command, the internal attenuators and the preamplifier are also adjusted. To avoid frequent adaptation due to small changes in the input signal, you can define a hysteresis. This setting defines an upper threshold the signal must exceed (compared to the last measurement) before the reference level is adapted automatically. This setting can only be adjusted in the MSRA primary application, not in the secondary applications.- Parameters:
threshold – Range: 0 dB to 200 dB, Unit: dB