Read-only |
|
Description |
Returns a comma-separated list of valid kits that use the specified connector type. This includes mechanical cal kits, applicable characterizations found within ECal modules currently connected to the PNA, and all user characterizations stored in PNA disk memory. Note: Beginning with PNA Rev 9.1, the serial number is returned for ALL ECal modules that are connected with the connector type of the specified port. Previously, the returned list would include the serial numbers to distinguish the ECal modules only when two or more identical ECal models were connected to the PNA. |
VB Syntax |
value = obj.CompatibleCalKits (port) |
Variable |
(Type) - Description |
value |
(Variant) Variable to store the returned list of Cal Kits. |
obj |
Any of the following: GuidedCalibration (object) Superseded Replaced with GetCompatibleCalKits Method SMCType (object) VMCType (object) |
port |
(Long) Port number for which you want compatible kits. First set the ConnectorType for the port. |
Return Type |
Variant |
Default |
Not Applicable |
Examples |
Dim kits As Variant |
C++ Syntax |
HRESULT get_CompatibleCalKits(long port, VARIANT* Kits); |
Interface |
IGuidedCalibration SMCType VMCType |
Last Modified:
16-Nov-2009 |
Added Note (9.1) |
16-Nov-2009 |
Superseded |