| AutoLoad |
False |
Boolean |
Allow to Reload the last used configuration file (.ini) at each init of the device. |
| BoardType |
XMAP |
String |
- Define the board type :
- XMAP [;path of the library handel.dll]
FALCONX [;path of the library handel.dll]
SIMULATOR [;nbModules] [;nbChannels] [;acquisitionClockMs] [;loadConfigurationFileDelayMs]
|
| BoardTimeBase |
0.000000320 |
Double |
Timebase factor of the board. [in seconds] |
| ConfigurationFiles |
ALIAS;MODE;FILE_PATH_NAME |
Array of string |
Define the list of Configuration ".INI" files and their associated alias & mode. |
| RoisFiles |
ALIAS;FILE_PATH_NAME |
Array of string |
Define the list of rois files ".txt" and their associated alias. |
| StreamItems |
Triggers, Outputs, Icr, Ocr, RealTime, LiveTime, DeadTime, Channel |
Array of string |
- Define the list of Items managed by the Streamer. (Nexus, CSV, ...). Each item defined here wil be saved in the stream for all available channels. Availables values are (not sensitive case):
- Triggers
Outputs
Icr
Ocr
RealTime
LiveTime
DeadTime
Channel
|
| StreamItemsPrefix |
No default value |
String |
Each item defined in StreamItems property will be saved in the stream (Nexus, CSV,...) with the Prefix defined here. |
| SpoolID |
TO_BE_DEFINED |
String |
Used only by the FlyScan application |
| __MemorizedConfigurationAlias |
TO_BE_DEFINED |
String |
Only the device could modify this property. The User should never change this property |
| __MemorizedRoisAlias |
TO_BE_DEFINED |
String |
Only the device could modify this property. The User should never change this property |
| __MemorizedNumChannel |
-1 |
uLong |
Only the device could modify this property. The User should never change this property |
| __MemorizedPresetType |
FIXED_REAL |
String |
Only the device could modify this property. The User should never change this property |
| __MemorizedPresetValue |
1 |
Double |
Only the device could modify this property. The User should never change this property |
| __MemorizedFileGeneration |
False |
Boolean |
Only the device could modify this property. The User should never change this property |
| __MemorizedStreamType |
NO_STREAM |
String |
Only the device could modify this property. The User should never change this property |
| __MemorizedStreamTargetPath |
TO_BE_DEFINED |
String |
Only the device could modify this property. The User should never change this property |
| __MemorizedStreamTargetFile |
TO_BE_DEFINED |
String |
Only the device could modify this property. The User should never change this property |
| __MemorizedStreamNbDataPerAcq |
2048 |
uLong |
Only the device could modify this property. The User should never change this property |
| __MemorizedStreamNbAcqPerFile |
1 |
uLong |
Only the device could modify this property. The User should never change this property |
| __ExpertStreamMemoryMode |
COPY |
String |
Available only for Nexus format : set the SetDataItemMemoryMode(). Available values :
- COPY
- NO_COPY |
| __ExpertStreamWriteMode |
ASYNCHRONOUS |
String |
Only an expert User could change this property. Applicable for StreamNexus Only !Available Values :
- ASYNCHRONOUS {default}
- SYNCHRONOUS |
| __ExpertMemoryMonitor |
False |
String |
- Enable/Disable the creation of a memory file in order to monitor the process memory usage. Example :
- FALSE {by default } (means do not create a memory file)
TRUE [;c:my_locationmy_file.txt] (means create my_file.txt in c:my_location)
|
| __ExpertAcquisitionCollectPeriod |
5 |
uShort |
Define the period of the acquisition collect task.[in ms] |