![Keysight Technologies E4981A Скачать руководство пользователя страница 154](http://html1.mh-extra.com/html/keysight-technologies/e4981a/e4981a_programming-manual_1961965154.webp)
152
Chapter 9
Measurement Applications (Sample Programs)
Capacitor Measurement Using Test Fixture
ErrorCheck viVPrintf(Agte4981a, ":CALC1:FORM CS" + vbLf, 0) ' Set
Primary parameter to Cs
ErrorCheck viVPrintf(Agte4981a, ":CALC2:FORM Q" + vbLf, 0) ' Set
Secondary parameter to Q
ErrorCheck viVPrintf(Agte4981a, ":SOUR:FREQ " & Freq + vbLf, 0) '
Set source frequency
ErrorCheck viVPrintf(Agte4981a, ":SOUR:VOLT 0.5" + vbLf, 0) ' Set
source voltage as 0.5V
ErrorCheck viVPrintf(Agte4981a, ":FORM ASC" + vbLf, 0) ' Set format
to Ascii
ErrorCheck viVPrintf(Agte4981a, ":INIT:CONT ON" + vbLf, 0)
ErrorCheck viVPrintf(Agte4981a, ":TRIG:SOUR BUS" + vbLf, 0) ' Set
Trigger source as GPIB
'===================================
' Measurement
'===================================
Corr_Result = FnComp("OPEN", 0.00002, Freq)
If Corr_Result <> 0 Then
MsgBox "OPEN compensation is not successful."
'End
End If
Corr_Result = FnComp("SHORT", 20, Freq)
If Corr_Result <> 0 Then
MsgBox "SHORT compensation is not successful."
'End
End If
Corr_Result = FnComp("LOAD", 0.2, Freq)
If Corr_Result <> 0 Then
Содержание 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 ...