Scilab Function
Last update : 21/8/2006

set_ttm_commands_vector - set the command vector of a tip tilt mirror.

Calling Sequence

[ttm_out]=set_ttm_commands_vector(ttm_in,tv)

Parameters

Description

set the command vector of a tip tilt mirror.

Examples

	asec2rad=3.1416/180.0/3600.0;
	ap=annul_ap(200,80);
	angular_velocity=100;
	ttm=ideal_ttm(ap,angular_velocity);
	commands_vector=three_vector(asec2rad,0,1);
	ttm=set_ttm_commands_vector(ttm,commands_vector);
 

Author

Chen jingyuan, Gan guangyong (IAPCM, Beijing,China.)

See Also

ideal_ttm ,   set_ttm_timestamp ,   ttm_update ,   ideal_ttm_transform ,   tt_mirror ,