See ICalData Interface for putting and getting typed Cal Set data.
Use this interface to query and or change the contents of a Cal Set.
Get a handle to a CalSet object by using the CalSets collection. This is done through the CalManager object with the app.GetCalManager Method.
Dim app As AgilentPNA835x.Application
Set app = CreateObject("AgilentPNA835x.Application", <analyzerName>)
Dim calst As ICalSet
Set calst = app.GetCalManager.CalSets.Item(1)
'OR Get a handle by CalSet Name
Set calst = app.GetCalManager.CalSets.Item("MyCalSet")
Methods |
Interface |
Description |
---|---|---|
ICalSet |
Obsolete - No longer necessary. |
|
ICalSet |
Computes error terms for the CalType specified by a preceding OpenCal Set call. |
|
ICalSet |
Creates a new Cal Set and copies the current Cal Set data into it. |
|
ICalSet6 |
Returns a list of all name-value pairs (items) in the Cal Set. |
|
ICalSet |
Superseded with getErrorTermByString |
|
ICalSet2 |
Returns variant error term data by specifying the string name of the error term. |
|
ICalSet |
Superseded with getErrorTermList2 |
|
ICalSet2 |
Returns a list of error term names found in a calset. |
|
ICalSet7 |
Returns the stimulus values over which the specific error term was acquired. |
|
ICalSet |
Returns the GUID identifying a Cal Set |
|
ICalSet |
Superseded with getStandardByString |
|
ICalSet2 |
Returns variant standard acquisition data by specifying the string name of the standard. |
|
ICalSet |
Superseded with getStandardList2 |
|
ICalSet2 |
Returns a list of standard names found in a Cal Set. |
|
ICalSet |
Verifies that the Cal Set object contains the error terms required to apply the specified CalType to an appropriate measurement. |
|
ICalSet |
Obsolete - No longer necessary. |
|
ICalSet |
Superseded with putErrorTermByString |
|
ICalSet2 |
Writes variant error term data by specifying the string name of the error term. |
|
ICalSet7 |
Adds stimulus data to the specified buffer. |
|
ICalSet |
Superseded with putStandardByString |
|
ICalSet2 |
Writes variant standard acquisition data by specifying the string name of the standard. |
|
ICalSet6 |
Removes a name-value pair from the Cal Set. |
|
ICalSet |
Saves the current Cal Set to disk. |
|
ICalSet |
Converts string values from GetStandardsList into enumeration data |
|
ICalSet |
Converts string values from GetErrorTermList into enumeration data |
|
Properties |
|
Description |
ICalSet3 |
Reads sweep either alternate or chopped. |
|
ICalSet3 |
Returns the value of the attenuator control for the specified port number. |
|
ICalSet3 |
Returns the mode of operation (auto or manual) of the attenuator control for the specified port number. |
|
ICalSet8 |
Returns the numbers of the channels using the calset. |
|
ICalSet8 |
Returns the Cal Types from the calset. |
|
ICalSet3 |
Returns state of couple ports (ON or OFF) |
|
ICalSet3 |
Returns CW Frequency |
|
ICalSet |
Set or return the descriptive string assigned to the Cal Set |
|
ICalSet3 |
Returns the dwell time for the channel. |
|
ICalSet3 |
Reads state of CW Override (ON or OFF) |
|
ICalSet3 |
Reads Frequency Offset Divisor value |
|
ICalSet3 |
Reads Offset Frequency |
|
ICalSet3 |
Reads Frequency Offset Multiplier value |
|
ICalSet3 |
Reads Frequency Offset state (ON or OFF) |
|
ICalSet3 |
Reads IF Bandwidth of the channel |
|
ICalSet6 |
Add or change a name-value pair in the Cal Set, or read the value associated with a name. |
|
ICalSet3 |
Reads the time stamp of when the file was last modified |
|
ICalSet4 |
Sets and returns the Cal Set name. |
|
ICalSet3 |
Returns the Number of Points of the channel. |
|
ICalSet5 |
Returns the port mapping used for the Cal Set. |
|
ICalSet3 |
Returns the Power Slope value. |
|
ICalSet8 |
Returns the properties of the calset. |
|
ICalSet3 |
Returns the value of the specified receiver attenuator control. |
|
ICalSet3 |
Returns the start frequency of the channel. |
|
ICalSet3 |
Returns the start power of the VNA when sweep type is set to Power Sweep. |
|
ICalSet3 |
Returns x-axis values for stimulus or response frequencies |
|
ICalSet3 |
Returns the stop frequency of the channel. |
|
ICalSet3 |
Returns the stop power of the VNA when sweep type is set to Power Sweep. |
|
ICalSet3 |
Returns the method being used to generate a sweep: analog or stepped. |
|
ICalSet3 |
Returns the sweep time of the analyzer. |
|
ICalSet3 |
Returns the type of X-axis sweep that is performed on a channel. |
|
ICalSet3 |
Returns the RF power level for the channel. |
|
ICalSet5 |
Returns the Test Set type used for the Cal Set. |
Interface |
Introduced with VNA Rev: |
ICalSet |
2.0 |
ICalSet2 |
3.0 |
ICalSet3 |
3.2 |
ICalSet4 |
6.0 |
ICalSet5 |
6.2 |
ICalSet6 |
9.30 |
ICalSet7 |
9.40 |
ICalSet8 |
10.15 |
Description
Use this interface as an alternative to the ICalSet Interface to avoid using variants when transmitting data to and from the Cal Set
Learn about reading and writing Calibration data.
Methods |
Interface |
Description |
---|---|---|
ICalData2 |
Superseded with getErrorTermComplexByString |
|
ICalData3 |
Returns typed error term data by specifying the string name of the error term. |
|
ICalData2 |
Superseded with getStandardComplexByString |
|
ICalData3 |
Returns typed standard acquisition data by specifying the string name of the standard. |
|
ICalData2 |
Superseded with putErrorTermComplexByString |
|
ICalData3 |
Writes typed error term data by specifying the string name of the error term. |
|
ICalData2 |
Superseded with putStandardComplexByString |
|
putStandardComplexByString |
ICalData3 |
Writes typed standard acquisition data by specifying the string name of the standard. |
Properties |
|
Description |
None |
|
|
Interface |
Introduced with VNA Rev: |
The original ICalData Interface was introduced with VNA 1.0 on the Calibrator Object. |
|
ICalData2 |
2.0 |
ICalData3 |
3.1 |
|