Keithley 4200-SCS Reference Manual page 325

Semiconductor characterization system
Hide thumbs Also See for 4200-SCS:
Table of Contents

Advertisement

Model 4200-SCS Reference Manual
ROUND: Calc worksheet function
Purpose
Format
Example
SECOND: Calc worksheet function
Purpose
Format
Example
Remarks
See also
SIGN: Calc worksheet function
Purpose
Format
Example
Remarks
See also
4200-901-01 Rev. S / May 2017
Rounds the given number to the supplied number of decimal places.
ROUND(Value, Precision)
Where: Value = Any number.
Precision = The number of decimal places to which Value is rounded.
When a negative precision is used, the digits to the right of the decimal point
are dropped and the absolute number of significant digits specified by
Precision are replaced with zeros.
If Precision is 0, Value is rounded to the nearest integer.
ROUND(879.278, 2) returns 879.28.
ROUND(9899.435, -2) returns 9900.
Returns the seconds component of the supplied date/time serial number.
SECOND(Serial_number)
Where: Serial_number = The time as a serial number (the decimal portion of the
number represents time as a fraction of the day).
SECOND(0.259) returns 58.
SECOND(34657.904) returns 46.
SECOND(NOW()) returns the present second of the present minute.
Needed to extract seconds from the serial number created by the NOW function.
DAY, HOUR, MINUTE, MONTH, NOW, and YEAR Calc worksheet functions.
Determines the sign of a specified number.
SIGN(Value)
Where: Value = Any number.
SIGN(-456) returns -1.
SIGN(456) returns 1.
SIGN returns 1 if the specified number is positive, a -1 if the specified number is
negative.
ABS Calc worksheet functions.
Return to
Section Topics
Section 6: Keithley Interactive Test Environment (KITE)
6-199

Advertisement

Table of Contents
loading

Table of Contents