PSI sics-cvs-psi-complete-tree-post-site-support
This commit is contained in:
5
scan.w
5
scan.w
@@ -55,7 +55,6 @@ steps in scan processing which is already partly implemented.
|
||||
int iMode;
|
||||
float fPreset;
|
||||
char pFile[1024];
|
||||
char ext[5];
|
||||
FILE *fd;
|
||||
SicsInterp *pSics;
|
||||
SConnection *pCon;
|
||||
@@ -74,6 +73,7 @@ steps in scan processing which is already partly implemented.
|
||||
(pScanData self,
|
||||
int iP);
|
||||
long lPos;
|
||||
int posSoft;
|
||||
void *pCounterData;
|
||||
char pCounterName[512];
|
||||
int iChannel;
|
||||
@@ -146,6 +146,8 @@ This function together with ScanDrive and the data writing functions allow for
|
||||
\item[CollectScanData] reads all the scan data into the scan's data
|
||||
structures after any scan point. Overload this if a different storage
|
||||
scheme is required especiallay for polarising scans.
|
||||
\item[posSoft] is a flag which is true if scan variable are stored with
|
||||
soft position, i.e. with zeropoints applied.
|
||||
\item[pCounterData] is a pointer to a counter structure. This defines the
|
||||
counter to use and is initialized at creation of the scan data structure.
|
||||
\item[pCountername] is the name of the counter used.
|
||||
@@ -193,6 +195,7 @@ functions:
|
||||
char *pName, int iLength);
|
||||
int GetScanVarStep(pScanData self, int iWhich,
|
||||
float *fStep);
|
||||
int isScanVarSoft(pScanData self);
|
||||
int GetScanMonitor(pScanData self, int iWhich,
|
||||
long *lData, int iDataLen);
|
||||
int GetScanNP(pScanData self);
|
||||
|
||||
Reference in New Issue
Block a user