Keysight Technologies B2961B Programming Manual page 64

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

Advertisement

Programming Examples
Sinusoidal 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
30
Enables the channel. And starts source output (0 V with the default setting).
33
Starts the sinusoidal wave output and monitor.
35 to 37
Reads the measurement result data.
Measurement
Result:
Result Example
+0.000000E+00,+0.000000E+00,+0.000000E+00,+3.450000E-02,+9.720000E-02,+1.59
5000E-01,+2.212000E-01,+2.820000E-01,+3.417000E-01,+4.000000E-01,+4.568000E
-01,+5.117000E-01,+5.647000E-01,+6.154000E-01,+6.637000E-01,+7.093000E-01,+
7.522000E-01,+7.921000E-01,+8.288000E-01,+8.623000E-01,+8.924000E-01,+9.190
000E-01,+9.419000E-01,+9.612000E-01,+9.766000E-01,+9.882000E-01,+9.958000E-
01,+9.996000E-01,+9.994000E-01,+9.953000E-01,+9.872000E-01,+9.752000E-01,+9
.594000E-01,+9.398000E-01,+9.165000E-01,+8.896000E-01,+8.591000E-01,+8.2530
00E-01,+7.882000E-01,+7.480000E-01,+7.049000E-01,+6.590000E-01,+6.104000E-0
1,+5.595000E-01,+5.064000E-01,+4.512000E-01,+3.943000E-01,+3.358000E-01,+2.
760000E-01,+2.151000E-01,+1.534000E-01,+9.100000E-02,+2.830000E-02,-3.45000
0E-02,-9.720000E-02,-1.595000E-01,-2.212000E-01,-2.820000E-01,-3.417000E-01
,-4.000000E-01,-4.567000E-01,-5.117000E-01,-5.646000E-01,-6.153000E-01,-6.6
36000E-01,-7.093000E-01,-7.521000E-01,-7.920000E-01,-8.288000E-01,-8.623000
E-01,-8.924000E-01,-9.190000E-01,-9.419000E-01,-9.611000E-01,-9.766000E-01,
-9.882000E-01,-9.958000E-01,-9.996000E-01,-9.994000E-01,-9.953000E-01,-9.87
2000E-01,-9.752000E-01,-9.594000E-01,-9.398000E-01,-9.165000E-01,-8.896000E
-01,-8.592000E-01,-8.253000E-01,-7.883000E-01,-7.481000E-01,-7.049000E-01,-
6.590000E-01,-6.105000E-01,-5.595000E-01,-5.064000E-01,-4.512000E-01,-3.943
000E-01,-3.358000E-01,-2.760000E-01,-2.151000E-01
64
Description
Keysight B2961B/B2962B Programming Guide, Edition 1
'25
'30
'33
'35

Advertisement

Table of Contents
loading

This manual is also suitable for:

B2962b

Table of Contents