Pour créer n'importe quel objet graphique, la commande Tcl est du type
To create any graphical object, the tcl command looks like
Cette commande tcl a été exécutée quand nous avons entré la commande « vivado » dans l'invite de commande.
This tcl command has been executed when we have enter the command "vivado" in the command prompt.
Voyons un autre exemple de commande Tcl avec deux arguments.
Let's see another example of Tcl command with two arguments
(Dans le synopsis d'une commande Tcl, des points d'interrogation (?)
(In the synopsis of a Tcl command, question marks (?)
Puis connecter Audela au téléescope et envoyer l'ordre Park avec la commande TCL
Then connect Audela to the telescope and send order with park TCL command
De tels erreurs sont récupérables dans Tcl en utilisant la commande Tcl catch.
Such errors can be caught within Tcl using the Tcl catch command.
Le code Tcl contenu ou appelé à partir d'une fonction PL/Tcl peut lever une erreur, soit en exécutant des opérations invalides ou en générant une erreur en utilisant la commande Tcl error ou la commande PL/Tcl elog.
Tcl code within or called from a PL/Tcl function can raise an error, either by executing some invalid operation or by generating an error using the Tcl error command or PL/Tcl's elog command.