Driver Installation and Commands
3
V3500A User’s Guide
63
// Initialize the V3500A
try
{
myPM.Initialize();
}
// If initialization fails:
catch
(Exception e)
{
Console.WriteLine("Error initializing PowerMeter: "+e.Message);
return
;
}
Console.WriteLine("V3500A initialized");
// Now we can communicate with the V3500A.
// Configure the V3500A for a measurement:
try
{
Reply=myPM.SendString("*RST\n");
// Reset the power meter
CheckForOK(Reply);
Reply=myPM.SendString("FREQ1000\n");
// Set the frequency to 1000 MHz
CheckForOK(Reply);
}
// If an error occurred:
catch
(Exception e2)
{
Console.WriteLine("Error communicating with PowerMeter:
"+e2.Message);
return
;
}
Console.WriteLine("V3500A configured");
// Take a reading:
Содержание 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 ...