Programming
385
:CALC<Ch>:MARK:BWID:TYPE
Type
Command/Query
Syntax
:CALCulate<Ch>[:SELected]:MARKer:BWIDth:TYPE
{DIVS2|MULS2|DIV2|MUL2|SUB|ADD|FIXed}
:CALCulate<Ch>[:SELected]:MARKer:BWIDth:TYPE?
Description
This command sets/gets a cutoff point in the marker bandwidth analysis
function.
Variable
Parameter Selection Option
Description Cutoff point type
Data Type Character string type (String)
Range
DIVS2: MkrVal/sqrt(2)
MULS2: MkrVal*srqt(2)
DIV2: MkrVal/2
MUL2: MkrVal*2
SUB: MkrVal-Fixed
ADD: MkrVal+Fixed
FIXed: Fixed Value
Preset Value
FIXed
Query Response
{DIVS2|MULS2|DIV2|MUL2|SUB|ADD|FIX}<newline><^END>
Examples
Dim Var as String
Var= "DIVS2"
Ana.WriteString ":CALC1:MARK1:BWID:TYPE " & Var, True
Ana.WriteString ":CALC1:MARK1:BWID:TYPE?", True
Var=Ana.ReadString
Related Commands
:CALC:MARK:BWID