Inheritance diagram for SCT_Chip:
Public Member Functions | |
void | print (String dx) |
Method to print out values of attributes and relationships. | |
void | destroy (config.Configuration db) |
Method to destroy object. | |
short | get_id () |
Get "id" attribute value. | |
void | set_id (short value) |
Set "id" attribute value. | |
short | get_address () |
Get "address" attribute value. | |
void | set_address (short value) |
Set "address" attribute value. | |
boolean | get_active () |
Get "active" attribute value. | |
void | set_active (boolean value) |
Set "active" attribute value. | |
short | get_vthr () |
Get "vthr" attribute value. | |
void | set_vthr (short value) |
Set "vthr" attribute value. | |
short | get_vcal () |
Get "vcal" attribute value. | |
void | set_vcal (short value) |
Set "vcal" attribute value. | |
short | get_delay () |
Get "delay" attribute value. | |
void | set_delay (short value) |
Set "delay" attribute value. | |
short | get_preamp () |
Get "preamp" attribute value. | |
void | set_preamp (short value) |
Set "preamp" attribute value. | |
short | get_shaper () |
Get "shaper" attribute value. | |
void | set_shaper (short value) |
Set "shaper" attribute value. | |
String | get_rc_function () |
Get "rc_function" attribute value. | |
void | set_rc_function (String value) |
Set "rc_function" attribute value. | |
short | get_rc_function_type () |
Get "rc_function_type" attribute value. | |
void | set_rc_function_type (short value) |
Set "rc_function_type" attribute value. | |
short[] | get_config () |
Get "config" attribute value. | |
void | set_config (short[] value) |
Set "config" attribute value. | |
float | get_c_factor () |
Get "c_factor" attribute value. | |
void | set_c_factor (float value) |
Set "c_factor" attribute value. | |
float | get_target () |
Get "target" attribute value. | |
void | set_target (float value) |
Set "target" attribute value. | |
int[] | get_trims () |
Get "trims" attribute value. | |
void | set_trims (int[] value) |
Set "trims" attribute value. | |
int[] | get_mask () |
Get "mask" attribute value. | |
void | set_mask (int[] value) |
Set "mask" attribute value. |
The methods can throw several exceptions:
config.NotFoundException
- in case of wrong attribute or relationship name (e.g. in case of database schema modification) config.SystemException
- in case of system problems (communication or implementation database failure, schema modification, object destruction, etc.)
In addition the methods modifying database (set value, destroy object) can throw config.NotAllowedException
exception in case, if there are no write access rights or database is already locked by other process.
Chip settings, as in the production DB
Definition at line 31 of file SCT_Chip.java.
|
Method to destroy object.
Implemented in SCT_Chip_Impl. |
|
Get "active" attribute value. Set to true for active, and false for inactive. Implemented in SCT_Chip_Impl. |
|
Get "config" attribute value. A list of 11 numbers. Usually looks something like "1 3 1 0 0 0 0 0 1 0 1" but the penultimate digit is sometimes a 1, and the third digit is sometimes a 1 or a 2. Implemented in SCT_Chip_Impl. |
|
Method to print out values of attributes and relationships.
Implemented in SCT_Chip_Impl. Referenced by SCT_Module_Impl.print(). |
|
Set "active" attribute value. Set to true for active, and false for inactive. Implemented in SCT_Chip_Impl. |
|
Set "config" attribute value. A list of 11 numbers. Usually looks something like "1 3 1 0 0 0 0 0 1 0 1" but the penultimate digit is sometimes a 1, and the third digit is sometimes a 1 or a 2. Implemented in SCT_Chip_Impl. |