Returns the specified Library Panel.

syntaxSyntax:
DlxApp.GetLibraryPanel(index=1)

Parameters

Parameter Description
index Panel index. Values from 1 to 5.

Return Value

Returns the DlxLibraryPanel object. Call the IsValid() method to determine if the object is valid.

Example

  Copy codeCopy code
DlxApp.OpenLibrary("simdevices.clxjob");
DlxApp.GetLibraryPanel().Find("oscilloscope");

See also