HALCON Reference Manual 10.0.2
Table of Contents / Graphics / Gnuplot ClassesClassesClasses | | | Operators

gnuplot_plot_ctrlT_gnuplot_plot_ctrlgnuplot_plot_ctrlGnuplotPlotCtrlGnuplotPlotCtrl (Operator)

Name

gnuplot_plot_ctrlT_gnuplot_plot_ctrlgnuplot_plot_ctrlGnuplotPlotCtrlGnuplotPlotCtrl — Plot control values using gnuplot.

Signature

gnuplot_plot_ctrl( : : GnuplotFileID, Values : )

Herror T_gnuplot_plot_ctrl(const Htuple GnuplotFileID, const Htuple Values)

Herror gnuplot_plot_ctrl(const HTuple& GnuplotFileID, const HTuple& Values)

void HGnuplot::GnuplotPlotCtrl(const HTuple& Values) const

void HOperatorSetX.GnuplotPlotCtrl(
[in] VARIANT GnuplotFileID, [in] VARIANT Values)

void HGnuplotX.GnuplotPlotCtrl([in] VARIANT Values)

static void HOperatorSet.GnuplotPlotCtrl(HTuple gnuplotFileID, HTuple values)

void HGnuplot.GnuplotPlotCtrl(HTuple values)

Description

gnuplot_plot_ctrlgnuplot_plot_ctrlgnuplot_plot_ctrlGnuplotPlotCtrlGnuplotPlotCtrl displays a tuple of control values using gnuplot. If there is an active gnuplot sub-process (started with gnuplot_open_pipegnuplot_open_pipegnuplot_open_pipeGnuplotOpenPipeGnuplotOpenPipe), the image is displayed in a gnuplot window. Otherwise, the image is output to a file, which can be later read by gnuplot. In both cases the gnuplot output stream is identified by GnuplotFileIDGnuplotFileIDGnuplotFileIDGnuplotFileIDgnuplotFileID.

Parallelization

Parameters

GnuplotFileIDGnuplotFileIDGnuplotFileIDGnuplotFileIDgnuplotFileID (input_control)  gnuplot_id HGnuplot, HTupleHGnuplot, HTupleHGnuplotX, VARIANTHtuple (integer) (IntPtr) (Hlong) (Hlong) (Hlong)

Identifier for the gnuplot output stream.

ValuesValuesValuesValuesvalues (input_control)  number-array HTupleHTupleVARIANTHtuple (real / integer) (double / int / long) (double / Hlong) (double / Hlong) (double / Hlong)

Control values to be plotted (y-values).

Result

gnuplot_plot_ctrlgnuplot_plot_ctrlgnuplot_plot_ctrlGnuplotPlotCtrlGnuplotPlotCtrl returns the value if GnuplotFileIDGnuplotFileIDGnuplotFileIDGnuplotFileIDgnuplotFileID is a valid gnuplot output stream, if the data file for the current plot could be opened, and if only integer or floating point values were passed. Otherwise, an exception is raised.

Possible Predecessors

gnuplot_open_pipegnuplot_open_pipegnuplot_open_pipeGnuplotOpenPipeGnuplotOpenPipe, gnuplot_open_filegnuplot_open_filegnuplot_open_fileGnuplotOpenFileGnuplotOpenFile

Possible Successors

gnuplot_closegnuplot_closegnuplot_closeGnuplotCloseGnuplotClose

See also

gnuplot_open_pipegnuplot_open_pipegnuplot_open_pipeGnuplotOpenPipeGnuplotOpenPipe, gnuplot_open_filegnuplot_open_filegnuplot_open_fileGnuplotOpenFileGnuplotOpenFile, gnuplot_closegnuplot_closegnuplot_closeGnuplotCloseGnuplotClose

Module

Foundation


Table of Contents / Graphics / Gnuplot ClassesClassesClasses | | | Operators
HALCON Reference Manual 10.0.2 Copyright © 1996-2011 MVTec Software GmbH