Write-only |
About Modifying Cal Kits |
Description |
Use this method when you have different port connectors. This is a convenient way to combine two kits that match the connectors on your DUT. |
VB Syntax |
app.BuildHybridKit port1Kit,p1sex,port2Kit,p2sex,adapter,user kit |
Variable |
(Type) - Description |
app |
An Application (object) |
port1Kit |
(enum NACalKit) - Specifies the two kits to be used to build the hybrid kit. Choose from: naCalKit_85032F_N50 |
p1sex |
(enum NAPortSex) - Specifies the sex of the connector at that port. Choose from: |
adapter |
(enum NAAdapter) -Choose from: |
userKit |
(enum NACalKit) - The Hybrid kit - Choose from the previous list of kits |
Return Type |
Not Applicable |
Default |
Not Applicable |
Examples |
app.BuildHybridKit naCalKit_85033E_3_5,naMale,naCalKit_85038A_7_16 |
C++ Syntax |
HRESULT BuildHybridKit/(tagNACalKit port1Kit, tagNAPortSex port1Sex, tagNACalKit port2Kit, tagNAPortSex port2Sex, tagNAAdapter adapter, tagNACalKit userKit) |
Interface |
IApplication |