Programming
577
This command returns the number of data for the segment table.
Query Response
{numeric}<newline><^END>
Examples
Dim Var as Long
Ana.WriteString ":SERV:CHAN1:SEGM:DATA?", True
Var=Ana.ReadNumber
Equivalent Softkey
No equivalent key is available on the front panel.
COM Command Syntax (Internal Control Only)
SCPI.SERVICE.CHANNEL(Ch).SEGMENT.DATA
:SERV:CHAN:SWE:ALC:AC:STAT
Type
Query
Syntax
:SERVice:CHANnel<Ch>:SWEep:ALC:AC:STATe?
Description
This command returns the current ALC status for each point.
Query Response
{numeric 1}, ... , {numeric (3×NOP)}<newline><^END>
{numeric (n×3)-2}: Status [-1=No ALC performed, 0=Leveled,
1=Resolution Limit, 2=Vs Limit, 3=Iteration Limit]
{numeric (n×3)-1}: Number of iteration
{numeric (n×3)}: Actual voltage
Examples
Dim Var as Variant
Ana.WriteString ":SERV:CHAN1:SWE:ALC:AC:STAT?", True
Var=Ana.ReadList
Equivalent Softkey
No equivalent key is available on the front panel.
COM Command Syntax (Internal Control Only)
SCPI.SERVICE.CHANNEL(Ch).SWEEP.ALC.AC.STATE
:SERV:CHAN<Ch>:SWE:POIN
Type