UniScript R2020

This document lists new and changed functions in R2020.

The changes are listed in the history table at the end of the function description.

UniScript R2020.0

  New Functions in UniPlot R2020.0 (6.20.0)
Seq_AbortSequence Seq_AbortSequence stops the execution of the Sequencer after running the script. Shows a notification dialog if bShowAbortDialog is 1
Seq_GetGlobalObj Seq_GetGlobalObj returns the global UniScript object in sequencer workflows. To be used in sequencer script actions.
Seq_GetRuntimeValue Seq_GetRuntimeValue returns value of the specified Runtime Value of the Sequencer
Seq_GetSlotPath Seq_GetSlotPath returns the path to the .nc2 file of a Sequencer data slot which was created by a “Data Load” action
Seq_GetWorkspacePath Seq_GetWorkspacePath returns the path of the Workspace folder in the Sequencer
Seq_SetRuntimeValue Seq_SetRuntimeValue sets the value of the specified Runtime Value of the Sequencer
Seq_SetSlotPath Seq_SetSlotPath sets the path of a .nc2 file into a Sequencer data slot
utf8_len utf8_len.
  Modified Functions in UniPlot R2020.0 (6.20.0)
AppGetGlobalOption AppGetGlobalOption returns a value of an option from Tools=>More Options.
AppSetGlobalOption AppSetGlobalOption sets a value of an option from Tools=>More Options.
ExcelWriteEx The ExcelWriteEx function saves data in an Excel file in the XLSX format.
nc_get_option nc_get_option gets an option.
nc_set_option nc_set_option sets an option.

id-1238980