

In the meantime, when you are considering large projects, it is safest to make a proof of concept There are currently no means for Pine Script™ programmers to get data on the resources consumed by their scripts. This section provides you with an overview of the limitations that you may encounter. If you develop complex scripts using Pine Script™, sooner or later you will run into some of the limitations we impose. Limitations apply to the amount of data requested from additional symbols, execution time, memory usage and script size. We strive to set as few limits as possible, but will of course have to implement as many as needed for the platform to run smoothly. Var progress = VQ.progressDialog("Saving Images", "Cancel", 0, dm.getDimX()) įor(var x=0 x Returns a progress dialog, which can be used to show the current Returns a boolean value (1 = yes, 0 = no) Shows QString to user in Yes/No dialog box. Has to confirm the message and the script is paused until she does. used for fileNames) that returnsĪ 0-padded counter with at least s digits, e.g. Returns VQ's VTK viewer object (see below)Īsks VQ to quit (in an interactive session, the user is askedįor confirmation, while in a -script sessionĬonvenience function (e.g. Returns VQ's VTK controller object (see below) Returns VQ's MIP controler object (see below) Returns VQ's View Contoller object (see below) Returns VQ's MIP Viewer object (see below) Returns VQ's Slice Viewer object (see below) Returns VQ's Data Manager object (see below) Returns VQ's Main Window object (see below) With 1234 being the time (in ms) since the script started. VQScript Objects and Object Methods VQ Object Function To learn more about each files, see the VQScript Example Scripts page. These scripts illustrate some of the many ways VQScript may be used to streamline workflows in VivoQuant. Included with VivoQuant are 30 VQScript example scripts to help you get started working with VQScript. One can then use the command VQ.getWidget("buttonResetROIs").click() to click the button and reset all ROIs. A yellow box containing the class and name of the selected button will be displayed. Then click on the button in the 3D ROI Tool. The command VQ.getWidget("widgetName") can then be used to interact with these elements.įor example, to determine the name of the button in the 3D ROI Tool that resets all ROIs, click on the peek icon, The Peek tool is used to reveal the names of elements (called widgets) in the operator GUIs for use in scripts.
