Example #1
0
 public static extern UInt32 SetSigGenBuiltInV2(
     short handle,
     int offsetVoltage,
     uint pkTopk,
     WaveType waveType,
     double startFrequency,
     double stopFrequency,
     double increment,
     double dwellTime,
     SweepType sweepType,
     PS6000ExtraOperations operation,
     uint shots,
     uint sweeps,
     SigGenTrigType triggerType,
     SigGenTrigSource triggerSource,
     short extInThreshold);
 public static extern 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);
Example #3
0
 public static extern UInt32 SetSigGenArbitrary(
     short handle,
     int offsetVoltage,
     uint pkTopk,
     uint startDeltaPhase,
     uint stopDeltaPhase,
     uint deltaPhaseIncrement,
     uint dwellCount,
     short [] arbitaryWaveForm,
     int arbitaryWaveFormSize,
     SweepType sweepType,
     PS6000ExtraOperations operation,
     IndexMode indexMode,
     uint shots,
     uint sweeps,
     SigGenTrigType triggerType,
     SigGenTrigSource triggerSource,
     short extInThreshold);
 public static extern 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);
 public static extern 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);