RfsaIQPowerEdgeReferenceTriggerSource Class
- Updated2025-10-14
- 1 minute(s) read
Represents the source terminal for RfsaIQPowerEdge.
Derives from
None
Syntax
Namespace: NationalInstruments.ModularInstruments.NIRfsa
public class RfsaIQPowerEdgeReferenceTriggerSource
Remarks
See Source.
Properties
| Name | Description |
|---|---|
| Zero | Gets the only supported value of "0". |
Methods
| Name | Description |
|---|---|
| FromString(string) | Creates an RfsaIQPowerEdgeReferenceTriggerSource object from the specified string. |
| Equals(RfsaIQPowerEdgeReferenceTriggerSource) | Determines whether the current instance of RfsaIQPowerEdgeReferenceTriggerSource and the RfsaIQPowerEdgeReferenceTriggerSource object that you specify are equal. |
| Equals(object) | Determines whether the current instance RfsaIQPowerEdgeReferenceTriggerSource and the object that you specify are equal. |
| GetHashCode() | Returns the hash code for the current instance of RfsaIQPowerEdgeReferenceTriggerSource. |
| ToString() | Converts the current instance of RfsaIQPowerEdgeReferenceTriggerSource to string. |
Operators
| Name | Description |
|---|---|
| operator RfsaIQPowerEdgeReferenceTriggerSource(string) | Converts the specified string to its RfsaIQPowerEdgeReferenceTriggerSource equivalent. |
| operator string(RfsaIQPowerEdgeReferenceTriggerSource) | Converts the RfsaIQPowerEdgeReferenceTriggerSource object to its string equivalent. |
| operator!=(RfsaIQPowerEdgeReferenceTriggerSource, RfsaIQPowerEdgeReferenceTriggerSource) | Checks whether the two instances of RfsaIQPowerEdgeReferenceTriggerSource are unequal. |
| operator==(RfsaIQPowerEdgeReferenceTriggerSource, RfsaIQPowerEdgeReferenceTriggerSource) | Checks whether the two instances of RfsaIQPowerEdgeReferenceTriggerSource are equal. |