Keysight Technologies B2961B Programming Manual page 99

Low noise power source
Hide thumbs Also See for B2961B:
Table of Contents

Advertisement

' Run program
ioObj.WriteString(":prog:stat run")
' Wait for operation complete
ioObj.WriteString("*OPC?")
s = ioObj.ReadString()
Console.Write("*OPC?: " + s)
Console.WriteLine()
Try ' Retrieve measurement result
ioObj.WriteString(":fetch:arr:volt? (@1)")
s = ioObj.ReadString()
Catch ex As Exception
Console.WriteLine("An error occurred: " + ex.Message)
End Try
End Sub
Line
31
Executes the memory program.
34 to 37
Waits for operation complete. And write "*OPC?: 1" on the console window when the operation
is completed.
39 to 41
Reads the measurement result data.
Measurement
Result: +5.200000E-03,+6.643000E-01,+1.931000E+00,+2.000000E+00,+2.000000E+
Result Example
00,+2.000000E+00,+2.000000E+00,+2.000000E+00,+2.000000E+00,+2.000000E+00,+2
.000000E+00,+2.000000E+00,+2.000000E+00,+2.000000E+00,+2.000000E+00,+2.0000
00E+00,+2.000000E+00,+2.000000E+00,+2.000000E+00,+2.000000E+00,+2.000000E+0
0
Keysight B2961B/B2962B Programming Guide, Edition 1
Description
Programming Examples
Using Program Memory
'31
'34
'39
99

Advertisement

Table of Contents
loading

This manual is also suitable for:

B2962b

Table of Contents