C# Class ps6000example.Imports

Show file Open project: mojca/picoscope Class Usage Examples

Private Methods

Method Description
CloseUnit ( short handle ) : short
GetStreamingLatestValues ( short handle, ps6000StreamingReady lpps6000StreamingReady, IntPtr pVoid ) : short
GetTimebase ( short handle, uint timebase, int noSamples, int &timeIntervalNanoseconds, short oversample, int &maxSamples, ushort segmentIndex ) : short
GetUnitInfo ( short handle, StringBuilder infoString, short stringLength, short &requiredSize, int info ) : short
GetValues ( short handle, uint startIndex, uint &noOfSamples, uint downSampleRatio, PS6000DownSampleRatioMode mode, ushort segmentIndex, short &overflow ) : short
GetValuesRapid ( short handle, uint &noOfSamples, uint fromSegmentIndex, uint toSegmentIndex, uint downSampleRatio, PS6000DownSampleRatioMode mode, short overflows ) : short
MemorySegments ( short handle, ushort nSegments, int &nMaxSamples ) : short
OpenUnit ( short &handle, StringBuilder serial ) : short
RunBlock ( short handle, int noOfPreTriggerSamples, int noOfPostTriggerSamples, uint timebase, short oversample, int &timeIndisposedMs, ushort segmentIndex, ps6000BlockReady lpps6000BlockReady, IntPtr pVoid ) : short
RunStreaming ( short handle, uint &sampleInterval, ReportedTimeUnits sampleIntervalTimeUnits, uint maxPreTriggerSamples, uint maxPostPreTriggerSamples, short autoStop, uint downSamplingRation, PS6000DownSampleRatioMode mode, uint overviewBufferSize ) : short
SetChannel ( short handle, Channel channel, short enabled, PS6000Coupling coupling, Range range, float analogueOffset, PS6000BandwidthLimiter bandwidth ) : short
SetDataBuffers ( short handle, Channel channel, short bufferMax, short bufferMin, int bufferLth, PS6000DownSampleRatioMode mode ) : short
SetDataBuffersRapid ( short handle, Channel channel, short buffer, int bufferLth, ushort waveform, PS6000DownSampleRatioMode mode ) : short
SetNoOfRapidCaptures ( short handle, ushort nWaveforms ) : short
SetPulseWidthQualifier ( short handle, PwqConditions conditions, short numConditions, ThresholdDirection direction, uint lower, uint upper, PulseWidthType type ) : short
SetSigGenArbitrary ( short handle, int offsetVoltage, uint pkTopk, uint startDeltaPhase, uint stopDeltaPhase, uint deltaPhaseIncrement, uint dwellCount, short arbitaryWaveForm, int arbitaryWaveFormSize, int sweepType, PS6000ExtraOperations operation, int indexMode, uint shots, uint sweeps, int triggerType, int triggerSource, short extInThreshold ) : short
SetSigGenBuiltIn ( short handle, int offsetVoltage, uint pkTopk, short waveType, float startFrequency, float stopFrequency, float increment, float dwellTime, int sweepType, PS6000ExtraOperations operation, uint shots, uint sweeps, int triggerType, int triggerSource, short extInThreshold ) : short
SetTriggerChannelConditions ( short handle, TriggerConditions conditions, short numConditions ) : short
SetTriggerChannelDirections ( short handle, ThresholdDirection channelA, ThresholdDirection channelB, ThresholdDirection channelC, ThresholdDirection channelD, ThresholdDirection ext, ThresholdDirection aux ) : short
SetTriggerChannelProperties ( short handle, TriggerChannelProperties channelProperties, short numChannelProperties, short auxOutputEnable, int autoTriggerMilliseconds ) : short
SetTriggerDelay ( short handle, uint delay ) : short
Stop ( short handle ) : short