Keysight Technologies B2961B Programming Manual page 60

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

Advertisement

Programming Examples
Ramp Wave Output
Catch ex As Exception
Console.WriteLine("An error occurred: " + ex.Message)
End Try
' Turn on output switch
ioObj.WriteString(":outp on")
' Initiate transition and acquire
ioObj.WriteString(":init (@1)")
Try ' Retrieve measurement result
ioObj.WriteString(":fetc:arr:volt? (@1)")
s = ioObj.ReadString()
Catch ex As Exception
Console.WriteLine("An error occurred: " + ex.Message)
End Try
End Sub
Line
33
Enables the channel. And starts source output (0 V with the default setting).
36
Starts the ramp wave output and monitor.
38 to 40
Reads the measurement result data.
Measurement
Result:
Result Example
+0.000000E+00,+0.000000E+00,+0.000000E+00,+0.000000E+00,+0.000000E+00,+0.00
0000E+00,+0.000000E+00,+0.000000E+00,+0.000000E+00,+0.000000E+00,+0.000000E
+00,+0.000000E+00,+0.000000E+00,+0.000000E+00,+0.000000E+00,+0.000000E+00,+
0.000000E+00,+0.000000E+00,+0.000000E+00,+0.000000E+00,+0.000000E+00,+0.000
000E+00,+0.000000E+00,+8.100000E-02,+2.060000E-01,+3.310000E-01,+4.560000E-
01,+5.810000E-01,+7.060000E-01,+8.310000E-01,+9.560000E-01,+1.081000E+00,+1
.206000E+00,+1.331000E+00,+1.456000E+00,+1.581000E+00,+1.706000E+00,+1.8310
00E+00,+1.956000E+00,+2.081000E+00,+2.206000E+00,+2.331000E+00,+2.456000E+0
0,+2.580000E+00,+2.705000E+00,+2.830000E+00,+2.955000E+00,+3.080000E+00,+3.
205000E+00,+3.330000E+00,+3.455000E+00,+3.580000E+00,+3.705000E+00,+3.83000
0E+00,+3.955000E+00,+4.080000E+00,+4.205000E+00,+4.330000E+00,+4.455000E+00
,+4.580000E+00,+4.705000E+00,+4.830000E+00,+4.955000E+00,+5.000000E+00,+5.0
00000E+00,+5.000000E+00,+5.000000E+00,+5.000000E+00,+5.000000E+00,+5.000000
E+00,+5.000000E+00,+5.000000E+00,+5.000000E+00,+5.000000E+00,+5.000000E+00,
+5.000000E+00,+5.000000E+00,+5.000000E+00,+5.000000E+00,+5.000000E+00,+5.00
0000E+00,+5.000000E+00,+5.000000E+00,+5.000000E+00,+5.000000E+00,+5.000000E
+00,+5.000000E+00,+5.000000E+00,+5.000000E+00,+5.000000E+00,+5.000000E+00,+
5.000000E+00,+5.000000E+00,+5.000000E+00,+5.000000E+00,+5.000000E+00,+5.000
000E+00,+5.000000E+00,+5.000000E+00,+5.000000E+00
60
Description
Keysight B2961B/B2962B Programming Guide, Edition 1
'28
'33
'36
'38

Advertisement

Table of Contents
loading

This manual is also suitable for:

B2962b

Table of Contents