#include <ngcdcsCFG.hpp>
Public Member Functions | |
| ngcdcs_seq_dcf_t () | |
| Constructor. | |
Public Attributes | |
| char | clkFile [256] |
| Clock pattern file to load. | |
| int | timeFactor |
| Default dwell-time factor. | |
| int | timeAdd |
| Default dwell-time add. | |
| int | continuous |
| Operate in continuous mode. | |
| int | runCtrl |
| External run-control. | |
| int | cvtExt |
| External convert. | |
| int | syncExt |
| External SYNC-pulse. | |
| int | autoStop |
| Automatic stop/start. | |
Sequencer module detector configuration
|
inline |
Constructor.
| int ngcdcs_seq_dcf_t::autoStop |
Automatic stop/start.
| char ngcdcs_seq_dcf_t::clkFile[256] |
Clock pattern file to load.
| int ngcdcs_seq_dcf_t::continuous |
Operate in continuous mode.
| int ngcdcs_seq_dcf_t::cvtExt |
External convert.
| int ngcdcs_seq_dcf_t::runCtrl |
External run-control.
| int ngcdcs_seq_dcf_t::syncExt |
External SYNC-pulse.
| int ngcdcs_seq_dcf_t::timeAdd |
Default dwell-time add.
| int ngcdcs_seq_dcf_t::timeFactor |
Default dwell-time factor.