Example #1
0
 public static extern uint SetSigGenPropertiesBuiltIn(
     short handle,
     double startFrequency,
     double stopFrequency,
     double increment,
     double dwellTime,
     SweepType sweepType,
     uint shots,
     uint sweeps,
     SigGenTrigType triggerType,
     SigGenTrigSource triggerSource,
     short extInThreshold);
Example #2
0
 public static extern uint SetSigGenPropertiesArbitrary(
     short handle,
     uint startDeltaPhase,
     uint stopDeltaPhase,
     uint deltaPhaseIncrement,
     uint dwellCount,
     SweepType sweepType,
     uint shots,
     uint sweeps,
     SigGenTrigType triggerType,
     SigGenTrigSource triggerSource,
     short extInThreshold);
 public static extern UInt32 SetSigGenBuiltIn(
     short handle,
     int offsetVoltage,
     uint pkTopk,
     WaveType waveType,
     double startFrequency,
     double stopFrequency,
     double increment,
     double dwellTime,
     SweepType sweepType,
     ExtraOperations operation,
     uint shots,
     uint sweeps,
     SigGenTrigType triggerType,
     SigGenTrigSource triggerSource,
     short extInThreshold);
Example #4
0
 public static extern Int16 SetSigGenBuiltIn(
     short handle,
     int offsetVoltage,
     uint pkToPk,
     WaveType waveType,
     float startFrequency,
     float stopFrequency,
     uint increment, //not double
     uint dwellTime, //not double...
     SweepType sweepType,
     ExtraOperations operation,
     uint shots,
     uint sweeps,
     SigGenTrigType triggerType,
     SigGenTrigSource triggerSource,
     short extInThreshold);
 public static extern UInt32 SetSigGenArbitrary(
     short handle,
     int offsetVoltage,
     uint pkTopk,
     uint startDeltaPhase,
     uint stopDeltaPhase,
     uint deltaPhaseIncrement,
     uint dwellCount,
     ref short arbitaryWaveform,
     int arbitaryWaveformSize,
     SweepType sweepType,
     ExtraOperations operation,
     IndexMode indexMode,
     uint shots,
     uint sweeps,
     SigGenTrigType triggerType,
     SigGenTrigSource triggerSource,
     short extInThreshold);