FastScan and FlexTest Reference Manual, V8.6_4
A-22
SET TIME SCALE Timing Command Dictionary
SET TIME SCALE
Scope: Sets timing information
Usage
SET TIME SCALE number unit
Description
Sets the time scale and unit.
FastScan applies the timing scale and unit you specify in the timing file to the test
procedure file and timeplates. If you do not specify this command, the default
value for the timing scale is 1000ns.
Arguments
number
The factor multiplied by all time values to get the actual time values. The
number argument can be any real number, the default being 1000.
unit
The time scale unit, such as ns (the default), ps, ms, or us.
Examples
The following command specified in the timing file sets the time scale to 1
nanosecond.
SET TIME SCALE 1 ns;
Related Commands
SET PROCEDURE FILE