How to detect ATS-2 hardware options using AP Basic

Created on 2009-02-12 15:28:00

Question:

I need to be able to use AP Basic to detect the presence of a 150 ohm output impedance option in an ATS-2. Is this possible?

Answer:

Yes it is. You can use the function "ATS2.Hardware.OptionInstalled(apbOutputZ150)".A return of True indicates that it is present, and False indicates that it is not.

The following undocumented arguments can also be used with the function above in place of "apbOutputZ150" to detect additional installed options:

apbDCX127

apbGPIB

apbHighBandwidth

apbHwSwitcher

apbInputZ600

apbIntervu

apbOutputZ200

apbOutputZ600