Enum SysProps
Defined in File props.h
Enum Documentation
-
enum SysProps
System property identifiers.
Enumeration of all available system properties. Properties prefixed with ‘ro_’ are read-only, ‘rw_’ are read-write, and ‘wo_’ are write-only.
Values:
-
enumerator ro_VERSION
Device version number (read-only)
-
enumerator ro_SYS_TIMER_STATUS
System timer running status (read-only)
-
enumerator ro_SYS_TIMER_VALUE
Current system timer value (read-only)
-
enumerator ro_SYS_TIMER_OVF_COUNT
System timer overflow count (read-only)
-
enumerator ro_SYS_TIME_ms
Current system time in milliseconds (read-only)
-
enumerator ro_SYS_TIMER_PRESCALER
System timer prescaler value (read-only)
-
enumerator rw_DFLT_PULSE_DURATION_us
Default pulse duration in microseconds (read-write)
-
enumerator ro_WATCHDOG_TIMEOUT_ms
Watchdog timeout in milliseconds (read-only)
-
enumerator ro_N_EVENTS
Number of events in queue (read-only)
-
enumerator rw_INTLCK_ENABLED
Laser interlock enabled state (read-write)
-
enumerator rw_SELECTED_LASERS
Selected laser mask (read-write)
-
enumerator wo_OPEN_SHUTTERS
Open all shutters (write-only)
-
enumerator wo_CLOSE_SHUTTERS
Close all shutters (write-only)
-
enumerator rw_SHUTTER_DELAY_us
Shutter delay in microseconds (read-write)
-
enumerator rw_CAM_READOUT_us
Camera readout time in microseconds (read-write)
-
enumerator ro_VERSION