Threshold
SCPI Command :
MDEFaults:SETTings<*>:EYE:THReshold
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(settings=Settings.Default) float[source]
# MDEFaults:SETTings<*>:EYE:THReshold value: float = driver.mdefaults.settings.eye.threshold.get(settings = repcap.Settings.Default)
Sets the threshold that is used to separate peaks. Two peaks are separated if they are split by a valley of height Threshold * Maximal_histogram_value.
- Parameters:
settings – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Settings’)
- Returns:
meas_lev_thres: 1 to 99
- set(meas_lev_thres: float, settings=Settings.Default) None[source]
# MDEFaults:SETTings<*>:EYE:THReshold driver.mdefaults.settings.eye.threshold.set(meas_lev_thres = 1.0, settings = repcap.Settings.Default)
Sets the threshold that is used to separate peaks. Two peaks are separated if they are split by a valley of height Threshold * Maximal_histogram_value.
- Parameters:
meas_lev_thres – 1 to 99
settings – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Settings’)