摘要: The wait_for_devices command allows the script writer to halt the script at the appropriate time and wait for a hardware component to complete its current task.This command does not freeze the BLU-ICE GUI or the scripting engine while the script is waiting for the event that will trigger the wait_fo 阅读全文
posted @ 2011-12-21 22:51 greencolor 阅读(176) 评论(0) 推荐(0) 编辑
摘要: The DCS command for removing a filter is:open_shutter shutterNameThe DCS command for inserting a filter is:close_shutter shutterNameExamples: •open_shutter shutter •close_shutter Al_8 •open_shutter Se 阅读全文
posted @ 2011-12-21 22:49 greencolor 阅读(140) 评论(0) 推荐(0) 编辑
摘要: move motorName by|to value unitsThe units parameter can be• scaled for movement using the scale factor for the motor.• unscaled for movement using motor steps• mm,um,A,eV,V,deg if the command is being issued from BLU-ICE. Examples: Issuing move commands from BLU-ICE:• move gonio_phi to 30 deg Moves 阅读全文
posted @ 2011-12-21 22:48 greencolor 阅读(179) 评论(0) 推荐(0) 编辑
摘要: log_note $table_vertWithin 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 windowproc print_some_motor_positions {} { variable table_vert variable gonio_phi 阅读全文
posted @ 2011-12-21 22:39 greencolor 阅读(121) 评论(0) 推荐(0) 编辑
摘要: log_notecomments Outputs a green comment to the log window. •log_warningwarning Outputs a brown warning to the log window. •log_errorerror Outputs a red error message to the log window 阅读全文
posted @ 2011-12-21 22:33 greencolor 阅读(141) 评论(0) 推荐(0) 编辑