Description
Contains the methods and properties that control the rear panel Material Handler Input / Output connector.
Dim app As AgilentPNA835x.Application
Set app = CreateObject("AgilentPNA835x.Application", <analyzerName>)
Dim MatHdlr As HWMaterialHandlerIO
Set MatHdlr = app.GetMaterialHandlerIO
Pinout for the Material HandlerIO Connector
Methods |
Interface |
Description |
---|---|---|
HWMaterialHandlerIO |
Reads a hardware latch that captures low to high transition on Input1 |
|
HWMaterialHandlerIO |
Returns the last value written to the selected output pin. |
|
HWMaterialHandlerIO |
Returns the value from the specified "readable" port. |
|
HWMaterialHandlerIO |
Writes a TTL HI or TTL Low to output pins 3 or 4. |
|
HWMaterialHandlerIO |
Writes a value to the specified port. |
|
Properties |
|
Description |
HWMaterialHandlerIO2 |
Determines the control of Material Handler connector Pin 20 |
|
HWMaterialHandlerIO2 |
Determines the control of Material Handler connector Pin 21 |
|
HWMaterialHandlerIO |
Sets and reads the logic of the PassFail line Shared with the HWAuxIO Object |
|
HWMaterialHandlerIO |
Sets and reads the mode for the PassFail line Shared with the HWAuxIO Object |
|
HWMaterialHandlerIO2 |
Sets the policy used to determine how global pass/fail is computed. Shared with the HWAuxIO Object |
|
HWMaterialHandlerIO |
Sets and reads the scope for the PassFail line Shared with the HWAuxIO Object |
|
HWMaterialHandlerIO2 |
Returns the most recent pass/fail status value. Shared with the HWAuxIO Object |
|
HWMaterialHandlerIO |
Sets and returns the logic mode of data ports A-H |
|
HWMaterialHandlerIO |
Sets and returns whether Port C or Port D is used for writing or reading data |
|
HWMaterialHandlerIO |
Sets and reads the event that cause the Sweep End line to go to a low state. Shared with the HWAuxIO Object |
Interface |
Introduced with VNA Rev: |
HWMaterialHandlerIO |
2.0 |
HWMaterialHandlerIO2 |
5.0 |