Displays AM alarm masks:
Syntax |
D AM [idx] [rip] [-M n] [-H | -D | -B] [-V] |
---|---|
idx |
Index of the first item to be displayed. (optional) |
rip |
Number of items to be displayed after the first one. (optional) |
-M[n] |
Displays the result in an array of n columns, with n between 1 and 16. (optional) |
-H |
Displays the result in hexadecimal. (optional) |
-D |
Displays the result in decimal. (optional) |
-B |
Displays the result in binary. (optional) |
-V |
Displays "AM[n]:" (optional) |
Notes |
If no parameter is specified all masks using the -M and -V parameters will be displayed |
Example
Explanation lines: 1,2,3,4,5) I display mask 1 in the various possible manners (D AM 1, D AM 1 -v, D AM 1 -v -h, ...) 6) I display 5 masks from 1 (D AM 1 5 -v) 7) I display the masks in an array of 5 columns (D AM 1 5 -m 5 -v) 8) Result of the given command without parameters (D AM) |