ni-rfsg-dotnet-api-ref_doc

Content Type
Programming Language
Current manual
Table of Contents
Product Documentationni-rfsg-dotnet-api-ref_docRfsgStartTrigger.Disable MethodCurrent page
Table of Contents

RfsgStartTrigger.Disable Method

RfsgStartTrigger.Disable Method

RfsgStartTriggerDisable Method

Configures the device to not wait for a Start trigger after Initiate is called.

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

Syntax

public void Disable()
Public Sub Disable

Exceptions

ExceptionCondition
ObjectDisposedException The Disable method was accessed after the associated NIRfsg object was disposed.

Remarks

Calling this method is only necessary if the Start trigger has been previously configured and now must be disabled.

The NI-RFSG device must be in the Configuration state before you call this method.

See Also

Was this information helpful?