Step 6 - Write The Program Steps - Keysight Technologies M9393A Programming Manual

Pxie performance vector signal analyzer
Hide thumbs Also See for M9393A:
Table of Contents

Advertisement

Step 6 - Write the Program Steps

At this point, you can add program steps that use the driver instances to perform
tasks.
Using the Soft Front Panel to Write Program Commands
You may find it useful when developing a program to use the instrument's Soft
Front Panel (SFP) "Driver Call Log"; this driver call log is used to view a list of driver
calls that have been performed when changes are made to the controls on the soft
front panel.
In this example, open the Soft Front Panel for the M938xA PXIe VSG and perform
the following steps:
AgM938x is the driver name used by the SFP. VsgDriver is the instance of the driver
that is used in this example. This instance would have been created in, "Step 4 –
Create Instances of the IVI COM Drivers".
IAgM938x VsgDriver = new AgM938x(); |
33
Set the output frequency to 1 GHz.
1.
Set the output level to 0 dBm.
2.
Enable the ALC.
3.
Enable the RF Output.
4.
// Set the output frequency to 1 GHz
VsgDriver.RF.Frequency = 1000000000;
// Set the output level to 0 dBm
VsgDriver.RF.Level = 0;
// Enables the ALC
VsgDriver.ALC.Enabled = true;
// Enables the RF Output
VsgDriver.RF.OutputEnabled = true;
Keysight M9393A PXIe Performance Vector Signal Analyzer

Advertisement

Table of Contents
loading

Table of Contents