Threshold
SCPI Command :
CALCulate<n>:THReshold
- Commands in total: 2Subgroups: 1Direct child commands: 1
- get(window=Window.Default) float[source]
# 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.k10Xlte.calculate.threshold.state.set().- Parameters:
window – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Calculate’)
- Returns:
level: Numeric value. The value range and unit are variable. Unit: DBM
- set(level: float, window=Window.Default) None[source]
# 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.k10Xlte.calculate.threshold.state.set().- Parameters:
level – Numeric value. The value range and unit are variable. Unit: DBM
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.applications.k10Xlte.calculate.threshold.clone()
Subgroups