RfsgPulseModulationSource Class
- Updated2025-10-14
- 1 minute(s) read
Represents the source terminal that pulse modulation triggers off of.
Derives from
None
Syntax
Namespace: NationalInstruments.ModularInstruments.NIRfsg
public class RfsgPulseModulationSource
Remarks
Properties
| Name | Description |
|---|---|
| Disable | Gets the source when pulse modulation is disabled. |
| Marker0 | Gets the source when pulse modulation is tied to marker0. |
| Marker1 | Gets the source when pulse modulation is tied to marker1. |
| Marker2 | Gets the source when pulse modulation is tied to marker2. |
| Marker3 | Gets the source when pulse modulation is tied to marker3. |
| PulseIn | Gets the source when pulse modulation is tied to PulseIn. |
Methods
| Name | Description |
|---|---|
| FromString(string) | Creates an RfsgPulseModulationSource object from the specified string. |
| Equals(RfsgPulseModulationSource) | Determines whether the current instance of RfsgPulseModulationSource and the RfsgPulseModulationSource object that you specify are equal. |
| Equals(object) | Determines whether the current instance of RfsgPulseModulationSource and the object that you specify are equal. |
| GetHashCode() | Returns the hash code for the current instance of RfsgPulseModulationSource. |
| ToString() | Converts the current instance of RfsgPulseModulationSource to string. |
Operators
| Name | Description |
|---|---|
| operator RfsgPulseModulationSource(string) | Convert the specified string to equivalent RfsgPulseModulationSource object. |
| operator string(RfsgPulseModulationSource) | Converts the RfsgPulseModulationSource object to equivalent string. |
| operator!=(RfsgPulseModulationSource, RfsgPulseModulationSource) | Checks whether the two instances of RfsgPulseModulationSource are unequal. |
| operator==(RfsgPulseModulationSource, RfsgPulseModulationSource) | Checks whether the two instances of RfsgPulseModulationSource are equal. |