Timing Methods
- Updated2023-02-21
- 4 minute(s) read
The Timing type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| ConfigureChangeDetection(String, String, SampleQuantityMode) | Configures the task to acquire samples on the rising and/or falling edges of the specified lines or ports.
| |
| ConfigureChangeDetection(String, String, SampleQuantityMode, Int32) | Configures the task to acquire samples on the rising and/or falling edges of the specified lines or ports and sets the number of samples to acquire. | |
| ConfigureHandshaking(SampleQuantityMode) | Determines the sample timing and duration of the task using standard 8255/82C55 digital handshaking between the device and a peripheral device. | |
| ConfigureHandshaking(SampleQuantityMode, Int32) | Determines the sample timing and duration of the task with the specified number of samples, using standard 8255/82C55 digital handshaking between the device and a peripheral device. | |
| ConfigureHandshakingBurstExportClock | Determines when the DAQ device transfers data to a peripheral device, using the onboard sample clock of the DAQ device to control burst handshake timing and exporting that clock for use by the peripheral device.
| |
| ConfigureHandshakingBurstImportClock | Determines when the DAQ device transfers data to a peripheral device, using an imported sample clock to control
burst handshake timing. | |
| ConfigureImplicit(SampleQuantityMode) | Sets only the duration of the task without specifying timing. | |
| ConfigureImplicit(SampleQuantityMode, Int32) | Sets only the duration of the task and the number of samples to acquire or generate without specifying timing. | |
| ConfigurePipelinedSampleClock | Sets the source of the sample clock, the rate of the sample clock, the number of samples to acquire or generate, and configures the sample clock for pipelining. | |
| ConfigureSampleClock(String, Double, SampleClockActiveEdge, SampleQuantityMode) | Sets the source of the sample clock and the rate of the sample clock. | |
| ConfigureSampleClock(String, Double, SampleClockActiveEdge, SampleQuantityMode, Int32) | Sets the source of the sample clock, the rate of the sample clock, and the number of samples to acquire or generate. | |
| CreateObjRef | Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. (Inherited from MarshalByRefObject.) | |
| Dispose |
Releases the managed and unmanaged resources used by Task or optionally releases only the unmanaged resources.
| |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetLifetimeService | Retrieves the current lifetime service object that controls the lifetime policy for this instance. (Inherited from MarshalByRefObject.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| InitializeLifetimeService | Obtains a lifetime service object to control the lifetime policy for this instance. (Inherited from MarshalByRefObject.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| MemberwiseClone(Boolean) | Creates a shallow copy of the current MarshalByRefObject object. (Inherited from MarshalByRefObject.) | |
| ToString | Returns a string representation of the object. (Overrides ObjectToString.) |