Maxim Integrated MAX5719 20-bit, 0.05nV-sec DAC

Dependents:   MAX5719BOB_20bit_DAC MAX5719BOB_FunctionGen MAX5719BOB_Serial_Tester

Revision:
1:f7dd5b495201
Parent:
0:49c7e35bd044
Child:
2:6ffccf9a34d0
--- a/MAX5719.cpp	Sun Jan 03 04:38:52 2021 +0000
+++ b/MAX5719.cpp	Wed Mar 24 13:29:27 2021 -0700
@@ -311,41 +311,57 @@
 // @test group CODE_LOAD tinyTester.Wait_Output_Settling()
 // @test group CODE_LOAD tinyTester.AnalogIn0_Read_Expect_voltageV(1.000000)
 //     //
+// @test group CODE_LOAD tinyTester.err_threshold =  0.075
+//     //
 // @test group CODE_LOAD tinyTester.print("0x05dc00 = 1.500V")
 // @test group CODE_LOAD CODE_LOAD(0x05dc00) // 1.500V
 // @test group CODE_LOAD tinyTester.Wait_Output_Settling()
 // @test group CODE_LOAD tinyTester.AnalogIn0_Read_Expect_voltageV(1.500000)
 //     //
+// @test group CODE_LOAD tinyTester.err_threshold =  0.100
+//     //
 // @test group CODE_LOAD tinyTester.print("0x07d000 = 2.000V")
 // @test group CODE_LOAD CODE_LOAD(0x07d000) // 2.000V
 // @test group CODE_LOAD tinyTester.Wait_Output_Settling()
 // @test group CODE_LOAD tinyTester.AnalogIn0_Read_Expect_voltageV(2.000000)
 //     //
+// @test group CODE_LOAD tinyTester.err_threshold =  0.150
+//     //
 // @test group CODE_LOAD tinyTester.print("0x09c400 = 2.500V")
 // @test group CODE_LOAD CODE_LOAD(0x09c400) // 2.500V
 // @test group CODE_LOAD tinyTester.Wait_Output_Settling()
 // @test group CODE_LOAD tinyTester.AnalogIn0_Read_Expect_voltageV(2.500000)
 //     //
+// @test group CODE_LOAD tinyTester.err_threshold =  0.200
+//     //
 // @test group CODE_LOAD tinyTester.print("0x0bb800 = 3.000V")
 // @test group CODE_LOAD CODE_LOAD(0x0bb800) // 3.000V
 // @test group CODE_LOAD tinyTester.Wait_Output_Settling()
 // @test group CODE_LOAD tinyTester.AnalogIn0_Read_Expect_voltageV(3.000000)
 //     //
+// @test group CODE_LOAD tinyTester.err_threshold =  0.250
+//     //
 // @test group CODE_LOAD tinyTester.print("0x0dac00 = 3.500V")
 // @test group CODE_LOAD CODE_LOAD(0x0dac00) // 3.500V
 // @test group CODE_LOAD tinyTester.Wait_Output_Settling()
 // @test group CODE_LOAD tinyTester.AnalogIn0_Read_Expect_voltageV(3.500000)
 //     //
+// @test group CODE_LOAD tinyTester.err_threshold =  0.500
+//     //
 // @test group CODE_LOAD tinyTester.print("0x0fa000 = 4.000V")
 // @test group CODE_LOAD CODE_LOAD(0x0fa000) // 4.000V
 // @test group CODE_LOAD tinyTester.Wait_Output_Settling()
 // @test group CODE_LOAD tinyTester.AnalogIn0_Read_Expect_voltageV(4.000000)
 //     //
+// @test group CODE_LOAD tinyTester.err_threshold =  0.750
+//     //
 // @test group CODE_LOAD tinyTester.print("0x0fffff = 4.095V")
 // @test group CODE_LOAD CODE_LOAD(0x0fffff) // 4.095V
 // @test group CODE_LOAD tinyTester.Wait_Output_Settling()
 // @test group CODE_LOAD tinyTester.AnalogIn0_Read_Expect_voltageV(4.095000)
 //     //
+// @test group CODE_LOAD tinyTester.err_threshold =  0.200
+//     //
 // @test group CODE_LOAD tinyTester.print("0x080000  // 2.048V")
 // @test group CODE_LOAD CODE_LOAD(0x080000) // 2.048V
 // @test group CODE_LOAD tinyTester.Wait_Output_Settling()
@@ -609,4 +625,3 @@
 
 
 // End of file
-