Keysight Technologies X-Series Programming Manual page 370

Signal generators
Hide thumbs Also See for X-Series:
Table of Contents

Advertisement

Creating and Downloading User–Data Files
Save and Recall Instrument State Files
state
state
resource manager
manager");
370
case "1":
{
BackupInstrumentState(device);
break;
}
{
RestoreInstrumentState(device); // Read instrument
break;// files to the sig gen
}
case "3":
{
quit = true;
break;
}
default:
{
break;
}
}
}
VisaInterop.Close(device);// Close the device
}
else
{
Console.WriteLine("Unable to open " + visaOpenString);
}
VisaInterop.Close(defaultRM);
}
else
{
Console.WriteLine("Unable to open the VISA resource
}
Keysight CXG, EXG, and MXG X-Series Signal Generators Programming Guide
// files to the computer
case "2":
// Write instrument
// Close the default

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents