Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我使用 Lecroy LT264 示波器跟踪雷电脉冲测试(1.2/50usec 波形)。我有 labview 的驱动程序并使用边缘触发示例。不是每三个脉冲都显示一个脉冲。可能是什么原因 ?感谢您的关注。
您也可以在这里下载代码:http ://forums.ni.com/t5/Instrument-Control-GPIB-Serial/LeCroy-LT264-Lightning-Impulse-Test-Signal-Loss/td-p/2510994
好的,我解决了这个问题。原因是触发水平。我设置了 40 V 或 80 V。但是当我将触发电平设置为 150V 时,程序会显示所有脉冲。
检查您正在记录的样本数量。如果采集样本所用的时间大于触发器的时间间隔,那么在采集完所有样本之前硬件不会复位。这意味着触发器不会重新装弹。
如果您需要在每个脉冲上触发,请尝试减少收集的样本数量。
此外,查看您的代码可能会有所帮助。