Command/Query
:CALCulate<Ch>[:SELected]:MARKer<Mk>:BWIDth:THReshold <Value>
:CALCulate<Ch>[:SELected]:MARKer<Mk>:BWIDth:THReshold?
The following syntax is also supported:
:CALCulate<Ch>:TRACe<Tr>:MARKer<Mk>:BWIDth:THReshold <Value>
:CALCulate<Ch>:TRACe<Tr>:MARKer<Mk>:BWIDth:THReshold?
This command sets/gets the bandwidth definition value (the value to define the pass-band of the filter) of marker 1 to 9 (Mk) and reference marker (Mk:10).
Parameter |
Value |
Description |
Bandwidth definition value (the value to define the pass band of the filter) |
Data Type |
Numeric type (Real) |
Range |
-500M to 500M |
Preset Value |
-3 |
Unit |
Varies depending on the data format. Log magnitude (MLOG): dB (decibel) Phase (PHAS), Expanded phase (UPH) or Positive phase (PPH): ° (degree) Group delay (GDEL): s (second) Others: No unit |
Note |
If the specified variable 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:BWID:THR " & Str(Var), True
Ena.WriteString ":CALC1:MARK1:BWID:THR?", True
Var=Ena.ReadNumber
Marker Search > Bandwidth Value
SCPI.CALCULATE(Ch).SELECTED.MARKER(Mk).BWIDTH.THRESHOLD
SCPI.CALCULATE(Ch).TRACE(Tr).MARKER(Mk).BWIDTH.THRESHOLD