예제 #1
0
 public static extern short SetSiggenBuiltIn(
     short handle,
     int offsetVoltage,
     uint pkToPk,
     SiggenWaveType siggenWaveType,
     float startFrequency,
     float stopFrequency,
     float increment,
     float dwellTime,
     SiggenSweepType sweepType,
     bool whiteNoise,
     uint shots,
     uint sweeps,
     SiggenTrigType triggerType,
     SiggenTrigSource triggerSource,
     short extInThreshold);
예제 #2
0
 public static extern short SetSiggenArbitrary(
     short handle,
     int offsetVoltage,
     uint pkToPk,
     uint startDeltaPhase,
     uint stopDeltaPhase,
     uint deltaPhaseIncrement,
     uint dwellCount,
     short[] arbitraryWaveform,
     uint arbitraryWaveformSize,
     SiggenSweepType sweepType,
     bool whiteNoise,
     SiggenIndexMode indexMode,
     uint shots,
     uint sweeps,
     SiggenTrigType triggerType,
     SiggenTrigSource triggerSource,
     short extInThreshold);