Timebase
Namespace: Endorphin.Instrument.PicoTech.PicoScope5000
Functions related to device timebase and sample interval.
Functions and values
Function or value | Description |
fastestForResolution(_arg1)
Signature: _arg1:Resolution -> uint32
|
The fastest available timebase for a given resolution.
|
fastestStreamingInterval(...)
Signature: channelCount:int -> resolution:Resolution -> Interval
|
Returns the fastest streaming acquisition sample interval available for a
given number of enabled channels and vertical resolution.
|
next(index)
Signature: index:uint32 -> uint32
|
Returns the next timebase value, corresponding to a longer sample interval.
|
timebase(sampleInterval)
Signature: sampleInterval:Interval -> uint32
|
|