These properties return capabilities of the remote VNA.
Dim app As AgilentPNA835x.Application
Set app = CreateObject("AgilentPNA835x.Application", <analyzerName>)
Dim cap As Capabilities
Set cap = app.Capabilities
Methods |
Interface |
|
---|---|---|
ICapabilities4 |
Returns the port number for the specified string port name. |
|
Properties |
Description |
|
ICapabilities7 |
Returns the measurement classes on the VNA |
|
ICapabilities6 |
Returns the CPU speed of the VNA |
|
ICapabilities10 |
Returns the directory location. |
|
ICapabilities6 |
Returns the DSP Revision number |
|
ICapabilities6 |
Returns the DSP FPGA Revision number |
|
ICapabilities |
Returns integer portion of firmware revision number. |
|
ICapabilities |
Return decimal portion of firmware revision number. |
|
ICapabilities |
Returns the Alpha portion of the firmware revision number. |
|
ICapabilities3 |
Returns the number of GPIB ports (1or 2) |
|
ICapabilities12 |
Returns whether or not the analyzer has direct receiver access (front-panel jumpers). |
|
ICapabilities16 |
Returns whether or not the VNA has the low frequency extension (LFE) installed. |
|
ICapabilities8 |
Returns a list of supported IFBW values. |
|
ICapabilities14 |
Returns the number of internal DC receivers in the analyzer. |
|
ICapabilities14 |
Returns a list of names of the internal DC receivers. |
|
ICapabilities14 |
Returns the number of internal DC sources in the analyzer. |
|
ICapabilities14 |
Returns a list of names of the internal DC sources. |
|
ICapabilities13 |
Returns the number of internal source ports. |
|
ICapabilities13 |
Returns a list of internal source port names. |
|
ICapabilities |
Returns the number of VNA test ports. |
|
ICapabilities13 |
Returns a list of internal test port names. |
|
ICapabilities |
Returns the presence of Frequency Offset Option S93080A/B (True or False). |
|
ICapabilities |
Returns the presence of receiver step attenuators (True or False). |
|
ICapabilities |
Returns the presence of the reference switch (True or False). |
|
ICapabilities |
Returns the maximum frequency of the VNA. |
|
ICapabilities2 |
Returns the maximum possible number of Channels |
|
ICapabilities |
Returns the maximum possible number of data points. |
|
ICapabilities2 |
Returns the maximum possible number of traces per window |
|
ICapabilities2 |
Returns the maximum possible number of windows |
|
ICapabilities |
Returns the maximum amount of receiver attenuation. |
|
ICapabilities |
Returns the maximum amount of source ALC power. |
|
ICapabilities |
Returns the maximum amount of source attenuation. |
|
ICapabilities8 |
Returns a handle to the MeasurementClassProperties Object |
|
ICapabilities |
Returns the minimum frequency of the VNA. |
|
ICapabilities |
Returns the minimum possible number of data points. |
|
ICapabilities |
Returns the minimum amount of receiver attenuation. |
|
ICapabilities |
Returns the minimum amount of source ALC power. |
|
ICapabilities11 |
Returns the model number of the VNA. |
|
ICapabilities13 |
Returns the list of supported Noise Bandwidths values when using a noise receiver (option 029). |
|
ICapabilities15 |
Returns the PowerRange object. |
|
ICapabilities13 |
Returns the maximum specified frequency of the analyzer. Does not include any over-sweep. |
|
ICapabilities13 |
Returns the minimum specified frequency of the analyzer. Does not include any over-sweep. |
|
ICapabilities |
Returns the number of receivers in the VNA. |
|
ICapabilities |
Returns the step size of the attenuator. |
|
ICapabilities9 |
Returns the temperature on the receiver board. |
|
ICapabilities8 |
Returns a list of Res BW values that are supported by IM Spectrum. |
|
ICapabilities17 |
Returns the list of supported Resolution BW values for the SA channel. |
|
ICapabilities11 |
Returns the serial number of the VNA. |
|
ICapabilities |
Returns the number of sources. |
|
ICapabilities4 |
Returns the number of source ports. |
|
ICapabilities4 |
Returns the string names of source ports. |
|
ICapabilities5 |
Returns a value indicating the step size of the source attenuator. |
|
ICapabilities13 |
Returns the list of supported Noise Bandwidths values when using the NA receiver for noise measurements (option 028). |
|
ICapabilities13 |
Returns a list of test port names including external test set ports. |
I Interface |
Introduced with VNA Rev: |
ICapabilities |
3.5 |
ICapabilities2 |
5.23 |
ICapabilities3 |
6.0 |
ICapabilities4 |
7.20 |
ICapabilities5 |
8.04 |
ICapabilities6 |
9.10 |
ICapabilities7 |
9.33 |
ICapabilities8 |
9.40 |
ICapabilities9 |
9.50 |
ICapabilities10 |
10.0 |
ICapabilities11 |
10.0 |
ICapabilities12 |
10.40 |
ICapabilities13 |
10.40 |
ICapabilities14 |
10.45 |
ICapabilities15 |
12.70 |
ICapabilities16 |
12.80 |
ICapabilities17 |
13.25 |