Threshold

SCPI Command :

CURSor<*>:THReshold
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(cursor=Cursor.Default) float[source]
# CURSor<*>:THReshold
value: float = driver.cursor.threshold.get(cursor = repcap.Cursor.Default)

Defines an absolute threshold as an additional condition for the peak search. Only peaks that exceed the threshold are detected.

Parameters:

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

Returns:

value: Threshold in dBm

set(value: float, cursor=Cursor.Default) None[source]
# CURSor<*>:THReshold
driver.cursor.threshold.set(value = 1.0, cursor = repcap.Cursor.Default)

Defines an absolute threshold as an additional condition for the peak search. Only peaks that exceed the threshold are detected.

Parameters:
  • value – Threshold in dBm

  • cursor – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cursor’)