Template:Labviewconfigurationkey/doc: Difference between revisions
Appearance
New page: == Usage == {| style="background: transparent;" | <pre> {{ labviewconfigurationkey | keyname = | example = | datatype = | description = | permitted_values = | default = | LV1 = | LV2 = ... |
|||
| Line 31: | Line 31: | ||
| keyname = copyDeleteFPDCOFromFPTerm | | keyname = copyDeleteFPDCOFromFPTerm | ||
| example = copyDeleteFPDCOFromFPTerm=TRUE | | example = copyDeleteFPDCOFromFPTerm=TRUE | ||
| datatype = | | datatype = b | ||
| description = Delete front panel terminals from diagram | | description = Delete front panel terminals from diagram | ||
| permitted_values = TRUE or FALSE | | permitted_values = TRUE or FALSE | ||
| Line 47: | Line 47: | ||
}} | }} | ||
</pre> | </pre> | ||
|} | |||
You do not need to include all rows. Any can be omitted. For example, if only one LabVIEW version is supported, the other LV parameters can be removed. The above example produces the following formatted output: | |||
[[Image:Configkeyexample.png|frame|center|Example formated output]] | |||
{| class="wikitable" | |||
|- | |||
! Parameter Name | |||
! Options | |||
|- | |||
| datatype | |||
| b=Boolean, i=Integer, s=string, p=path | |||
|- | |||
| LV1-5 | |||
| 4=4.x, 5=5.x, 6=6.x, 7=7.x, 8=8.x | |||
|- | |||
| OS1-4 | |||
| w=[[Image:logo.Windows.png]], l=[[Image:logo.Linux.png]], m=[[Image:logo.Mac.png]], u=[[Image:logo.Sun.png]] | |||
|} | |} | ||
Revision as of 08:21, 9 May 2007
Usage
{{ labviewconfigurationkey
| keyname =
| example =
| datatype =
| description =
| permitted_values =
| default =
| LV1 =
| LV2 =
| LV3 =
| LV4 =
| LV5 =
| OS1 =
| OS2 =
| OS3 =
| OS4 =
| notes =
}}
|
Example
{{ labviewconfigurationkey
| keyname = copyDeleteFPDCOFromFPTerm
| example = copyDeleteFPDCOFromFPTerm=TRUE
| datatype = b
| description = Delete front panel terminals from diagram
| permitted_values = TRUE or FALSE
| default = FALSE
| LV1 = 4
| LV2 = 5
| LV3 = 6
| LV4 = 7
| LV5 = 8
| OS1 = w
| OS2 = m
| OS3 = l
| OS4 = u
| notes =
}}
|
You do not need to include all rows. Any can be omitted. For example, if only one LabVIEW version is supported, the other LV parameters can be removed. The above example produces the following formatted output:

| Parameter Name | Options |
|---|---|
| datatype | b=Boolean, i=Integer, s=string, p=path |
| LV1-5 | 4=4.x, 5=5.x, 6=6.x, 7=7.x, 8=8.x |
| OS1-4 | w= |