Application class/Class Operator.Set method: Difference between revisions
Appearance
mNo edit summary |
m Added VI Scripting Method Category to page |
||
| (2 intermediate revisions by the same user not shown) | |||
| Line 17: | Line 17: | ||
==Parameters== | ==Parameters== | ||
{| class="wikitable" | {| class="wikitable" | ||
! scope="column" style="text-align:Center" | Data type | |- | ||
! scope="column" style="text-align:Center;" | Data type | |||
! scope="column" style="text-align:Left;" | Name | ! scope="column" style="text-align:Left;" | Name | ||
! scope="column" style="text-align:Left;" | Required | ! scope="column" style="text-align:Left;" | Required | ||
! scope="column" style="text-align:Left;" | Description | ! scope="column" style="text-align:Left;" | Description | ||
|- | |- | ||
! scope="row" style="text-align:Center" | [[File:String.png|frameless|border|String|link=String data type]] | ! scope="row" style="text-align:Center;" | [[File:Boolean Indicator.png|frameless|border|Boolean|link=Boolean data type]] | ||
| '''Class Operator:Set''' | |||
| Yes. Return value. | |||
| | |||
|- | |||
! scope="row" style="text-align:Center;" | [[File:String.png|frameless|border|String|link=String data type]] | |||
| '''Class Name''' | | '''Class Name''' | ||
| Yes | | Yes | ||
| The class of the operator VI. | | The class of the operator VI. | ||
|- | |- | ||
! scope="row" style="text-align:Center" | [[File:String.png|frameless|border|String|link=String data type]] | ! scope="row" style="text-align:Center;" | [[File:String.png|frameless|border|String|link=String data type]] | ||
| '''Operator Name''' | | '''Operator Name''' | ||
| Yes | | Yes | ||
| Name of the operator VI. | | Name of the operator VI. | ||
|- | |- | ||
! scope="row" style="text-align:Center" | [[File:Path.png|frameless|border|Path|link=Path data type]] | ! scope="row" style="text-align:Center;" | [[File:Path.png|frameless|border|Path|link=Path data type]] | ||
| '''VI Path''' | | '''VI Path''' | ||
| Yes | | Yes | ||
| Path to the operator VI. | | Path to the operator VI. | ||
|- | |- | ||
! scope="row" style="text-align:Center" | [[File:VI Refnum Indicator.png|frameless|border|VI Refnum|link=VI Refnum data type]] | ! scope="row" style="text-align:Center;" | [[File:VI Refnum Indicator.png|frameless|border|VI Refnum|link=VI Refnum data type]] | ||
| '''Old VI Reference''' | | '''Old VI Reference''' | ||
| No | | No | ||
| Reference to the previous operator VI. | | Reference to the previous operator VI. | ||
|} | |} | ||
| Line 60: | Line 66: | ||
== External Links == | == External Links == | ||
{{ambox|text=Add links to external resources that would also help.}} | {{ambox|text=Add links to external resources that would also help.}} | ||
[[Category:VI Scripting Method]] | |||
[[Category:VI Server Method]] | [[Category:VI Server Method]] | ||
Latest revision as of 22:20, 7 May 2020
| VI Server Method Information | |
|---|---|
| Method ID | 7E9 |
| Scope | VI Scripting |
| Data Name | Class Operator.Set |
| Short Name* | Class Operator.Set |
| Long Name* | Class Operator:Set |
| * Displayed here in English. Short and Long names appear in the language of the LabVIEW IDE. | |
| Owning Class ID | 1 |
| Owning Class Name | Application Class |
| Return Data Type | Boolean data type |
| Invoke Node |
|
| Available in Real-Time Operating System | Yes |
| Available in Run-Time Engine | Yes |
| Remote access allowed | No |
Sets an operator VI for the specified class. Returns FALSE if it fails.
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. |
