Permalink
Cannot retrieve contributors at this time
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
libsmu/contrib/calib.txt
Go to fileThis commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
56 lines (48 sloc)
801 Bytes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Example M1K calibration file assuming perfect operation (no offset or gain errors). | |
# | |
# See https://wiki.analog.com/university/tools/m1k-calibration to create a | |
# calibration file for a real device. | |
# Channel A, measure V | |
</> | |
<0.0000, 0.0000> | |
<2.5000, 2.5000> | |
<\> | |
# Channel A, measure I | |
</> | |
<0.0000, 0.0000> | |
<0.1000, 0.1000> | |
<-0.1000, -0.1000> | |
<\> | |
# Channel A, source V | |
</> | |
<0.0000, 0.0000> | |
<2.5000, 2.5000> | |
<\> | |
# Channel A, source I | |
</> | |
<0.0000, 0.0000> | |
<0.1000, 0.1000> | |
<-0.1000, -0.1000> | |
<\> | |
# Channel B, measure V | |
</> | |
<0.0000, 0.0000> | |
<2.5000, 2.5000> | |
<\> | |
# Channel B, measure I | |
</> | |
<0.0000, 0.0000> | |
<0.1000, 0.1000> | |
<-0.1000, -0.1000> | |
<\> | |
# Channel B, source V | |
</> | |
<0.0000, 0.0000> | |
<2.5000, 2.5000> | |
<\> | |
# Channel B, source I | |
</> | |
<0.0000, 0.0000> | |
<0.1000, 0.1000> | |
<-0.1000, -0.1000> | |
<\> |