US English (US)
JP Japanese
CN Chinese
KR Korean

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.

Please fill out the contact form below and we will reply as soon as possible.

  • Knowledge Base Home
  • Contact Us
Japanese
US English (US)
JP Japanese
CN Chinese
KR Korean
Nadia

Nadia Hauser

nadia@liquidinstruments.com

21

Article
Last Month

Nadia articles

All Categories
  • All Categories
  • Moku:Lab
  • Moku:Go
  • Moku:Pro
  • Python API
  • MATLAB API
  • 任意波形発生器
  • データロガー
  • デジタルフィルターボックス
  • FIR フィルタ ビルダー
  • 周波数応答アナライザー
  • レーザーロックボックス
  • ロックインアンプ
  • オシロスコープ
  • 位相計
  • PIDコントローラー
  • スペクトラムアナライザー
  • 時間と周波数アナライザー
  • 波形発生器
  • ロジックアナライザ/パターンジェネレーター
  • マルチ機器モード
  • Mokuクラウドコンパイル
  • Mokuに関するよくある質問
  • LabVIEW API

API ログ ファイルをダウンロードして変換する | Python

Published April 7th, 2025 by Nadia Hauser

.li ファイルをログに記録してダウンロードする ファイルにログを記録する代わりに、ファイルにストリーミングする (1 つのスクリプト内でログに記録して変換する) には、この記事を参照してください。 API ストリーミングと stream_to_file | Python まず、ログセッションを開始してファイルをダウンロードします。API の詳細については、API リファレンスをご覧ください。 データロガー | API リファレンス download_file Python のデータロガーの例 # moku example: Basic Datalogger # (c) 2025 Liquid Pty. Ltd. import os import time from moku.instrume

87 Views 2 min

ロックインアンプのローパスフィルターのコーナー周波数を調整できますか?

Published April 7th, 2025 by Nadia Hauser

はい! ロックイン アンプのローパス フィルタのコーナー周波数は、以下に示す範囲に調整できます。 ロックインアンプ: ローパスフィルタ Moku:Lab Moku:Go Moku:Pro 最小コーナー周波数 300MHz 100MHz 700MHz 最大コーナー周波数 4.97 MHz 1.24 MHz 12.4MHz レーザーロックボックスのローパスフィルターをお探しですか?

84 Views 1 min

API ログ ファイルをダウンロードして変換 | MATLAB

Published April 7th, 2025 by Nadia Hauser

.li ファイルをログに記録してダウンロードする ファイルにログを記録する代わりに、ファイルにストリーミングする (1 つのスクリプト内でログに記録して変換する) には、この記事を参照してください。 API ストリーミングと stream_to_file | MATLAB まず、ログセッションを開始してファイルをダウンロードします。API の詳細については、API リファレンスをご覧ください。 データロガー | API リファレンス download_file MATLAB のデータロガーの例 % moku example: Basic Datalogger % (c) 2025 Liquid Pty. Ltd. %% Connect to your Moku i = MokuDatalogg

84 Views 1 min

「インストゥルメント ファイルが利用できません」エラーのトラブルシューティング

Published April 7th, 2025 by Nadia Hauser

エラーが発生した場合: moku.exceptions.NoInstrumentBitstream: Instrument files not available, please run `moku download --fw_ver=###` to download latest instrument data Python API を使用してMokuに接続する場合、「moku」パッケージと同じディレクトリにデータ フォルダーを直接作成し、このデータ フォルダーに機器のビットストリーム ファイルをダウンロードする必要があります。 1. moku pythonのインストール先パスを見つける $: pip show moku 以下の例では、次の行になります: Location: C:\Users

91 Views 1 min

API ストリーミングと stream_to_file | MATLAB

Published April 7th, 2025 by Nadia Hauser

ストリーミングオプション APIの詳細については、 データロガー | API リファレンス   ストリーミング stream_to_file MATLAB のデータ ストリーミングの例 stream_to_file メソッド これは、データをログに記録したいが、mokucli を使用して外部で変換したくない場合に便利です。このユースケースについては、 「API ログ ファイルのダウンロードと変換 | MATLAB」を 参照してください。これにより、ダウンロード中にファイルが変換され、ストリーミング セッションが完了すると分析できるようになります。 % moku example: Datalogger Stream to File % (c) 2025 Liquid Pty. Ltd. % Co

70 Views 1 min

API ストリーミングと stream_to_file | Python

Published April 7th, 2025 by Nadia Hauser

ストリーミングオプション APIの詳細については、 データロガー | API リファレンス   ストリーミング stream_to_file Python のデータストリーミングの例 stream_to_file メソッド これは、データをログに記録したいが、mokucli を使用して外部で変換したくない場合に便利です。このユースケースについては、 API ログ ファイルのダウンロードと変換 | Python を 参照してください。これにより、ダウンロード中にファイルが変換され、ストリーミング セッションが完了すると分析できるようになります。 # moku example: Datalogger Stream to File # (c) 2025 Liquid Pty. Ltd. import

61 Views 1 min

PythonのインストールとMokuパッケージを確認する

Published April 7th, 2025 by Nadia Hauser

Python Moku API に関する問題についてサポートに連絡する場合は、このスクリプトをコピーして、コマンド プロンプト、ターミナル、Visual Studio、Spyder、Jupyter Notebook、Anaconda など、通常 Python スクリプトを実行する場所から実行してください。 import os import subprocess import sys import re print("\n") python_path = sys.executable python_ver = subprocess.check_output([python_path, "--version"]) python_ver = re.search(r"(\d+\.)+\d+", str

81 Views 1 min
Load More

Member of Groups

AppEng

Sitemap

  • Moku:Lab
  • Instruments
  • Software
  • Company
  • Support
  • Store
  • Terms & Conditions
  • Privacy Policy

Offices

United States
+1 (619) 332-6230
12526 High Bluff Dr
Suite 150
San Diego, CA 92130

Australia
+61 2 6171 9730
243 Northbourne Avenue
Suite 2
Lyneham, ACT 2602

Australia
+61 03 7073 3594
700 Swanston Street
Suite 5E, Level 5
Carlton, VIC 3053

Follow us

Youtube LinkedIn

官方微信

Contact us
© 2025 Liquid Instruments. All rights reserved.

Knowledge Base Software powered by Helpjuice

Definition by Author

0
0
Expand