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.applications.k10Xlte.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

level: Numeric value. The value range and unit are variable. Unit: DBM

set(level: float, window=Window.Default) None[source]
# SCPI: CALCulate<n>:THReshold
driver.applications.k10Xlte.calculate.threshold.set(level = 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 level

Numeric value. The value range and unit are variable. Unit: DBM

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.applications.k10Xlte.calculate.threshold.clone()

Subgroups