amt sys printer
| Column Name | Data Type | Description |
| PRINTERID | int | A unique ID number for this printer. |
| PRINTERNAME | string | The name of the printer. |
| DESCRIPTION | string | A free to choose description of this printer. |
| PORT | string | The network name of the actual physical printer. |
| INHERITMACROS | boolean | If True, the printer macros of this printer will be inherited from the printers specified in the field MACROSAMEAS. |
| MACROSAMEAS | int | ID number of the printer to inherit macros from if the field INHERITMACROS has been set to True. |
| INIT | string | The initialization string in hexadecimal format to use for this printer when the printer is a line printer. |
| PRINTTOFILE | boolean | If True, the print output will be store in the file named in the field PRINTFILE. |
| PRINTDESTINATION | int | The print destination type for this printer. Uses the PrintDestination enum. INVALID = 0 LINE_PRINT = 1 FILE_PRINT = 2 LPR_PRINT = 3 TCP_PRINT = 4 |
| PRINTFILE | string | The name of the file to print to. |
| PRINTFILEOVERRIDE | boolean | If True, overwrites existing print files instead of appending to it. |
| WRITEFORMFEEDATENDOFDOCUMENT | boolean | If True, a form feed is added at the end of the document. |
| MAXLINES | int | The maximum number of lines to print on a page of a line printer. |
| WRITEMACROS | boolean | If True, the defined printer macros will be written to the printer. |
| WRITEFORMFEED | boolean | If True, write a FormFeed command to the printer for a new page. |
| TRIMTRAILINGSPACES | boolean | If True, the trailing spaces in a print file will be trimmed. |
| GRAPHPRINTERNAME | string | The windows name of the printer if it is a graphical printer. |
| FORMFEED | string | The FormFeed command for the printer (0C for an ASCII line printer). |
| WAITTIMEOUT | int | If not zero, the number of seconds to wait on failure before an error is raised. |
| UNICODE | boolean | Set to True if this printer accepts unicode characters. |
| QUEUEID | int | The ID of the print queue to place the print requests for this printer in. |
| IMPERSONATION | boolean | Whether or not to use impersonation. |
| DOMAIN | string | Domain used for impersonation to facilitate a pull printing system. |
| ASACONTROLS | boolean | If true, writes ASA carriage control characters to the print file instead of FormFeeds and empty lines. See https://en.wikipedia.org/wiki/ASA_carriage_control_characters for more information |
