RfsgExportedPulseModulationEventOutputTerminal Class
- Updated2025-10-14
- 1 minute(s) read
Represents the output terminal for pulse modulation.
Derives from
None
Syntax
Namespace: NationalInstruments.ModularInstruments.NIRfsg
public class RfsgExportedPulseModulationEventOutputTerminal
Remarks
Properties
Methods
| Name | Description |
|---|---|
| FromString(string) | Creates an RfsgExportedPulseModulationEventOutputTerminal object from the specified string. |
| Equals(RfsgExportedPulseModulationEventOutputTerminal) | Determines whether the current instance of RfsgExportedPulseModulationEventOutputTerminal and the RfsgExportedPulseModulationEventOutputTerminal object that you specify are equal. |
| Equals(object) | Determines whether the current instance of RfsgExportedPulseModulationEventOutputTerminal and the object that you specify are equal. |
| GetHashCode() | Returns the hash code for the current instance of RfsgExportedPulseModulationEventOutputTerminal. |
| ToString() | Converts the current instance of RfsgExportedPulseModulationEventOutputTerminal to string. |
Operators
| Name | Description |
|---|---|
| operator RfsgExportedPulseModulationEventOutputTerminal(string) | Convert the specified string to equivalent RfsgExportedPulseModulationEventOutputTerminal object. |
| operator string(RfsgExportedPulseModulationEventOutputTerminal) | Converts the RfsgExportedPulseModulationEventOutputTerminal object to equivalent string. |
| operator!=(RfsgExportedPulseModulationEventOutputTerminal, RfsgExportedPulseModulationEventOutputTerminal) | Checks whether the two instances of RfsgExportedPulseModulationEventOutputTerminal are unequal. |
| operator==(RfsgExportedPulseModulationEventOutputTerminal, RfsgExportedPulseModulationEventOutputTerminal) | Checks whether the two instances of RfsgExportedPulseModulationEventOutputTerminal are equal. |