コード例 #1
0
 public static extern StandardDriverStatusCode SigGenTrigger(
     short handle,
     SiggenTrigType triggerType,
     SiggenTrigSource triggerSource,
     ulong cycles,
     ulong autoTriggerPs
     );
コード例 #2
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);
コード例 #3
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);
コード例 #4
0
 public static extern StandardDriverStatusCode SigGenSoftwareTriggerControl(
     short handle,
     SiggenTrigType triggerState
     );