ni-rfsg-dotnet-api-ref_doc

Content Type
Programming Language
Current manual
Table of Contents
Product Documentationni-rfsg-dotnet-api-ref_docRfsgScriptTriggerType EnumerationCurrent page
Table of Contents

RfsgScriptTriggerType Enumeration

RfsgScriptTriggerType Enumeration

RfsgScriptTriggerType Enumeration

Specifies the Script trigger type.

Namespace:  NationalInstruments.ModularInstruments.NIRfsg
Assembly:  NationalInstruments.ModularInstruments.NIRfsg.Fx40 (in NationalInstruments.ModularInstruments.NIRfsg.Fx40.dll) Version: 2022

Syntax

public enum RfsgScriptTriggerType
Public Enumeration RfsgScriptTriggerType

Members

  Member nameValueDescription
None0 No trigger is configured. Signal generation starts immediately.
DigitalEdge1 The data operation does not start until a digital edge is detected. The source of the digital edge is specified in Source and the active edge is specified in Edge.
DigitalLevel8000 The data operation does not start until a digital level is detected. The source of the digital level is specified in Source and the active level is specified in Level.
Software2 The data operation does not start until a software event occurs. You may create a software event by calling SendSoftwareEdgeTrigger.

See Also

In This Section
Was this information helpful?