Subversion Repositories f9daq

Rev

Rev 172 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 172 Rev 173
Line 1358... Line 1358...
1358
}
1358
}
1359
 
1359
 
1360
// Start the acquisition
1360
// Start the acquisition
1361
void TGAppMainFrame::StartAcq()
1361
void TGAppMainFrame::StartAcq()
1362
{
1362
{
-
 
1363
   // Save measurement settings any time we run a new measurement
-
 
1364
   SaveMeasSettings();
-
 
1365
 
1363
   // Variable that will initialize camac only once (for scans)
1366
   // Variable that will initialize camac only once (for scans)
1364
   int scanon = 0;
1367
   int scanon = 0;
1365
 
1368
 
1366
   // Determine the type of measurement to perform
1369
   // Determine the type of measurement to perform
1367
   int vscan = 0, pscan = 0, zscan = 0, ascan = 0;
1370
   int vscan = 0, pscan = 0, zscan = 0, ascan = 0;