DAQTaskAI.ReadTime Property
- Aktualisiert2023-02-21
- 2 Minute(n) Lesezeit
Gets or sets the number of seconds to read at a time. This property is valid if AutomaticReadSize is false (False in Visual Basic).
Namespace:
NationalInstruments.VeriStand.SystemDefinitionAPIAssembly: NationalInstruments.VeriStand.SystemDefinitionAPI (in NationalInstruments.VeriStand.SystemDefinitionAPI.dll) Version: 2013.0.0.0 (2013.0.0.0)
| Visual Basic (Declaration) |
|---|
Public Property ReadTime As Double |
| C# |
|---|
public double ReadTime { get; set; } |
| Visual C++ |
|---|
public: property double ReadTime { double get (); void set (double value); } |
Property Value
The number of seconds to read.
Remarks
The samples per channel the task reads is equal to ReadTime / Rate.
Reading small amounts of data makes the data available to the system sooner, but those operations consume system resources. |