File tree Expand file tree Collapse file tree 3 files changed +9
-9
lines changed
Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 104104channelA = ps6000aEnumInfo .enPicoChannel .PICO_CHANNEL_A ;
105105channelB = ps6000aEnumInfo .enPicoChannel .PICO_CHANNEL_B ;
106106couplingDC = ps6000aEnumInfo .enPicoCoupling .PICO_DC ;
107- range = ps6000aEnumInfo .enPicoConnectProbeRange .PICO_X1_PROBE_5V ;
107+ range = ps6000aEnumInfo .enPicoConnectProbeRange .PICO_X1_PROBE_500MV ;
108108bandwidth = ps6000aEnumInfo .enPicoBandwidthLimiter .PICO_BW_FULL ;
109109
110110
117117
118118enable = 1 ;
119119source = channelA ;
120- threshold = 1000 ; % mV
120+ threshold = 100 ; % mV
121121direction = ps6000aEnumInfo .enPicoThresholdDirection .PICO_RISING ;
122122delay = 0 ;
123123autoTriggerMicroSeconds = 1000000 ; % us
216216minValue = pMinValue .Value ;
217217maxValue = pMaxValue .Value ;
218218
219- voltageRange = 5000 ; % mV
219+ voltageRange = 500 ; % mV
220220
221221bufferAMax = adc2mv(bufferAMax ,voltageRange ,double(maxValue ));
222222bufferBMax = adc2mv(bufferBMax ,voltageRange ,double(maxValue ));
Original file line number Diff line number Diff line change 104104channelA = ps6000aEnumInfo .enPicoChannel .PICO_CHANNEL_A ;
105105channelB = ps6000aEnumInfo .enPicoChannel .PICO_CHANNEL_B ;
106106couplingDC = ps6000aEnumInfo .enPicoCoupling .PICO_DC ;
107- range = ps6000aEnumInfo .enPicoConnectProbeRange .PICO_X1_PROBE_5V ;
107+ range = ps6000aEnumInfo .enPicoConnectProbeRange .PICO_X1_PROBE_500MV ;
108108bandwidth = ps6000aEnumInfo .enPicoBandwidthLimiter .PICO_BW_FULL ;
109109
110110
117117
118118enable = 1 ;
119119source = channelA ;
120- threshold = 1000 ; % mV
120+ threshold = 100 ; % mV
121121direction = ps6000aEnumInfo .enPicoThresholdDirection .PICO_RISING ;
122122delay = 0 ;
123123autoTriggerMicroSeconds = 1000000 ; % us
274274minValue = pMinValue .Value ;
275275maxValue = pMaxValue .Value ;
276276
277- voltageRange = 5000 ; % mV
277+ voltageRange = 100 ; % mV
278278
279279bufferAMax= {};
280280bufferBMax= {};
Original file line number Diff line number Diff line change 103103
104104channelA = ps6000aEnumInfo .enPicoChannel .PICO_CHANNEL_A ;
105105couplingDC = ps6000aEnumInfo .enPicoCoupling .PICO_DC ;
106- range = ps6000aEnumInfo .enPicoConnectProbeRange .PICO_X1_PROBE_5V ;
106+ range = ps6000aEnumInfo .enPicoConnectProbeRange .PICO_X1_PROBE_500MV ;
107107bandwidth = ps6000aEnumInfo .enPicoBandwidthLimiter .PICO_BW_FULL ;
108108
109109
115115
116116enable = 1 ;
117117source = channelA ;
118- threshold = 1000 ; % mV
118+ threshold = 100 ; % mV
119119direction = ps6000aEnumInfo .enPicoThresholdDirection .PICO_RISING ;
120120delay = 0 ;
121121autoTriggerMicroSeconds = 1000000 ; % us
218218minValue = pMinValue .Value ;
219219maxValue = pMaxValue .Value ;
220220
221- voltageRange = 5000 ; % mV
221+ voltageRange = 500 ; % mV
222222
223223bufferA = adc2mv(bufferA ,voltageRange ,double(maxValue ));
224224
You can’t perform that action at this time.
0 commit comments