EasyManua.ls Logo

Keysight E4981A - Page 100

Keysight E4981A
389 pages
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Loading...
100 Keysight E4981A 120 Hz/1 kHz/1 MHz Capacitance Meter
Measurement Applications (Sample Programs)
Executing OPEN/SHORT/LOAD Correction
9-
' Short Correction Values
ErrorCheck viVPrintf(Agte4981a, ":CORR:DATA? STAN2" + vbLf, 0)
ErrorCheck viVScanf(Agte4981a, "%t", Result)
Res = Split(Result, ",")
Short1 = Val(Res(0))
Short2 = Val(Res(1))
Result = ""
' Load Correction Parameter
ErrorCheck viVPrintf(Agte4981a, ":CORR:CKIT:STAN3:FORMAT?" + vbLf, 0)
' Read Primary and Secondary Load Types CP and D
ErrorCheck viVScanf(Agte4981a, "%t", Result)
StdLoad = Mid(Result, 1, 3)
Result = ""
ErrorCheck viVPrintf(Agte4981a, ":CORR:DATA? STAN3" + vbLf, 0)
ErrorCheck viVScanf(Agte4981a, "%t", Result)
Res = Split(Result, ",")
Load1 = Val(Res(0))
Load2 = Val(Res(1))
Result = ""
Result = ""
' Cable Length
ErrorCheck viVPrintf(Agte4981a, "CAL:CABL?" + vbLf, 0)
ErrorCheck viVScanf(Agte4981a, "%t", Result)
Cab_Len = Val(Result)

Table of Contents

Other manuals for Keysight E4981A

Related product manuals