E4990A Help
398
COM Command Syntax (Internal Control Only)
SCPI.CALCULATE(Ch).SELECTED.MARKER.FUNCTION.MULTI.TYPE
:CALC<Ch>:MARK<Mk>:FUNC:PEXC
Type
Command/Query
Syntax
:CALCulate<Ch>[:SELected]:MARKer<Mk>:FUNCtion:PEXCursion <Value>
:CALCulate<Ch>[:SELected]:MARKer<Mk>:FUNCtion:PEXCursion?
Description
This command sets/gets the peak excursion value with marker 1 to 9
(MK:1-9) and reference marker (Mk:10).
Variable
Parameter Value
Description Peak excursion value
Data Type Numeric type (Real)
Range 0 ~ 500M
Preset Value
3
Unit Depending on measurement value
Resolution -
Query Response
{numeric}<newline><^END>
Examples
Dim Var as Double
Var= 5
Ana.WriteString ":CALC1:MARK1:FUNC:PEXC " & Str(Var), True
Ana.WriteString ":CALC1:MARK1:FUNC:PEXC?", True
Var=Ana.ReadNumber
Related Commands
:CALC:MARK:FUNC:TYPE
:CALC:MARK:FUNC:PPOL
:CALC:MARK:FUNC:EXEC