NIRfsg Namespace

Table of Contents

RfsgScriptTriggerCollection.Item Property

  • Updated2025-05-22
  • 1 minute(s) read
RfsgScriptTriggerCollection.Item Property

RfsgScriptTriggerCollectionItem Property

Gets the Script trigger at a particular index.

Namespace: NationalInstruments.ModularInstruments.NIRfsg
Assembly: NationalInstruments.ModularInstruments.NIRfsg.Fx45 (in NationalInstruments.ModularInstruments.NIRfsg.Fx45.dll) Version: 2025

Syntax

public RfsgScriptTrigger this[
	int index
] { get; }
Public ReadOnly Default Property Item ( 
	index As Integer
) As RfsgScriptTrigger
	Get

Parameters

index  Int32
 

Property Value

RfsgScriptTrigger
Returns an object of type RfsgScriptTrigger.

Exceptions

ExceptionCondition
ObjectDisposedException The ItemInt32 property was accessed after the associated NIRfsg object was disposed.

See Also

Log in to get a better experience