![Keysight V3500A Скачать руководство пользователя страница 89](http://html.mh-extra.com/html/keysight/v3500a/v3500a_user-manual_1961460089.webp)
Driver Installation and Commands
3
V3500A User’s Guide
69
try
{
myPM->Initialize();
}
// If initialization fails:
catch
(Exception *e)
{
Console::Write(S"Error initializing PowerMeter: ");
Console::WriteLine(e->Message);
return
0;
}
Console::WriteLine(S"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::Write(S"Error communicating with PowerMeter: ");
Console::WriteLine(e2->Message);
return
0;
}
Console::WriteLine(S"V3500A configured for power measurement");
Содержание 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 ...