RfsaSignalIdentifier Class
- Updated2025-10-14
- 1 minute(s) read
Specifies the user-defined signal to route. Specify the signal you have implemented using FPGA extensions.
Derives from
None
Syntax
Namespace: NationalInstruments.ModularInstruments.NIRfsa
public class RfsaSignalIdentifier
Properties
| Name | Description |
|---|---|
| None | None (no signal to export) |
| UserSource0 | Specifies User Source 0. |
| UserSource1 | Specifies User Source 1. |
| UserSource2 | Specifies User Source 2. |
| UserSource3 | Specifies User Source 3. |
| UserSource4 | Specifies User Source 4. |
| UserSource5 | Specifies User Source 5. |
| UserSource6 | Specifies User Source 6. |
| UserSource7 | Specifies User Source 7. |
Methods
| Name | Description |
|---|---|
| FromString(string) | Creates an RfsaSignalIdentifier object from the specified string. |
| Equals(RfsaSignalIdentifier) | Determines whether the current instance of RfsaSignalIdentifier and the RfsaSignalIdentifier object that you specify are equal. |
| Equals(object) | Determines whether the current instance of RfsaSignalIdentifier and the object that you specify are equal. |
| GetHashCode() | Returns the hash code for the current instance of RfsaSignalIdentifier. |
| ToString() | Converts the current instance of RfsaSignalIdentifier to string. |
Operators
| Name | Description |
|---|---|
| operator RfsaSignalIdentifier(string) | Converts the specifies string to the equivalent RfsaSignalIdentifier object. |
| operator string(RfsaSignalIdentifier) | Converts the RfsaSignalIdentifier object to equivalent string. |
| operator!=(RfsaSignalIdentifier, RfsaSignalIdentifier) | Checks whether the two instances of RfsaSignalIdentifier are unequal. |
| operator==(RfsaSignalIdentifier, RfsaSignalIdentifier) | Checks whether the two instances of RfsaSignalIdentifier are equal. |