The following table contains descriptions of all Tcl commands used to interact with scans.
Tcl Command | Description |
---|---|
create_hw_sio_scan | Creates a scan object. |
remove_hw_sio_scan | Deletes a scan object. |
run_hw_sio_scan | Runs a scan. |
stop_hw_sio_scan | Stops a scan. |
wait_on_hw_sio_scan | Blocks the Tcl console prompt until a given run_hw_sio_scan operation is complete. |
display_hw_sio_scan | Displays a partial or complete scan in the Scan Plot. |
write_hw_sio_scan | Writes the scan data to a file. |
read_hw_sio_scan | Reads scan data from a file into a scan object. |
get_hw_sio_scans | Get a list of hw_sio_scan objects. |