Keysight V3500A User Manual page 72

Handheld rf power meter
Hide thumbs Also See for V3500A:
Table of Contents

Advertisement

3
Driver Installation and Commands
Command Name
Description
Usage
Parameters
52
SendString
Use this command to send and receive string messages from
the V3500A — all communication with the V3500A is
accomplished using this command.
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");
myPM refers to the created V3500A object.
V3500A User's Guide

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents