IviSwtch Wait For Scan To Complete
IviSwtchScanner Capability Group [SCN]
This VI waits until the instrument stops scanning or the time you specified has elapsed. If the switch module is not currently scanning through the scan list, this VI returns the IVISWTCH_ERROR_NO_SCAN_IN_PROGRESS (0xBFFA2007) error. If the time you specified elapses before the instrument stops scanning, this VI returns an error.
instrument handle The instrument handle that you obtain from the IviSwtch Initialize or IviSwtch Initialize With Options VI. | |
maximum time (1000 ms) Specifies the maximum length of time for this VI to wait until the instrument stops scanning.
If the time you specify elapses before it stops scanning, this VI returns a timeout error. The units are milliseconds. Default value: 1000 ms. |
|
Note The Maximum Time parameter affects only this VI. It has no effect on other timeout parameters or properties. | |
error in (no error) The error in cluster can accept error information wired from VIs previously called. Use this information to decide if any functionality should be bypassed in the event of errors from other VIs.
The pop-up option Explain Error (or Explain Warning) gives more information about the error displayed. |
|
instrument handle out The instrument handle that you obtain from the IviSwtch Initialize or IviSwtch Initialize With Options VI. | |
error out The error out cluster passes error or warning information out of a VI to be used by other VIs.
The pop-up option Explain Error (or Explain Warning) gives more information about the error displayed. |