00001 package ;
00002
00003
00011
00012
00013 import config.*;
00014
00015
00031 public interface SCT_Chip extends config.DalObject {
00032
00038 void print(String dx);
00039
00045 void destroy(config.Configuration db);
00046
00051 short get_id();
00052
00057 void set_id(short value);
00062 short get_address();
00063
00068 void set_address(short value);
00074 boolean get_active();
00075
00081 void set_active(boolean value);
00086 short get_vthr();
00087
00092 void set_vthr(short value);
00097 short get_vcal();
00098
00103 void set_vcal(short value);
00108 short get_delay();
00109
00114 void set_delay(short value);
00119 short get_preamp();
00120
00125 void set_preamp(short value);
00130 short get_shaper();
00131
00136 void set_shaper(short value);
00141 String get_rc_function();
00142
00147 void set_rc_function(String value);
00152 short get_rc_function_type();
00153
00158 void set_rc_function_type(short value);
00164 short[] get_config();
00165
00171 void set_config(short[] value);
00176 float get_c_factor();
00177
00182 void set_c_factor(float value);
00187 float get_target();
00188
00193 void set_target(float value);
00198 int[] get_trims();
00199
00204 void set_trims(int[] value);
00209 int[] get_mask();
00210
00215 void set_mask(int[] value);
00216 }
00217