ScopeSignalSource Enumeration
- Updated2023-09-06
- 1 minute(s) read
ScopeSignalSource Enumeration
Contains values representing signals to use with
ExportSignal(ScopeSignalSource, String).
Namespace: NationalInstruments.ModularInstruments.NIScope
Assembly: NationalInstruments.ModularInstruments.NIScope.Fx45 (in NationalInstruments.ModularInstruments.NIScope.Fx45.dll) Version: 2023
Syntax
public enum ScopeSignalSource
Public Enumeration ScopeSignalSource
Members
Member name | Value | Description | |
---|---|---|---|
None | 0 | Do not generate a digital pulse. | |
StartTrigger | 2 | Generate a pulse when detecting a start trigger. | |
AdvanceTrigger | 5 | Generate a pulse when detecting an advance trigger. | |
ReferenceTrigger | 1 | Generate a pulse when detecting the stop/reference trigger. | |
EndOfRecordEvent | 4 | Generate a pulse at the end of the record. | |
EndOfAcquisitionEvent | 3 | Generate a pulse when the acquisition finishes. | |
ReadyForStartEvent | 7 | Asserts when the digitizer is initiated and ready to accept a start trigger and begin sampling. | |
ReadyForAdvanceEvent | 6 | Asserts when the digitizer is ready to advance to the next record. | |
ReadyForReferenceEvent | 10 | Asserts when the digitizer is ready to accept a reference trigger. | |
ReferenceClock | 100 | Export the reference clock for the digitizer to the specified terminal. | |
SampleClock | 101 | Export the sample clock for the digitizer to the specified terminal. | |
FiveVoltPower | 13 | Exports a 5 V power source. |