RfsaDigitalEdgeConfigurationListStepTriggerSource Class
- Updated2025-10-14
- 1 minute(s) read
Represents the source terminal for RfsaDigitalEdgeConfigurationListStepTrigger.
Derives from
None
Syntax
Namespace: NationalInstruments.ModularInstruments.NIRfsa
public class RfsaDigitalEdgeConfigurationListStepTriggerSource
Remarks
See Source.
Properties
| Name | Description |
|---|---|
| EndOfRecordEvent | Gets a value which indicates that the device is reconfigured when the acquisition reaches the End of Record event. |
| TimerEvent | Gets a value which indicates that the device is reconfigured when the timer expires. |
Methods
| Name | Description |
|---|---|
| FromString(string) | Creates an RfsaDigitalEdgeConfigurationListStepTriggerSource object from the specified string. |
| Equals(RfsaDigitalEdgeConfigurationListStepTriggerSource) | Determines whether the current instance of RfsaDigitalEdgeConfigurationListStepTriggerSource and the RfsaDigitalEdgeConfigurationListStepTriggerSource object that you specify are equal. |
| Equals(object) | Determines whether the current instance of RfsaDigitalEdgeConfigurationListStepTriggerSource and the object that you specify are equal. |
| GetHashCode() | Returns the hash code for the current instance of RfsaDigitalEdgeConfigurationListStepTriggerSource. |
| ToString() | Converts the current instance of RfsaDigitalEdgeConfigurationListStepTriggerSource to string. |
Operators
| Name | Description |
|---|---|
| operator RfsaDigitalEdgeConfigurationListStepTriggerSource(string) | Converts the specifies string to the equivalent RfsaDigitalEdgeConfigurationListStepTriggerSource object. |
| operator string(RfsaDigitalEdgeConfigurationListStepTriggerSource) | Converts the RfsaDigitalEdgeConfigurationListStepTriggerSource object to equivalent string. |
| operator!=(RfsaDigitalEdgeConfigurationListStepTriggerSource, RfsaDigitalEdgeConfigurationListStepTriggerSource) | Checks whether the two instances of RfsaDigitalEdgeConfigurationListStepTriggerSource are unequal. |
| operator==(RfsaDigitalEdgeConfigurationListStepTriggerSource, RfsaDigitalEdgeConfigurationListStepTriggerSource) | Checks whether the two instances of RfsaDigitalEdgeConfigurationListStepTriggerSource are equal. |