User`s guide
Agilent EasyEXPERT User’s Guide Vol. 1, Edition 1 5- 19
Built-in Programming Tool
Read-out Functions
y
m
: Y intercept value of Line m (m: 1 or 2). If the Y axis is log scale, y
m
is
the log value of the Y intercept of Line m.
m
: Slope of Line m
If Line 1 is parallel to Line 2, this function returns invalid data with the status
“Arithmetic error”.
@IY Returns the value of the Y coordinate at the intersection of Line 1 and Line 2.
If there are two Y axes, this function returns the value for the selected axis.
This function calculates the intersection by using the following formula:
Y = y
1
+
1
(y
2
-y
1
)/(
1
-
2
)
where,
Y : Value of the Y coordinate at the intersection. If the Y axis is log scale,
this function returns 10
Y
.
y
m
: Y intercept value of Line m (m: 1 or 2). If the Y axis is log scale, y
m
is
the log value of the Y intercept of Line m.
m
: Slope of Line m
If Line 1 is parallel to Line 2, this function returns invalid data with the status
“Arithmetic error”.
@IYn Returns the value of the Yn (n: 1 to 8, integer) coordinate at the intersection of Line
1 and Line 2.
This function calculates the intersection by using the following formula:
Yn = y
1
+
1
(y
2
-y
1
)/(
1
-
2
)
where,
Yn : Value of the Yn coordinate at the intersection. If the Yn axis is log
scale, this function returns 10
Yn
.
y
m
: Yn intercept of Line m (m: 1 or 2). If the Yn axis is log scale, y
m
is the
log value of the Yn intercept of Line m.
m
: Slope of Line m
If Line 1 is parallel to Line 2, this function returns invalid data with the status
“Arithmetic error”.