Margin

SCPI Command :

CALCulate<n>:ESPectrum:PSEarch:MARGin
class MarginCls[source]

Margin commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get(window=Window.Default) float[source]
# SCPI: CALCulate<n>:ESPectrum:PSEarch:MARGin
value: float = driver.calculate.espectrum.peakSearch.margin.get(window = repcap.Window.Default)

Defines the threshold of the list evaluation.

param window

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Calculate’)

return

threshold: No help available

set(threshold: float, window=Window.Default) None[source]
# SCPI: CALCulate<n>:ESPectrum:PSEarch:MARGin
driver.calculate.espectrum.peakSearch.margin.set(threshold = 1.0, window = repcap.Window.Default)

Defines the threshold of the list evaluation.

param threshold

No help available

param window

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Calculate’)