Command/Query
: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?
This command sets/gets the notch definition value of marker 1 to 9 (Mk) and reference marker (Mk:10).
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. |
{numeric}<newline><^END>
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
Marker Search > Notch Value
SCPI.CALCULATE(Ch).SELECTED.MARKER(Mk).NOTCH.THRESHOLD
SCPI.CALCULATE(Ch).TRACE(Tr).MARKER(Mk).NOTCH.THRESHOLD