CaptureWaveformImage Command

Captures an image of the current highlighted graph.

By default it will store the image to the clipboard. If /file is set, then it will output to the given filename.

Parameters

/file

Specifies the filename to output to.

/size

Sepcifies the size of the image to capture. Values are width and height.

/sleep

Optional argument for controlling the sleep time in milliseconds. A sleep time is required to ensure the graph has completed rendering before an image capture occurs. The internal system will use intervals of 50 milliseconds to measure the Sleep. If the value given is below 50, no sleep will occur. Default value is 1000.