@@ -24,11 +24,6 @@ private void AddSteps(Func<Dialog, DialogResult> uiDialog)
2424 new LoadUserCalFromDeviceStep ( "Load calibration from device" , Variables ) ,
2525 new WarmupStep ( "Warmup device" , Variables ) { Skip = false } ,
2626
27- new Step ( "Set channel 1" ) { Action = ( CancellationToken cancellationToken ) => {
28- Instruments . Instance . SetThunderscopeChannel ( [ 0 ] , setDefaultRate : true ) ;
29- return Sequencer . Status . Done ;
30- } } ,
31-
3227 new AcRmsStep ( "Channel 1 - AC RMS - 50R, 8-bit, 1 GSPS, BW 20M, PGA HG L0" , 0 , 0 , ThunderscopeTermination . FiftyOhm , ThunderscopeBandwidth . Bw20M , 1_000_000_000 , Variables ) { MinLimit = 0.00003 , MaxLimit = 0.00009 } ,
3328 // new AcRmsStep("Channel 1 - AC RMS - 50R, 500 MSPS, 20M, HG L0", 0, 0, ThunderscopeTermination.FiftyOhm, ThunderscopeBandwidth.Bw20M, 500_000_000, Variables){ MinLimit = 0.00003, MaxLimit = 0.00009 },
3429 // new AcRmsStep("Channel 1 - AC RMS - 50R, 250 MSPS, 20M, HG L0", 0, 0, ThunderscopeTermination.FiftyOhm, ThunderscopeBandwidth.Bw20M, 250_000_000, Variables){ MinLimit = 0.00003, MaxLimit = 0.00009 },
@@ -46,11 +41,6 @@ private void AddSteps(Func<Dialog, DialogResult> uiDialog)
4641 // new AcRmsStep("Channel 1 - AC RMS - 50R, 250 MSPS, FULL, HG L0", 0, 0, ThunderscopeTermination.FiftyOhm, ThunderscopeBandwidth.BwFull, 250_000_000, Variables){ MinLimit = 0.00003, MaxLimit = 0.00009 },
4742 // new AcRmsStep("Channel 1 - AC RMS - 50R, 100 MSPS, FUL, HG L0", 0, 0, ThunderscopeTermination.FiftyOhm, ThunderscopeBandwidth.BwFull, 100_000_000, Variables){ MinLimit = 0.00003, MaxLimit = 0.00009 },
4843
49- new Step ( "Set channel 2" ) { Action = ( CancellationToken cancellationToken ) => {
50- Instruments . Instance . SetThunderscopeChannel ( [ 1 ] , setDefaultRate : true ) ;
51- return Sequencer . Status . Done ;
52- } } ,
53-
5444 new AcRmsStep ( "Channel 2 - AC RMS - 50R, 8-bit, 1 GSPS, BW 20M, PGA HG L0" , 1 , 0 , ThunderscopeTermination . FiftyOhm , ThunderscopeBandwidth . Bw20M , 1_000_000_000 , Variables ) { MinLimit = 0.00003 , MaxLimit = 0.00009 } ,
5545 // new AcRmsStep("Channel 2 - AC RMS - 50R, 500 MSPS, 20M, HG L0", 1, 0, ThunderscopeTermination.FiftyOhm, ThunderscopeBandwidth.Bw20M, 500_000_000, Variables){ MinLimit = 0.00003, MaxLimit = 0.00009 },
5646 // new AcRmsStep("Channel 2 - AC RMS - 50R, 250 MSPS, 20M, HG L0", 1, 0, ThunderscopeTermination.FiftyOhm, ThunderscopeBandwidth.Bw20M, 250_000_000, Variables){ MinLimit = 0.00003, MaxLimit = 0.00009 },
@@ -68,11 +58,6 @@ private void AddSteps(Func<Dialog, DialogResult> uiDialog)
6858 // new AcRmsStep("Channel 2 - AC RMS - 50R, 250 MSPS, FULL, HG L0", 1, 0, ThunderscopeTermination.FiftyOhm, ThunderscopeBandwidth.BwFull, 250_000_000, Variables){ MinLimit = 0.00003, MaxLimit = 0.00009 },
6959 // new AcRmsStep("Channel 2 - AC RMS - 50R, 100 MSPS, FUL, HG L0", 1, 0, ThunderscopeTermination.FiftyOhm, ThunderscopeBandwidth.BwFull, 100_000_000, Variables){ MinLimit = 0.00003, MaxLimit = 0.00009 },
7060
71- new Step ( "Set channel 3" ) { Action = ( CancellationToken cancellationToken ) => {
72- Instruments . Instance . SetThunderscopeChannel ( [ 2 ] , setDefaultRate : true ) ;
73- return Sequencer . Status . Done ;
74- } } ,
75-
7661 new AcRmsStep ( "Channel 3 - AC RMS - 50R, 8-bit, 1 GSPS, BW 20M, PGA HG L0" , 2 , 0 , ThunderscopeTermination . FiftyOhm , ThunderscopeBandwidth . Bw20M , 1_000_000_000 , Variables ) { MinLimit = 0.00003 , MaxLimit = 0.00009 } ,
7762 // new AcRmsStep("Channel 3 - AC RMS - 50R, 500 MSPS, 20M, HG L0", 2, 0, ThunderscopeTermination.FiftyOhm, ThunderscopeBandwidth.Bw20M, 500_000_000, Variables){ MinLimit = 0.00003, MaxLimit = 0.00009 },
7863 // new AcRmsStep("Channel 3 - AC RMS - 50R, 250 MSPS, 20M, HG L0", 2, 0, ThunderscopeTermination.FiftyOhm, ThunderscopeBandwidth.Bw20M, 250_000_000, Variables){ MinLimit = 0.00003, MaxLimit = 0.00009 },
@@ -90,11 +75,6 @@ private void AddSteps(Func<Dialog, DialogResult> uiDialog)
9075 // new AcRmsStep("Channel 3 - AC RMS - 50R, 250 MSPS, FULL, HG L0", 2, 0, ThunderscopeTermination.FiftyOhm, ThunderscopeBandwidth.BwFull, 250_000_000, Variables){ MinLimit = 0.00003, MaxLimit = 0.00009 },
9176 // new AcRmsStep("Channel 3 - AC RMS - 50R, 100 MSPS, FUL, HG L0", 2, 0, ThunderscopeTermination.FiftyOhm, ThunderscopeBandwidth.BwFull, 100_000_000, Variables){ MinLimit = 0.00003, MaxLimit = 0.00009 },
9277
93- new Step ( "Set channel 4" ) { Action = ( CancellationToken cancellationToken ) => {
94- Instruments . Instance . SetThunderscopeChannel ( [ 3 ] , setDefaultRate : true ) ;
95- return Sequencer . Status . Done ;
96- } } ,
97-
9878 new AcRmsStep ( "Channel 4 - AC RMS - 50R, 8-bit, 1 GSPS, BW 20M, PGA HG L0" , 3 , 0 , ThunderscopeTermination . FiftyOhm , ThunderscopeBandwidth . Bw20M , 1_000_000_000 , Variables ) { MinLimit = 0.00003 , MaxLimit = 0.00009 } ,
9979 // new AcRmsStep("Channel 4 - AC RMS - 50R, 500 MSPS, 20M, HG L0", 3, 0, ThunderscopeTermination.FiftyOhm, ThunderscopeBandwidth.Bw20M, 500_000_000, Variables){ MinLimit = 0.00003, MaxLimit = 0.00009 },
10080 // new AcRmsStep("Channel 4 - AC RMS - 50R, 250 MSPS, 20M, HG L0", 3, 0, ThunderscopeTermination.FiftyOhm, ThunderscopeBandwidth.Bw20M, 250_000_000, Variables){ MinLimit = 0.00003, MaxLimit = 0.00009 },
0 commit comments