pmokeDOCS

クイックスタート

設定検証と完全解析パイプラインの実行手順。

pmoke config init --output config.toml
pmoke --config config.toml config validate
pmoke --config config.toml doctor
pmoke --config config.toml --run-dir shot-001 analyze

サブコマンドなしのpmokeでターミナル画面を起動。測定前のdoctorで設定、ストレージ、Python環境、ビルド済みtransport feature、接続装置を診断。 config initconfig validatedoctoranalyzeの順序で実行。

ワークフローの選択

  • 取得済み波形をすべて解析する: analyze
  • 波形の取得後にすべて解析する: process
  • single mode、trigger、取得、解析を自動実行する: auto
  • 個別の解析段階を実行する: referencesensorliphasekerr

各run directoryに取得時の不変な設定と解決済み設定のsnapshotを保存。同じdirectoryの異なる取得設定による再利用は不可。

次の確認

導入マトリクスを確認後、装置配線に合わせて設定を作成

目次