qed::wait_for_ready (::quartus::qed)
The following table displays information for the qed::wait_for_ready Tcl command:
| Tcl Package and Version |
Belongs to ::quartus::qed 1.0 |
|||
| Syntax | qed::wait_for_ready [-h | -help] [-long_help] [-timeout <timeout> ] <object> | |||
| Arguments | -h | -help | Short help | ||
| -long_help | Long help with examples and possible return values | |||
| -timeout <timeout> | Optional timeout for waiting for a return value in ms (default = 0 = no timeout) | |||
| <object> | Identifier associated with the object, must be unique | |||
| Description |
Blocks further script execution until all commands associated with the given object have completed or timed out. |
|||
| Example Usage |
qed::create_object -type project project_A -qpf_path /file/path/to/project.qpf
qed::launch_connection project_A
qed::run_command project_A -cmd "after 1000; expr {100 * 100}"
# Waits for ~1 second
qed::wait_for_ready project_A
|
|||
| Return Value | Code Name | Code | String Return | |
| TCL_OK | 0 | INFO: Operation successful | ||