Specifications
Chapter 3 63
Setting Measurement Conditions
Example program for setting the measuring conditions
3. Setting Measurement
Conditions
1410 SCPI.Output "CALC" & CStr(trc4) & ":MATH:FUNC " &
disp_trac4
1420
1430 ' DC Bias ON
1440
1450 SCPI.Output "SOUR:VOLT:OFFS:STAT ON"
1460
1470 buff = SCPI.Query("*OPC?")
1480
1490 MsgBox ("Measurement Condition Setup Complete")
1500
1510 End
1520
1530 End Sub