Basic Driver Commands - Keysight V3500A User Manual

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

Advertisement

Basic driver commands

Command Name
Description
Usage
Parameters
V3500A User's Guide
In each driver command usage section, myPM is an instance
of a power meter class that has been created. Refer to
V3500A commands" on page 55
applications.
SerialNumber
SerialNumber is a property used to control which specific
V3500A instrument is accessed. SerialNumber is a 32- bit
signed integer (1 to 99,999,999).
C#.NET
int SN = 10973300;
myPM.SerialNumber=SN;
Visual Basic.NET
Dim SN As Integer
SN=10973300
myPM.SerialNumber=SN
Visual C++.NET
int SN=10973300;
myPM->SerialNumber=SN;
Visual Basic 6.0
Dim SN As Long
SN=10973300
myPM.SerialNumber=SN
Visual C++ 6.0
int SN=10973300;
myPM->SerialNumber=SN;
myPM refers to the created V3500A object.
SN is the serial number (32- bit signed integer) of the V3500A
being checked.
Driver Installation and Commands
for language- specific sample
3
"Basic
49

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents