Endorphin.Instrument.PicoTech


Block

Namespace: Endorphin.Instrument.PicoTech.PicoScope3000
Parent Module: Parameters

Functions and values

Function or valueDescription
blockCapture parameters
Signature: parameters:BlockParameters -> Parameters
create acquisition
Signature: acquisition:AcquisitionParameters -> BlockParameters

Creates streaming acquisition parameters with the specified resolution, sample interval and buffer length and default values for everything else. The default memory segment is 0. The device is set to trigger automatically after 1 ms. Acquisition is set to stop manually and no downsampling is used. No inputs are enabled.

rapidBlockCapture count parameters
Signature: count:NumberOfCaptures -> parameters:BlockParameters -> Parameters
withBuffering buffering parameters
Signature: buffering:BufferAllocation -> parameters:BlockParameters -> BlockParameters
withPostTriggerSamples (...)
Signature: samples:SampleCount -> parameters:BlockParameters -> BlockParameters
withPreTriggerSamples samples parameters
Signature: samples:SampleCount -> parameters:BlockParameters -> BlockParameters
F# Project
Fork me on GitHub