52
V3500A User’s Guide
3
Driver Installation and Commands
Command Name
SendString
Description
Use this command to send and receive string messages from
the V3500A — all communication with the V3500A is
accomplished using this command.
Usage
C#.NET
string Reply=myPM.SendString("*RST\n");
Visual Basic.NET
Dim Reply As String
Reply=myPM.SendString("*RST" & vbLf)
Visual C++.NET
String * Reply;
Reply=myPM->SendString("*RST\n");
Visual Basic 6.0
Dim Reply As String
Reply = myPM.SendString("*RST" & vbCrLf)
Visual C++ 6.0
BSTR Reply;
Reply=myPM->SendString("*RST\n");
Parameters
myPM
refers to the created V3500A object.
Summary of Contents for V3500A
Page 1: ...Keysight V3500A Handheld RF Power Meter User s Guide ...
Page 2: ......
Page 3: ......
Page 12: ...X V3500A User s Guide THIS PAGE HAS BEEN INTENTIONALLY LEFT BLANK ...
Page 16: ...XIV V3500A User s Guide THIS PAGE HAS BEEN INTENTIONALLY LEFT BLANK ...
Page 18: ...XVI V3500A User s Guide THIS PAGE HAS BEEN INTENTIONALLY LEFT BLANK ...
Page 20: ...XVIII V3500A User s Guide THIS PAGE HAS BEEN INTENTIONALLY LEFT BLANK ...
Page 49: ...Driver Installation and Commands 3 V3500A User s Guide 29 ...
Page 52: ...32 V3500A User s Guide 3 Driver Installation and Commands ...
Page 53: ...Driver Installation and Commands 3 V3500A User s Guide 33 ...
Page 103: ...RF Measurement Basics 4 V3500A User s Guide 83 V0 Vpeak 2 ...