- An object is an instance of a class
- Every object has its own copy of the attributes defined in the class an can perform the behaviurs defined in the class
- For example if a television class has defined then an object of that class might have values for its attributes as follows:
- size = 34
- serial number = 123459876
- production date = 10/06/01
- An object is represented in the UML in the following fashion
- A rectangle is used with an underlined name
- The name of the object is on the left of a colon
- The name of the class from which the object is produced is specified on the right fo the colon
Power Amplifier with voltage regulator 4 × 50 Watt TDA8588 The TDA8588 is a multiple voltage regulator combined with four independent audio power amplifiers configured in bridge tied load with diagnostic capability. The output voltages of all regulators except regulators 2 and 3 can be controlled via the I2C-bus. However, regulator 3 can be set to 0 V via the I2C-bus. The output voltage of regulator 2 (microcontroller supply) and the maximum output voltage of regulator 3 (mechanical digital and microcontroller supplies) can both be either 5 V or 3.3 V depending on the type number. The maximum output voltages of both regulators are fixed to avoid any risk of damaging the microcontroller that may occur during a disturbance of the I 2C-bus. The amplifier diagnostic functions give information about output offset, load, or short-circuit. Diagnostic functions are controlled via the I2C-bus. The TDA8588 is protected against short-circuit, over-temperature, open ground and open VP connectio
Comments
Post a Comment