:CALC<Ch>:MARK<Mk>:NOTC:THR

Type

Command/Query

Syntax

:CALCulate<Ch>[:SELected]:MARKer<Mk>:NOTCh:THReshold <Value>

:CALCulate<Ch>[:SELected]:MARKer<Mk>:NOTCh:THReshold?

 

The following syntax is also supported:

:CALCulate<Ch>:TRACe<Tr>:MARKer<Mk>:NOTCh:THReshold <Value>

:CALCulate<Ch>:TRACe<Tr>:MARKer<Mk>:NOTCh:THReshold?

Description

This command sets/gets the notch definition value of marker 1 to 9 (Mk) and reference marker (Mk:10).

Variable

Parameter

Value

Description

Notch definition value

Data Type

Numeric type (Real)

Range

-500M to 500M

Preset Value

-3

Unit

Varies depending on the data format as follows:

Amplitude (MLOG):dB (decibel)

Phase (PHAS), Expanded phase (UPH),Positive phase (PPH): ° (degree)

Group delay (GDEL): s (second)

Others: No unit

Note

If the specified parameter is out of the allowable setup range, the minimum value (if the lower limit of the range is not reached) or the maximum value (if the upper limit of the range is exceeded) is set.

Query Response

{numeric}<newline><^END>

Examples

Dim Var as Double
Var= -5
Ena.WriteString ":CALC1:MARK1:NOTC:THR " & Str(Var), True
Ena.WriteString ":CALC1:MARK1:NOTC:THR?", True
Var=Ena.ReadNumber

Related Commands

:CALC:MARK:NOTC

:CALC:MARK:NOTC:DATA

Equivalent Softkey

Marker Search > Notch Value

COM Command Syntax (Internal Control Only)

SCPI.CALCULATE(Ch).SELECTED.MARKER(Mk).NOTCH.THRESHOLD

SCPI.CALCULATE(Ch).TRACE(Tr).MARKER(Mk).NOTCH.THRESHOLD