Agilent Technologies E5071C Manual page 1054

Hide thumbs Also See for E5071C:
Table of Contents

Advertisement

Status = ivprintf(addr,mes)
Variable
Description
Data type
Description
Data type
Description
Data type
OutputSiclLan
Sub OutputSiclLan(addr As Integer, message As String)
Dim Status As Integer
Dim actualcnt As Long
Dim length As Long
On Error GoTo ErrHandler
length = Len(message)
Status = ivprintf(addr, message & Chr$(10))
Exit Sub
ErrHandler:
MsgBox "*** Error : " & Error$
Call siclcleanup
End
Status
Return value of
the function
(output)
Integer type
addr
Session
information (input)
Integer type
mes
Program message
(input)
Character string
type
Programming
1281

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents