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

NameDescription
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

NameDescription
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

NameDescription
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.