NI-SCOPE .NET Class Library Help

Table of Contents

ScopeSignalSource Enumeration

  • Updated2023-09-06
  • 1 minute(s) read
ScopeSignalSource Enumeration

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 nameValueDescription
None0 Do not generate a digital pulse.
StartTrigger2 Generate a pulse when detecting a start trigger.
AdvanceTrigger5 Generate a pulse when detecting an advance trigger.
ReferenceTrigger1 Generate a pulse when detecting the stop/reference trigger.
EndOfRecordEvent4 Generate a pulse at the end of the record.
EndOfAcquisitionEvent3 Generate a pulse when the acquisition finishes.
ReadyForStartEvent7 Asserts when the digitizer is initiated and ready to accept a start trigger and begin sampling.
ReadyForAdvanceEvent6 Asserts when the digitizer is ready to advance to the next record.
ReadyForReferenceEvent10 Asserts when the digitizer is ready to accept a reference trigger.
ReferenceClock100 Export the reference clock for the digitizer to the specified terminal.
SampleClock101 Export the sample clock for the digitizer to the specified terminal.
FiveVoltPower13 Exports a 5 V power source.

See Also

Log in to get a better experience