RfsgSignalIdentifier Class
- Updated2025-10-14
- 1 minute(s) read
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.
Derives from
None
Syntax
Namespace: NationalInstruments.ModularInstruments.NIRfsg
public class RfsgSignalIdentifier
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 |
|---|---|
| FromString(string) | Creates an RfsgSignalIdentifier object from the specified string. |
| Equals(RfsgSignalIdentifier) | Determines whether the current instance of RfsgSignalIdentifier and the RfsgSignalIdentifier object that you specify are equal. |
| Equals(object) | Determines whether the current instance of RfsgSignalIdentifier and the object that you specify are equal. |
| GetHashCode() | Returns the hash code for the current instance of RfsgSignalIdentifier. |
| ToString() | Converts the current instance of RfsgSignalIdentifier to string. |
Operators
| Name | Description |
|---|---|
| operator RfsgSignalIdentifier(string) | Converts the specified string to an equivalent RfsgSignalIdentifier object. |
| operator string(RfsgSignalIdentifier) | Converts the RfsgSignalIdentifier object to equivalent string. |
| operator!=(RfsgSignalIdentifier, RfsgSignalIdentifier) | Checks whether two instances of the RfsgSignalIdentifier object are unequal. |
| operator==(RfsgSignalIdentifier, RfsgSignalIdentifier) | Checks whether two instances of the RfsgSignalIdentifier object are equal. |