Agilent 4155B/4156B User’s Guide Vol.2, Edition 5 7-23
Data Variable and Analysis Function
Read Out Function
@IY1
Returns the value of Y1 coordinate at the cross point of LINE1 and LINE2.
Syntax: @IY1
This function calculates the cross point by using the following formula:
Where,
y1 : Value of Y1 coordinate at the cross point. If the Y1 axis is logarithmic scale,
this function returns 10
y1
.
y
n
: Y1-intercept of LINEn. If the Y1 axis is logarithmic scale, y
n
is the log
value of the Y1 intercept of LINEn.
a
n
: Slope of LINEn.
If LINE1 is parallel to LINE2, this function returns invalid data with the status
"Arithmetic error".
@IY2
Returns the value of Y2 coordinate at the cross point of LINE1 and LINE2.
Syntax: @IY2
This function calculates the cross point by using the following formula:
Where,
y2 : Value of Y2 coordinate at the cross point. If the Y2 axis is logarithmic scale,
this function returns 10
y2
.
y
n
: Y2-intercept of LINEn. If the Y2 axis is logarithmic scale, y
n
is the log
value of the Y2 intercept of LINEn.
a
n
: Slope of LINEn.
If LINE1 is parallel to LINE2, this function returns invalid data with the status
"Arithmetic error".
y1
a
1
a
1
a
2
–
------------------
y
2
y
1
–()y
1
+=
y2
a
1
a
1
a
2
–
------------------
y
2
y
1
–()y
1
+=