VI class/Front Panel.Close method: Difference between revisions
Appearance
< VI class
Added new method page. |
(No difference)
|
Revision as of 13:40, 24 April 2020
| VI Server Method Information | |
|---|---|
| Method ID | 425 |
| Scope | Basic Development Environment |
| Data Name | FP.Close |
| Short Name* | FP.Close |
| Long Name* | Front Panel:Close |
| * Displayed here in English. Short and Long names appear in the language of the LabVIEW IDE. | |
| Owning Class ID | 2 |
| Owning Class Name | VI Class |
| Return Data Type | No return value |
| Invoke Node | |
| Available in Real-Time Operating System | Yes |
| Available in Run-Time Engine | Yes (Read/Write) |
| Available with control VIs | Yes |
| Available with global VIs | Yes |
| Available with polymorphic VIs | Yes |
| Available with strict type definitions | No |
| Loads the block diagram into memory | No |
| Loads the front panel into memory | Yes |
| Must wait until user interface is idle | No |
| Need to authenticate before use | No |
| Remote access allowed | Yes |
| Settable when the VI is running | Yes |
Closes the front panel window.
Use the Front Panel:Open method to open a front panel window.
Parameters
This method has no parameters.
Uses
| |
Specific use cases for this method. |
History
| |
History information is needed. What changes have occurred over previous versions? |
| Version | Change(s) |
|---|---|
| More info to come. |
See Also
| |
Add links to internal wiki pages that would also help. |
External Links
| |
Add links to external resources that would also help. |