RfsgSignalIdentifier Class
- Updated2024-05-08
- 4 minute(s) read
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
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
Name | Description | |
---|---|---|
![]() ![]() | Marker0 |
Specifies Marker 0.
|
![]() ![]() | Marker1 |
Specifies Marker 1.
|
![]() ![]() | Marker2 |
Specifies Marker 2.
|
![]() ![]() | Marker3 |
Specifies Marker 3.
|
![]() ![]() | None |
None (no signal to export)
|
![]() ![]() | ScriptTrigger0 |
Specifies Script Trigger 0.
|
![]() ![]() | ScriptTrigger1 |
Specifies Script Trigger 1.
|
![]() ![]() | ScriptTrigger2 |
Specifies Script Trigger 2.
|
![]() ![]() | ScriptTrigger3 |
Specifies Script Trigger 3.
|
Methods
Name | Description | |
---|---|---|
![]() | Equals(Object) |
Determines whether the current instance of RfsgSignalIdentifier and the object that you specify are equal.
(Overrides ObjectEquals(Object).) |
![]() | Equals(RfsgSignalIdentifier) |
Determines whether the current instance of RfsgSignalIdentifier and the RfsgSignalIdentifier object that you specify are equal.
|
![]() ![]() | FromString |
Creates an RfsgSignalIdentifier object from the specified string.
|
![]() | GetHashCode |
Returns the hash code for the current instance of RfsgSignalIdentifier.
(Overrides ObjectGetHashCode.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | ToString |
Converts the current instance of RfsgSignalIdentifier to string.
(Overrides ObjectToString.) |
Operators
Name | Description | |
---|---|---|
![]() ![]() | Equality |
Checks whether two instances of the RfsgSignalIdentifier object are equal.
|
![]() ![]() | (String to RfsgSignalIdentifier) |
Converts the specified string to an equivalent RfsgSignalIdentifier object.
|
![]() ![]() | (RfsgSignalIdentifier to String) |
Converts the RfsgSignalIdentifier object to equivalent string.
|
![]() ![]() | Inequality |
Checks whether two instances of the RfsgSignalIdentifier object are unequal.
|