public static extern short ps2000_run_streaming_ns(
     short handle,
     uint sample_interval,
     ReportedTimeUnits time_units,
     uint max_samples,
     short autostop,
     uint noOfSamplesPerAggregate,
     uint overview_buffer_size);
Exemplo n.º 2
0
 public static extern short RunStreaming(
     short handle,
     ref uint sampleInterval,
     ReportedTimeUnits sampleIntervalTimeUnits,
     uint maxPreTriggerSamples,
     uint maxPostPreTriggerSamples,
     bool autoStop,
     uint downSamplingRation,
     uint overviewBufferSize);
 public static extern UInt32 RunStreaming(
     short handle,
     ref uint sampleInterval,
     ReportedTimeUnits sampleIntervalTimeUnits,
     uint maxPreTriggerSamples,
     uint maxPostPreTriggerSamples,
     short autoStop,
     uint downSampleRatio,
     DownSamplingMode downSamplingRatioMode,
     uint overviewBufferSize);
Exemplo n.º 4
0
 public static extern short RunStreaming(
     short handle,
     ref uint sampleInterval,
     ReportedTimeUnits sampleIntervalTimeUnits,
     uint maxPreTriggerSamples,
     uint maxPostPreTriggerSamples,
     bool autoStop,
     uint downSamplingRation,
     uint overviewBufferSize);
Exemplo n.º 5
0
 public static extern short GetTriggerChannelTimeOffset64(short handle, out long time, out ReportedTimeUnits timeUnits, short segmentIndex, Channel channel);
Exemplo n.º 6
0
 public static extern short GetTriggerChannelTimeOffset(short handle, out int timeUpper, out int timeLower, out ReportedTimeUnits timeUnits, short segmentIndex, Channel channel);