100
Chapter 9
Measurement Applications (Sample Programs)
Executing OPEN/SHORT/LOAD Correction
'===================================
' Open Instrument
'===================================
ErrorCheck viOpenDefaultRM(defrm)
Call SelectMode(defrm, Agte4981a)
ErrorCheck viSetAttribute(Agte4981a, VI_ATTR_TMO_VALUE,
TimeOutTime)
Err_Flag = False
Const Pi = 3.141592654
ErrorCheck viVPrintf(Agte4981a, "STAT:OPER:ENAB 16" + vbLf, 0)
ErrorCheck viVPrintf(Agte4981a, "*SRE 128" + vbLf, 0)
Select Case Standard
Case "OPEN"
Std = "STAN1"
Case "SHORT"
Std = "STAN2"
Case "LOAD"
Std = "STAN3"
Load1 = InputBox("Enter the load Cp Value for " & Freq)
Load2 = InputBox("Enter the load D Value for " & Freq)
ErrorCheck viVPrintf(Agte4981a, ":CORR:CKIT:STAN3:FORMAT CPD" +
vbLf, 0) ' Set Load Type CP and D
ErrorCheck viVPrintf(Agte4981a, ":SOUR:FREQ " & Freq + vbLf, 0)
ErrorCheck viVPrintf(Agte4981a, ":CORR:CKIT:STAN3 " &
CStr(Load1) & "," & CStr(Load2) + vbLf, 0) ' Set Primary/Secondary
parameter Load Coorection Values
Содержание 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 ...