ScrExportZ0ScanReportScaling

Used before ScrExportZ0ScanReport to set scaling options for impedance report generation.

UI Command:   None.
Syntax:   obj.ScrExportZ0ScanReportScaling(<minVal>, <maxVal>, <bLogScale>)
Parameters:  

DOUBLE minVal

DOUBLE maxVal

BOOL bLogScale (True = Log; False = Linear)

**Use -1 for both minVal & maxVal to set the plot range back to original and also to set bLogScale independently without affecting the range.

Return Value:  

INT:

  • 0 – Success
  • Else – Failure
VB Example:  

obj.ScrExportZ0ScanReportScaling(0.00,50.0,TRUE)

IPY Example:  

oDoc.ScrExportZ0ScanReportScaling(0.00,50.0,True)