RfsaIQAnalogEdgeSource Class
- Updated2025-10-14
- 1 minute(s) read
Specifies the the channel from which the device monitors the trigger.
Derives from
None
Syntax
Namespace: NationalInstruments.ModularInstruments.NIRfsa
public class RfsaIQAnalogEdgeSource
Remarks
See Source.
Properties
Methods
| Name | Description |
|---|---|
| Equals(RfsaIQAnalogEdgeSource) | Determines whether the current instance of RfsaIQAnalogEdgeSource and the RfsaIQAnalogEdgeSource object that you specify are equal. |
| Equals(object) | Determines whether the current instance RfsaIQAnalogEdgeSource and the object that you specify are equal. |
| GetHashCode() | Returns the hash code for the current instance of RfsaIQAnalogEdgeSource. |
| ToString() | Converts the current instance of RfsaIQAnalogEdgeSource to string. |
Operators
| Name | Description |
|---|---|
| operator RfsaIQAnalogEdgeSource(string) | Converts the specified string to its RfsaIQAnalogEdgeSource equivalent. |
| operator string(RfsaIQAnalogEdgeSource) | Converts the RfsaIQAnalogEdgeSource object to its string equivalent. |
| operator!=(RfsaIQAnalogEdgeSource, RfsaIQAnalogEdgeSource) | Checks whether the two instances of RfsaIQAnalogEdgeSource are unequal. |
| operator==(RfsaIQAnalogEdgeSource, RfsaIQAnalogEdgeSource) | Checks whether the two instances of RfsaIQAnalogEdgeSource are equal. |