Functions | |
| N957_DLL_API N957_API | N957_StartAcquire (int32_t handle, N957ControlModes mode) |
| Starts an acquisition. | |
| N957_DLL_API N957_API | N957_PauseAcquire (int32_t handle) |
| Pauses acquisition: internal buffer will NOT be resetted and scaler and timers will not be stopped. | |
| N957_API | N957_ResumeAcquire (int32_t handle) |
| Resumes acquisition from pause. | |
| N957_DLL_API N957_API | N957_StopAcquire (int32_t handle) |
| Stops acquisition: scaler and timers will be stopped (internal buffer still keep data: use N957_SwClear to clear data/scaler/timers). | |
| N957_DLL_API N957_API | N957_ReadData (int32_t handle, N957_UINT16 *data_buff, N957_UINT16 *read_data) |
| Reads a block of data. | |
| N957_DLL_API N957_API | N957_GetConfigROM (int32_t handle, N957_ConfigROM *config_rom) |
| Gets the configuration ROM stored into board flash. | |
| N957_DLL_API N957_API | N957_FwUpgrade (int32_t handle, const N957_BYTE *data_buff, N957_UINT32 data_size, N957FlashPageTypes page_type) |
| Updates board firmware. | |
| N957_API N957_FwUpgrade | ( | int32_t | handle, | |
| const N957_BYTE * | data_buff, | |||
| N957_UINT32 | data_size, | |||
| N957FlashPageTypes | page_type | |||
| ) |
Updates board firmware.
| handle | board's handle | |
| data_buff,: | firmware data buffer | |
| data_size | buffer size (BYTEs) | |
| page_type | the type of page to download (Boot or Backup) |
| N957_API N957_GetConfigROM | ( | int32_t | handle, | |
| N957_ConfigROM * | config_rom | |||
| ) |
Gets the configuration ROM stored into board flash.
| handle | board's handle | |
| config_rom | The configuration ROM buffer (caller allocated) |
| N957_API N957_PauseAcquire | ( | int32_t | handle | ) |
Pauses acquisition: internal buffer will NOT be resetted and scaler and timers will not be stopped.
| handle | board's handle |
| N957_API N957_ReadData | ( | int32_t | handle, | |
| N957_UINT16 * | data_buff, | |||
| N957_UINT16 * | read_data | |||
| ) |
Reads a block of data.
| handle | board's handle | |
| data_buff | data buffer (caller allocated) | |
| read_data | The buffer size on input (WORDs) and the number of WORDs read on output |
| N957_API N957_ResumeAcquire | ( | int32_t | handle | ) |
Resumes acquisition from pause.
| handle | board's handle |
| N957_API N957_StartAcquire | ( | int32_t | handle, | |
| N957ControlModes | mode | |||
| ) |
Starts an acquisition.
| handle | board's handle | |
| mode | acquisition mode |
| N957_API N957_StopAcquire | ( | int32_t | handle | ) |
Stops acquisition: scaler and timers will be stopped (internal buffer still keep data: use N957_SwClear to clear data/scaler/timers).
| handle | board's handle |
1.5.6