ScrSetZ0ScanReportImageHeight

When generating Impedance Scan reports, specifies the resolution (in pixels) of the smaller dimension of the images. For designs where the board is wider than it is tall, this corresponds to the y-resolution of the image.

UI Command:   None.
Syntax:   obj.ScrSetZ0ScanReportImageHeight(<imgHeight>)
Parameters:  

LONG imgHeight

Return Value:  

BOOL

  • 0 – Failure (invalid height)
  • 1 – Success
VB Example:  

obj.ScrSetZ0ScanReportImageHeight(3000)

IPY Example:  

oDoc.ScrSetZ0ScanReportImageHeight(3000)