Read-only |
About the ExtTestSetIO connector |
Description |
Returns a boolean that represents the state of SweepHoldoff line (pin2) of the External Test Set connector. |
VB Syntax |
value = ExtIO.SweepHoldOff |
Variable |
(Type) - Description |
value |
(boolean) - Variable to store the returned data |
ExtIO |
(object) - An External IO object |
Return Type |
Boolean False - indicates the line is being held at a TTL Low True - indicates the line is being held at a TTL High |
Default |
Not Applicable |
Examples |
value = ExtIO.SweepHoldOff |
C++ Syntax |
HRESULT get_SweepHoldOff( VARIANT_BOOL* bValue); |
Interface |
IHWExternaTestSetIO |