↑  ←  Описание функции


_viInteractiveControl

Interactive VISA control to test your SCPI commands.

#include <Visa.au3>
_viInteractiveControl([$s_command_save_filename = ""])

Параметры

$s_command_save_filename [необязательный] The name of the file in which the SCPI commands issued
during the interactive session will be saved.
If no filename is passed the funcion asks the user if and
where does the user want to save the issued commands.

Возвращаемое значение

The list of AutoIt3 VISA commands that were executed by the tool.
This is the same list that is saved into the file if the a filename is passed to the function.

Примечания

Type "FIND" in the Device Descriptor query to perform a GPIB search.

This function lets you easily test your SCPI commands interactively.
It also lets you save these commands into a file
Simply answer the questions (Device Descriptor, SCPI command and timeout).
* If you click Cancel on the 1st question the interactive control ends.
* If you click Cancel to the other queries, you will go back to the Device Descriptor question.