Description
Contains the methods and properties that control the rear panel Material Handler I/O and Power I/O connector.
Note: The Aux I/O connector is mentioned in these topics, but NO VNA models supported by this VNA firmware have that connector.
Dim app As AgilentPNA835x.Application
Set app = CreateObject("AgilentPNA835x.Application", <analyzerName>)
Dim AuxIO As HWAuxIO
Set AuxIO = app.GetAuxIO
Methods |
Interface |
Description |
---|---|---|
IHWAuxIO |
Superseded by get InputVoltageEX |
|
IHWAuxIO |
Reads ADC output voltages. |
|
IHWAuxIO2 |
Reads mode setting for either DAC output. |
|
IHWAuxIO |
Reads a 4-bit value from Port C |
|
IHWAuxIO |
Writes voltages to the DAC/Analog Output 1 and Output 2 |
|
IHWAuxIO2 |
Writes the mode setting for either DAC output. |
|
IHWAuxIO |
Writes a 4-bit value to Port C |
|
Properties |
|
Description |
FootSwitch |
IHWAuxIO |
Obsolete - Reads the Footswitch Input |
FootswitchMode |
IHWAuxIO3 |
Obsolete -Determines the action that occurs when the footswitch is pressed. |
IHWAuxIO5 |
Reads the ADC input voltage |
|
IHWAuxIO |
Sets and reads the logic of the PassFail line Shared with the HWMaterialHandler Object |
|
IHWAuxIO |
Sets and reads the mode of the PassFail line Shared with the HWMaterialHandler Object |
|
IHWAuxIO4 |
Sets the policy used to determine how global pass/fail is computed. Shared with the HWMaterialHandler Object |
|
IHWAuxIO |
Sets and reads the scope of the PassFail line Shared with the HWMaterialHandler Object |
|
IHWAuxIO4 |
Returns the most recent pass/fail status value. Shared with the HWMaterialHandler Object |
|
HWAuxIO |
Sets and reads the logic mode of Port C |
|
HWAuxIO |
Sets and reads the mode of Port C |
|
HWAuxIO |
Sets and reads the event that causes the Sweep End line to go to a false state. Shared with the HWMaterialHandler Object |
Interface |
Introduced with VNA Rev: |
IHWAuxIO |
2.0 |
IHWAuxIO2 |
3.0 |
IHWAuxIO3 |
3.0 |
IHWAuxIO4 |
5.0 |
IHWAuxIO5 |
7.5 |