Programming
365
Dim Var as Double
Var= 10
Ana.WriteString ":CALC1:FUNC:PEXC " & Str(Var), True
Ana.WriteString ":CALC1:FUNC:PEXC?", True
Var=Ana.ReadNumber
Related Commands
:CALC:FUNC:TYPE
:CALC:FUNC:PPOL
Equivalent Softkey
No equivalent key is available on the front panel.
COM Command Syntax (Internal Control Only)
SCPI.CALCULATE(Ch).SELECTED.FUNCTION.PEXCURSION
:CALC<Ch>:FUNC:POIN
Type
Query
Syntax
:CALCulate<Ch>[:SELected]:FUNCtion:POINts?
Description
This command gets number of data pair in :CALC:FUNC:DATA.
Query Response
{numeric}<newline><^END>
Examples
Dim Var as Long
Ana.WriteString ":CALC1:FUNC:POIN?", True
Var=Ana.ReadNumber
Related Commands
:CALC:FUNC:DATA
Equivalent Softkey
No equivalent key is available on the front panel.
COM Command Syntax (Internal Control Only)
SCPI.CALCULATE(Ch).SELECTED.FUNCTION.POINTS
:CALC<Ch>:FUNC:PPOL
Type
Command/Query
Syntax
:CALCulate<Ch>[:SELected]:FUNCtion:PPOLarity
{POSitive|NEGative|BOTH}
:CALCulate<Ch>[:SELected]:FUNCtion:PPOLarity?
Description