![Agilent Technologies 81250 Скачать руководство пользователя страница 29](http://html.mh-extra.com/html/agilent-technologies/81250/81250_system-programming-manual-and-scpi-reference_2868601029.webp)
Programming Interfaces
Command Line Interface
28
Agilent 81250 Parallel Bit Error Ratio Tester, Programming Reference, March 2006
If Cmd = "" Then Exit Do
err = VB_CALL_HP81200(Cmd, buffer, bufSize)
' Output the results ...
If err = 0 Then
MsgBox "Command " & Cmd & " succeeded." & vbCrLf & _
vbCrLf & buffer
' ... or any errors
Else
VB_GETERRSTR_HP81200 err, buffer, bufSize
MsgBox "Command " & Cmd & " failed." & vbCrLf & _
vbCrLf & buffer
End If
Loop
' Disconnect before closing
err = VB_DISCONNECT_HP81200
End Sub
Command Line Interface
The Agilent 81250 user interface features a Command Line window
(
Command Line
in the
Go
menu) that allows you to enter SCPI
commands and displays query results.
In this window, you can store and replay sequences of commands. This
is very useful when implementing control programs, because you can
test your SCPI commands and sequences before implementing them in
your code.
Artisan Technology Group - Quality Instrumentation ... Guaranteed | (888) 88-SOURCE | www.artisantg.com