Write-only
About Display Formatting

Autoscale Method


Description

Trace Object - Autoscales only the ONE trace on which Autoscale is being called.

NAWindow Object - Scales ALL of the traces to fit in the same window. This is equivalent to "Autoscale All" from the front panel.

Autoscale (both trace and window) behaves differently when scale coupling is enabled. How it behaves depends on the scale coupling method. Learn more.

 VB Syntax

object.Autoscale

Variable

(Type) - Description

object

Trace (object)
or

NAWindow
(object)

Return Type

Not Applicable

Default

Not Applicable

Examples

Trac.Autoscale 'Autoscales the trace
Win.Autoscale 'Autoscales all the traces in the window
-Write

C++ Syntax

HRESULT AutoScale()

Interface

INAWindow
ITrace