Default Settings

Recorded HWC Console commands log only what differs from the default settings. Use the config command to change the defaults for some commands and avoid changing these settings for each command separately.

The examples below demonstrates how this can be used for image export.

To export an image file in the current screen size, use the save image command:

save image window C:\tmp\test.png
To export in a defined pixel size, use name/value pairs in the save image command:
save image window C:\tmp\test.png dimension=pixels height=1000 width=1500


Figure 1. Export Images Using Name/Value Pairs
Use the config command to define the pixel size for all images exported later in a session or script:
config image dimension=pixels height=1000 width=1500
save image window C:\tmp\test1.png
save image window C:\tmp\test2.png
save image window C:\tmp\test2.png