Measurement And Reading Data - Hamamatsu C7557 Instruction Manual

Mcd controller
Table of Contents

Advertisement

HAMAMATSU

Measurement and Reading Data

Description
Measures and reads waveform data. The return values are 1 with normal
measurement and reading of data, and other than 1 with an error.
Function Name
WORD GetProfile(ID, NumberOfCycle, Data);
Format
WORD GetProfile(WORD, WORD, float*);
Arguments
ID
NumberOfCycle
Data
Example :Int n = 1024 ;// differs with number of pixels in sensor
Return Values
Same as for CheckSensor function.
SCSI ID number
Specify MCD controller SCSI ID number
Number of continuous scan of the sensor.
Buffer area in which data is stored
Specify the pointer to the data storage buffer. The
buffer must be created before this function is
executed.
float Data[n];
GetProfile(5, Data);
HAMAMATSU PHOTONICS K.K.
- 49 -
MCD CONTROLLER C7557
Chapter 2 Software Library

Advertisement

Table of Contents
loading

Table of Contents