pmokeDOCS
導入・セットアップ

インストール

解析・装置制御向けbuildの導入手順。

Rust executableとPython解析packageを組み合わせる構成。workstationでは必要なhardware transportだけを選択可能。

前提環境

  • stable Rust toolchainとCargo
  • requirements.txtの固定版packageを備えたPython 3
  • direct GPIBまたはVISAを利用する場合のplatform driver
python -m pip install -r requirements.txt
cargo install --path .

project標準のhardware一式を含むdefault build。hardware driverが不要な解析専用install:

cargo install --path . --no-default-features

導入確認

pmoke --version
pmoke instruments list
pmoke config init --output config.toml
pmoke --config config.toml config validate

platformごとの最小buildについては、feature選択を参照。

目次