DigitalSourceWaveforms Methods
- Updated2023-11-24
- 3 minute(s) read
DigitalSourceWaveforms Methods
The DigitalSourceWaveforms type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | CreateFromFile |
Creates the source waveform settings used to source waveforms with configuration information contained in a .tdms file.
|
![]() | CreateParallel(String, String, SourceDataMapping) |
Creates source waveform settings used to source parallel data using a comma-delimited string of pins or channels.
|
![]() | CreateParallel(DigitalPinSet, String, SourceDataMapping) |
Creates source waveform settings used to source parallel data using a specified DigitalPinSet.
|
![]() | CreateSerial(String, String, SourceDataMapping, UInt32, BitOrder) |
Creates the source waveform settings used to source serial waveforms using a comma-delimited string of pins or channels.
|
![]() | CreateSerial(DigitalPinSet, String, SourceDataMapping, UInt32, BitOrder) |
Creates the source waveform settings used to source serial waveforms using a specified DigitalPinSet.
|
![]() | Equals | (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
![]() | WriteBroadcast |
Writes the same source waveform data to all sites.
|
![]() | WriteFromFile |
Writes a source waveform based on the waveform data and the configuration information the file contains.
|
![]() | WriteSiteUnique |
Writes one source waveform to each of the specified sites.
|