Check out the Saleae Logic 2 Extension Marketplace! - Read more about the Marketplace on the Saleae blog!
Note: We have fixed the issue blocking users from previewing this API
We’ve expanded the capabilities of the Measurement API with a focus on Analog channels as part of a longer term product development plan to help our customers verify, debug and test analog problems such as signal integrity issues and much more. Please keep in mind that this API is a preview-release, and we're planning on making breaking changes before it's finalized. Because of this, measurements utilizing the new API can't be published to the marketplace. We’d love to hear your feedback on these changes.
Note: In order to test the new capabilities of the Measurement API you will need to set an environment variable in your shell or command prompt and start the app from the terminal.
Windows: If using Command Prompt:
set ENABLE_MEASUREMENTS_V2=1
C:Program FilesLogicLogic.exe
If using Powershell:
$env:ENABLE_MEASUREMENTS_V2=“1”
C:Program FilesLogicLogic.exe
Mac:
export ENABLE_MEASUREMENTS_V2=1
/Applications/Logic2.app/Contents/MacOS/Logic
Linux:
export ENABLE_MEASUREMENTS_V2=1
./Logic-2.3.48-master.AppImage