Data Acquisition Toolbox
  Function/Property:
    Search    Help Desk 
BufferingMode    See Also

BufferingMode specifies how memory is allocated. If BufferingMode is configured to its default value Auto, then the data acquisition engine automatically allocates the required memory. If BufferingMode is set to Manual, then you must manually allocate memory with the BufferingConfig property.

For most data acquisition applications, memory should be automatically allocated by the engine.

Characteristics

Device Objects

AI, AO
Class

Common
Access

Read/write
Data Type

Enumerated list
Modify while Running

No

Values

{Auto}
Memory is allocated by the data acquisition engine
Manual
Memory is allocated manually

See Also

Properties

BufferingConfig

Functions

daqmem



[ Previous | Help Desk | Next ]