Returns the specified Library Panel.
Syntax: |
|---|
| 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 code
|
|
|---|---|
DlxApp.OpenLibrary("simdevices.clxjob");
DlxApp.GetLibraryPanel().Find("oscilloscope");
|
|
