From the BLU-ICE command prompt, the user may type the following to obtain a motor position:
log_note $table_vert
Within a script it is necessary to include the following statement at the top of each procedure for each motor of interest: variable motorName.
Example: Writing the current motor position to the log window
proc print_some_motor_positions {} {
variable table_vert
variable gonio_phi
log_note $table_vert
log_note $gonio_phi
}
Example Output: