Contents Up Previous Next

SetUnitX

Purpose
Description
Example
Macro Synopsis
Modules
Related Functions


Purpose

Set x-axis unit (Macro only)

Description

"SetUnitX" is used to specify the unit of the x-axis from the macro language.

For interactively setting the x-axis unit use the menu option Change properties.


Example

Usually, this will be a time unit, e.g. "s" or "min" or "year". "ms", "us", "ns" for milliseconds, microseconds, and nanoseconds are supported as well.

Macro Synopsis

SetUnitX(x,unit);
signal x;
string unit;

Modules

Basic

Related Functions

SetScale, SetTitle, SetShift, SetUnitY, SetValue