# Press
| keyword | description | 
|---|---|
| <press.cost> | The cost to run the press used in the current layout | 
| <press.external-id> | External ID of current press | 
| <press.feed-type> | The feed type for the press used. One of Sheet or Roll | 
| <press.gripper>† | Gripper offset of current press in project units | 
| <press.manufacturer> | Manufacturer property of the current press | 
| <press.name> | Name of the current press | 
| <press.process-type> | The type of the current press  Example: Digital Printing  | 
| <press.processes> | The process(es) used by the current press  Example: Printing  | 
| <press.speed> | The speed units defined for the current press, to be used in conjunction with <press.speed>.  Example: Sheets/Hours  | 
| <press.speed-units> | The speed units defined for the current press, to be used in conjunction with <press.speed>.  Example: Sheets/Hours  | 
†Custom Units
These keywords are available with custom modifiers to return a specific unit of measurement! Simply add one of the following modifiers:
| modifier | description | 
|---|---|
| .cm> | Measurement in centimeters | 
| .ft> | Measurement in feet | 
| .in> | Measurement in inches | 
| .m> | Measurement in meters | 
| .mil> | Measurement in mils, also known as “thousandths" or "thou" | 
| .mm> | Measurement in millimeters | 
| .pt> | Measurement in points | 
| .um> | Measurement in meters | 
# All keywords involving press:
- <press.cost>
 - <press.external-id>
 - <press.feed-type>
 - <press.gripper>
 - <press.gripper.cm>
 - <press.gripper.ft>
 - <press.gripper.in>
 - <press.gripper.m>
 - <press.gripper.mil>
 - <press.gripper.mm>
 - <press.gripper.pt>
 - <press.gripper.um>
 - <press.manufacturer>
 - <press.name>
 - <press.process-type>
 - <press.processes>
 - <press.speed>
 - <press.speed-units>