Chapter 9
103
Measurement Applications (Sample Programs)
Executing OPEN/SHORT/LOAD Correction
9.
M
easu
rem
ent
Applica
tio
ns
(S
amp
le
Prog
ra
ms)
MsgBox "Cpref= " & Cpref & vbNewLine & "Dref= " & Dref & vbNewLine &
"|Zref| = " & Zref
MsgBox "Cp= " & Param1 & vbNewLine & "D= " & Param2 & vbNewLine &
"|Z| = " & Zm
If Abs((Zm - Zref) / Zref) >= Limit Then Err_Flag = 1
End Select
If Err_Flag = False Then
MsgBox (Standard & " Data measurement completed.")
Else
MsgBox (Standard & " Data measurement not completed."),
vbExclamation
End If
End If
'===================================
' Setup End
'===================================
Call viClose(defrm)
FnComp = Err_Flag
End Function
Содержание E4981A
Страница 2: ......
Страница 20: ...18 Chapter1 Making Effective Use of This Manual How To Use This Manual ...
Страница 60: ...58 Chapter4 Preparation for Accurate Measurement Executing Correction Using the Cable Correction Function ...
Страница 88: ...86 Chapter7 Sorting Based on Measured Result Comparator Function Sample Program ...
Страница 162: ...160 Chapter9 Measurement Applications Sample Programs Detecting Error Occurrence using SRQ HT Basic ...
Страница 376: ...374 AppendixE Error Messages Warning Messages WARNING ...
Страница 382: ......
Страница 383: ...This information is subject to change without notice Keysight Technologies 2008 2014 Edition 2 August 2014 E4981 90001 ...