Contact Us
If you still have questions or prefer to get help directly from an agent, please submit a request.
We’ll get back to you as soon as possible.
nadia@liquidinstruments.com
Article
Last Month
Streaming options stream_to_file method This is useful for when you want to log data but you don't want to convert it externally using mokucli, see API download log file and convert | Python for this use case. This converts the file as it in being downloaded and will be ready to analyze once the streaming session is complete. # moku example: Datalog
Log and download .li file First, start a logging session and download your file # moku example: Basic Datalogger # (c) 2025 Liquid Instruments Pty. Ltd. import os import time from moku.instruments import Datalogger # Connect to your Moku i = Datalogger('192.168.###.###', force_connect=False) try: # Set-up the Datalogger i.set_samplerate(100) i.set_a
Yes! The Lock-in Amplifier's low-pass filter corner frequency can be tuned to the ranges displayed below: Lock-in Amplifier: Lowpass Filter Moku:Lab Moku:Go Moku:Pro Minimum Corner Frequency 300 mHz 100 mHz 700 mHz Maximum Corner Frequency 4.97 MHz 1.24 MHz 12.4 MHz Are you looking for the Laser Lock Box lowpass filter?
Log and download .li file First, start a logging session and download your file. For more detailed information on the API's please visit our API Reference: Datalogger | API Reference download_file Datalogger Examples for MATLAB % moku example: Basic Datalogger % (c) 2025 Liquid Instruments Pty. Ltd. %% Connect to your Moku i = MokuDatalo
Streaming options stream_to_file method This is useful for when you want to log data but you don't want to convert it externally using mokucli, see API download log file and convert | MATLAB for this use case. This converts the file as it is being downloaded and will be ready to analyze once the streaming session is complete. % moku example: Datalog