| Change the number of digits in the display | Set Digits to the total number of digits. |
| Specify the number of digits after the decimal point | Set Decimals to the number of digits you want
after the decimal point, and check the FixedDecimal check
box. |
| Pad the display with leading zeros | Check the LeadingZeros check box. |
| Display a plus or minus sign | Check the LeadingPlusMinus check box. |
| Change the appearance of all digits | Use the ItalicsOffset property to control the
slanting angle of digits. Use the Segment Width and Segment
Separation properties to control the width of the line segments
that compose each digit and the spacing between the line segments, respectively.
Use the two Spacing properties to control the padding
around each digit. |
| Avoid using nonnumeric characters such as a colon in the display, making
the block easier to use with Simulink® signals | First set DisplayMode to 0 - Numeric.
Then open the block's Block Parameters dialog box by double-clicking the block's
border, and set Input property to Value. |