Threshold

SCPI Command :

CALCulate<n>:THReshold
class ThresholdCls[source]

Threshold commands group definition. 2 total commands, 1 Subgroups, 1 group commands

get(window=Window.Default) float[source]
# SCPI: CALCulate<n>:THReshold
value: float = driver.calculate.threshold.get(window = repcap.Window.Default)

Defines a threshold level for the marker peak search (for all markers in all windows) . Note that you must enable the use of the threshold using method RsFsw.Applications.K10x_Lte.Calculate.Threshold.State.set.

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>:THReshold
driver.calculate.threshold.set(threshold = 1.0, window = repcap.Window.Default)

Defines a threshold level for the marker peak search (for all markers in all windows) . Note that you must enable the use of the threshold using method RsFsw.Applications.K10x_Lte.Calculate.Threshold.State.set.

param threshold

No help available

param window

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

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.calculate.threshold.clone()

Subgroups