Driver Installation and Commands
3
V3500A User’s Guide
73
Message = Message & "Expected an 'OK' from the V3500A; received: " & Msg &
vbCrLf
txtMessages.Text = Message
End If
End Sub
Private Sub
Form_Load()
Dim
SN
As Long
Dim
MeterAvailable
As Integer
Message = ""
' Attempt to register the V3500A DLL
On Error GoTo
Err_DLL_Not_Registered
Message = Message & "Successfully created V3500A object." & vbCrLf
txtMessages.Text = Message
' Set the serial number and check that the meter is available
SN = 10973300
' Set this to the numerical serial number of your V3500A (without prefix)
MeterAvailable = myPM.IsDeviceAvailable(SN)
' A return value of 1 means the V3500A is available.
' A value of –1 means it is absent, and a value of 0 means it is unavailable (for example, it may be
in use by another program).
If
(MeterAvailable <> 1)
Then
Message = Message & "PowerMeter is not available; status=" & MeterAvailable &
vbCrLf
txtMessages.Text = Message
Exit Sub
End If
Message = Message & "V3500A serial number " & SN & " is available." & vbCrLf
txtMessages.Text = Message
myPM.SerialNumber = SN
' Initialize the V3500A
On Error GoTo
Err_Failed_Initialize
Содержание V3500A
Страница 1: ...Keysight V3500A Handheld RF Power Meter User s Guide ...
Страница 2: ......
Страница 3: ......
Страница 12: ...X V3500A User s Guide THIS PAGE HAS BEEN INTENTIONALLY LEFT BLANK ...
Страница 16: ...XIV V3500A User s Guide THIS PAGE HAS BEEN INTENTIONALLY LEFT BLANK ...
Страница 18: ...XVI V3500A User s Guide THIS PAGE HAS BEEN INTENTIONALLY LEFT BLANK ...
Страница 20: ...XVIII V3500A User s Guide THIS PAGE HAS BEEN INTENTIONALLY LEFT BLANK ...
Страница 49: ...Driver Installation and Commands 3 V3500A User s Guide 29 ...
Страница 52: ...32 V3500A User s Guide 3 Driver Installation and Commands ...
Страница 53: ...Driver Installation and Commands 3 V3500A User s Guide 33 ...
Страница 103: ...RF Measurement Basics 4 V3500A User s Guide 83 V0 Vpeak 2 ...