BufferAllocation
Namespace: Endorphin.Instrument.PicoTech.PicoScope3000
Parent Module: Acquisition
Specify how much memory to allocate for block mode acquisitions Streaming mode allocates minimal memory specified by BufferLength SingleCapture will transfer one whole capture at a time MultipleCapture will transfer up to n captures at a time AllCaptures will get all the data in one bulk transfer, which could require several hundred megabytes depending on the number of samples and captures requested
Union Cases
Union Case | Description |
AllCaptures
Signature:
|
|
MultipleCapture(n)
Signature: Capture
|
|
SingleCapture
Signature:
|
|
Streaming
Signature:
|