ni-rfsg-dotnet-api-ref_doc

Content Type
Programming Language
Current manual
Table of Contents

RfsgSignalIdentifier Class

RfsgSignalIdentifier Class

RfsgSignalIdentifier Class

Specifies which instance of the selected signal to export. This parameter is useful when you set the RfsgSignalType to ScriptTrigger or MarkerEvent. Otherwise, set this parameter to None.

Inheritance Hierarchy

SystemObject
  NationalInstruments.ModularInstruments.NIRfsgRfsgSignalIdentifier

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

Syntax

public sealed class RfsgSignalIdentifier
Public NotInheritable Class RfsgSignalIdentifier

The RfsgSignalIdentifier type exposes the following members.

Properties

  NameDescription
Public propertyStatic memberMarker0
Specifies Marker 0.
Public propertyStatic memberMarker1
Specifies Marker 1.
Public propertyStatic memberMarker2
Specifies Marker 2.
Public propertyStatic memberMarker3
Specifies Marker 3.
Public propertyStatic memberNone
None (no signal to export)
Public propertyStatic memberScriptTrigger0
Specifies Script Trigger 0.
Public propertyStatic memberScriptTrigger1
Specifies Script Trigger 1.
Public propertyStatic memberScriptTrigger2
Specifies Script Trigger 2.
Public propertyStatic memberScriptTrigger3
Specifies Script Trigger 3.
Top

Methods

  NameDescription
Public methodEquals(Object)
Determines whether the current instance of RfsgSignalIdentifier and the object that you specify are equal.
(Overrides ObjectEquals(Object).)
Public methodEquals(RfsgSignalIdentifier)
Determines whether the current instance of RfsgSignalIdentifier and the RfsgSignalIdentifier object that you specify are equal.
Public methodStatic memberFromString
Creates an RfsgSignalIdentifier object from the specified string.
Public methodGetHashCode
Returns the hash code for the current instance of RfsgSignalIdentifier.
(Overrides ObjectGetHashCode.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Converts the current instance of RfsgSignalIdentifier to string.
(Overrides ObjectToString.)
Top

Operators

  NameDescription
Public operatorStatic memberEquality
Checks whether two instances of the RfsgSignalIdentifier object are equal.
Public operatorStatic member(String to RfsgSignalIdentifier)
Converts the specified string to an equivalent RfsgSignalIdentifier object.
Public operatorStatic member(RfsgSignalIdentifier to String)
Converts the RfsgSignalIdentifier object to equivalent string.
Public operatorStatic memberInequality
Checks whether two instances of the RfsgSignalIdentifier object are unequal.
Top

See Also

Was this information helpful?