Threshold

SCPI Command :

CALCulate<n>:THReshold
Commands in total: 2
Subgroups: 1
Direct child commands: 1
get(window=Window.Default) float[source]
# 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.k10Xlte.calculate.threshold.state.set() .

Parameters:

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

set(threshold: float, window=Window.Default) None[source]
# 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.k10Xlte.calculate.threshold.state.set() .

Parameters:

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

Cloning the Group

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

Subgroups