@@ -25,6 +25,8 @@ private void AddSteps(Func<Dialog, DialogResult> uiDialog)
2525 new LoadUserCalFromDeviceFallbackToFileStep ( "Load calibration from device/file" , Variables ) ,
2626 new WarmupStep ( "Warmup device" , Variables ) { Skip = false , AllowSkip = true } ,
2727
28+ new AdcBranchGainsStep ( "Channel 1 - ADC branch gains" , 0 , 1_000_000_000 , Variables ) ,
29+
2830 new TrimOffsetDacGainStep ( "Channel 1 - measure trim offset DAC scale - HG L0" , 0 , 0 , Variables ) { IgnoreError = true , Timeout = TimeSpan . FromSeconds ( 30 ) , MaxRetries = 3 } ,
2931 new TrimOffsetDacGainStep ( "Channel 1 - measure trim offset DAC scale - HG L1" , 0 , 1 , Variables ) { IgnoreError = true , Timeout = TimeSpan . FromSeconds ( 30 ) , MaxRetries = 3 } ,
3032 new TrimOffsetDacGainStep ( "Channel 1 - measure trim offset DAC scale - HG L2" , 0 , 2 , Variables ) { IgnoreError = true , Timeout = TimeSpan . FromSeconds ( 30 ) , MaxRetries = 3 } ,
@@ -73,8 +75,6 @@ private void AddSteps(Func<Dialog, DialogResult> uiDialog)
7375
7476 new FindSigGenZeroStep ( "Channel 1 - find signal generator zero" , 0 , Variables ) ,
7577
76- new AdcBranchGainsStep ( "Channel 1 - ADC branch gains" , 0 , 1_000_000_000 , Variables ) ,
77-
7878 new BufferInputVppStep ( "Channel 1 - measure buffer input Vpp - HG L0" , 0 , 0 , Variables ) { IgnoreError = true , Timeout = TimeSpan . FromSeconds ( 30 ) , MaxRetries = 3 } ,
7979 new BufferInputVppStep ( "Channel 1 - measure buffer input Vpp - HG L1" , 0 , 1 , Variables ) { IgnoreError = true , Timeout = TimeSpan . FromSeconds ( 30 ) , MaxRetries = 3 } ,
8080 new BufferInputVppStep ( "Channel 1 - measure buffer input Vpp - HG L2" , 0 , 2 , Variables ) { IgnoreError = true , Timeout = TimeSpan . FromSeconds ( 30 ) , MaxRetries = 3 } ,
0 commit comments