Description
The Application object is the highest object in the VNA object model. This object presents methods and properties that affect the entire analyzer, rather than a specific channel or measurement. For example, the application object provides the GetIDString method. There's only one ID string for the instrument, unrelated to the channel or parameter being measured. Likewise, the TriggerSignal Property is global to the instrument. You can elect to use an internally generated (free run) trigger or a manual trigger. Either way, that type of trigger generation will be used on all measurements, on all channels. Therefore, it is under the Application object.
This object is unique in that you must create this object rather than just get a handle to it.
Dim app As AgilentPNA835x.Application
Set app = CreateObject("AgilentPNA835x.Application", <analyzerName>)
Replace <analyzerName> with the full computer name of your VNA. For example, "My VNA". See Change Computer Name.
(Bold Methods or Properties provide access to a child object)
Methods |
Interface |
Description |
---|---|---|
IApplication |
Makes a window object the Active Window. |
|
IApplication |
Monitors all events |
|
IApplication |
Monitors an event category |
|
IApplication |
Monitors an event |
|
IApplication |
Monitors an event severity level |
|
IApplication |
Defines the user kit as port1kit + port2kit. |
|
IApplication |
Returns a handle to the channel object for the supplied channel number. |
|
IApplication9 |
Restarts as an "N-port" VNA using the specified multiport test set. |
|
IApplication3 |
Creates a new custom measurement with initialization. |
|
IApplication |
Superseded with CreateCustomMeasurementEx Method |
|
IApplication |
Creates a new measurement. |
|
IApplication |
Creates a new S-Parameter measurement. |
|
IApplication |
Superseded with Create SParameter Method |
|
IApplication |
Removes a macro (shortcut) from the list of macros |
|
IApplication |
Monitors NO events |
|
IApplication |
Prints the screen to the active Printer. |
|
IApplication |
Executes a macro (shortcut) stored in the analyzer. |
|
IApplication |
Returns a handle to the AuxIO interface |
|
IApplication |
Returns a handle to the CalManager interface |
|
IApplication |
Returns a handle to the ExternalTestSet IO interface |
|
IApplication14 |
Returns an NA_IPConfiguration data structure which contains information about the current status of the VNA computer networking configuration. |
|
IApplication23 |
Returns the list of licenses. |
|
IApplication |
Returns a handle to the MaterialHandlerIO interface |
|
IApplication |
Returns the title and path of the specified macro (shortcut). |
|
IApplication13 |
Resets the VNA LAN configuration. |
|
IApplication |
Launches the Cal Wizard |
|
IApplication10 |
Launches the specified dialog box. |
|
IApplication |
Triggers the analyzer when TriggerSignal = naTriggerManual. |
|
IApplication |
Resets the analyzer to factory defined default settings. |
|
IApplication |
Saves the screen data to bitmap (.bmp) file of the screen. |
|
IApplication |
Puts a Macro (shortcut) file into the analyzer. |
|
IApplication |
Ends the Network Analyzer application. |
|
IApplication |
Recalls a measurement state, calibration state, or both from the hard drive into the analyzer. |
|
IApplication |
Recalls the calibration kits definitions that were stored with the SaveKits command. |
|
IApplication |
Removes all existing windows and measurements. |
|
IApplication |
Restores the factory defaults for the specified kit. |
|
IApplication |
Restores the factory defaults for all kits. |
|
IApplication |
Saves instrument state and calibration files to disk |
|
IApplication5 |
Saves UNFORMATTED trace data to .cti file. Superseded with SaveData |
|
IApplication5 |
Saves FORMATTED trace data to .cti file. Superseded with SaveData |
|
IApplication18 |
Saves trace data to files on disk. |
|
IApplication |
Saves all cal kits to disk. |
|
IApplication |
Causes over range values to return an error code |
|
IApplication14 |
Modifies settings of the VNAs computer networking configuration. |
|
IApplication |
Shows and Hides the Status Bar. |
|
IApplication |
Shows and Hides Stimulus information. |
|
IApplication |
Shows and Hides the Title Bars. |
|
IApplication |
Shows and Hides the specified Toolbar. |
|
IApplication7 |
Performs a User Preset. |
|
IApplication7 |
Loads an existing instrument state file (.sta or .cst) to be used for User Preset. |
|
IApplication7 |
Saves the current instrument settings as UserPreset.sta. |
|
Properties |
|
Description |
IApplication |
Returns a pointer to the kit identified by kitNumber. |
|
IApplication |
Returns a handle to the Active Channel object. |
|
IApplication |
Returns a handle to the Active Measurement object. |
|
IApplication |
Returns a handle to the Active Window object. |
|
IApplication |
Sets or returns the arrangement of all the windows. |
|
IApplication11 |
Returns the number of Aux trigger input / output connector pairs in the instrument. |
|
IApplication |
Sets or returns the calibration kit type for to be used for calibration or for kit modification. Shared with the CalKit object. |
|
IApplication4 |
Return capabilities of the remote VNA. |
|
IApplication |
Collection for iterating through the channels |
|
IApplication |
Sets (or reads) coupled markers ON and OFF |
|
IApplication20 |
Set and reads the scope of coupled markers. |
|
IApplication22 |
Returns the system date and time. |
|
IApplication2 |
Enables or disables automation error messages from being displayed on the screen. U |
|
IApplication6 |
Shows or hides the dialog which displays global pass/fail results. |
|
IApplication8 |
Collection to control the E5091A testset. |
|
IApplication13 |
Manages Noise ENR files. |
|
IApplication |
Sets or returns the source of the analyzer leveling control. |
|
IApplication16 |
Collection to control External Devices |
|
IApplication9 |
Collection to control External Test sets. |
|
IApplication15 |
Controls FIFO settings |
|
IApplication17 |
Controls Global Power Limit settings |
|
IApplication8 |
Sets and returns the VNA GPIB address. |
|
IApplication |
Makes the analyzer the system controller or a talker/listener. |
|
IApplication17 |
Set and return the line type of the window grid (solid | dotted) |
|
IApplication |
Returns the model, serial number and software revision of the analyzer |
|
IApplication8 |
Control the Interface control features. |
|
IApplication19 |
Provides access to IO Configuration commands |
|
IApplication13 |
Returns the current status of the VNA computer networking configuration. |
|
IApplication14 |
Displays the LAN Status dialog with LAN Status Indicator showing IDENTIFY. |
|
IApplication4 |
Prevents use of the mouse, keyboard, and front panel while your program is running. |
|
IApplication |
Create and manage measurements |
|
IApplication |
Collection for iterating through the Application measurements. |
|
IApplication |
Returns text for the specified eventID |
|
IApplication |
Collection for iterating through the Application windows. |
|
IApplication13 |
Sets and Reads the ON | OFF state of the noise source |
|
IApplication |
Returns the number of hardware test ports on the VNA |
|
IApplication |
Returns the options on the analyzer |
|
IApplication11 |
Provides access to hardware configuration. |
|
IApplication |
Superseded with Fixturing Object |
|
IApplication5 |
Preferences for many VNA settings.. |
|
IApplication |
Provides the ability to send a SCPI command from within the COM command. |
|
IApplication4 |
Turns ON or OFF the display of frequency information. |
|
IApplication5 |
Allows control of the VNA via SICL |
|
IApplication8 |
Sets and returns the VNA SICL address |
|
IApplication2 |
Allows capability for performing source power calibrations. |
|
IApplication |
Turns Source Power ON and OFF. |
|
IApplication |
Sets the analyzer impedance value. |
|
IApplication |
Returns the full computer name of the VNA. |
|
IApplication12 |
Enables and disables touchscreen. |
|
IApplication |
Sets or returns the delay time for a trigger. |
|
IApplication4 |
Controls triggering for the entire VNA application. |
|
IApplication |
Superseded with Source Property |
|
IApplication |
Superseded with Scope Property |
|
IApplication20 |
Returns a handle to the (Dynamic) Uncertainty Manager application. |
|
IApplication7 |
'Checks' and 'clears' the enable box on the User Preset dialog box. |
|
IApplication |
Sets the velocity factor to be used with Electrical Delay, Port Extensions, and Time Domain marker distance calculations. |
|
IApplication |
Makes the Network Analyzer application visible or not visible. |
|
IApplication |
Sets or returns the window setting of Maximized, Minimized, or Normal. Shared with the NAWindow Object |
|
Events |
Interface |
Description |
IApplication |
Triggered by a calibration event. |
|
IApplication |
Triggered by a channel event. |
|
IApplication |
Triggered by a display event. |
|
IApplication |
Triggered by a hardware event. |
|
IApplication |
Triggered by a measurement event. |
|
IApplication |
Triggered by a SCPI event. |
|
IApplication |
Triggered by a system event. |
|
IApplication |
For future use |
Interface |
Introduced with VNA Rev: |
IApplication |
1.0 |
IApplication2 |
3.0 |
IApplication3 |
3.2 |
IApplication4 |
3.5 |
IApplication5 |
4.0 |
IApplication6 |
5.0 |
IApplication7 |
5.0 |
IApplication8 |
5.2 |
IApplication9 |
6.0 |
IApplication10 |
7.20 |
IApplication11 |
7.20 |
IApplication12 |
7.21 |
IApplication13 |
8.0 |
IApplication14 |
8.2 |
IApplication15 |
8.34 |
IApplication16 |
9.0 |
IApplication17 |
9.0 |
IApplication18 |
9.2 |
IApplication19 |
10.0 |
IApplication20 |
10.40 |
IApplication22 |
10.45 |
IApplication23 |
A.12.70 |