Skip to content
This repository has been archived by the owner on Oct 3, 2023. It is now read-only.
/ qtm_control Public archive

A command line tool for starting stopping and saving captures in QTM

License

Notifications You must be signed in to change notification settings

qualisys/qtm_control

Repository files navigation

Introduction

A command line tool for starting stopping and saving captures in QTM

Running

qtmc --help

    QTM Control (qtmc) v0.0.2

Description:
    This program provides command line automation control of QTM

Usage:
    qtmc (start|stop [<filename>]|save <filename>) [--host=<hostname or ip>] [--port=<number>] [--password=<text>]

Arguments:
      start                  Creates a new measurement and starts capture.
       stop [<filename>]     Stops a running capture. If <filename> is provided, the capture is saved as <filename>
       save <filename>       Saves a stopped capture as <filename>
     --host=<hostname or ip> QTM RT endpoint address, default=localhost.
     --port=<number>         QTM RT endpoint port, default=22222.
 --password=<text>           Specifies the QTM "take control" password. default=****.
     --help                  Shows this message.

Notice:
    QTM must be started, and a project must be loaded for the RT protocol to be active.

Build + Install

Requires CMake v3.50 or greater.

  mkdir build
  cd build
  cmake .. -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=<install-path>
  cmake --build . --config Release
  cmake --build . --target install --config Release
  cd ..

About

A command line tool for starting stopping and saving captures in QTM

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published