Labviewconfigurationkeysandbox: Difference between revisions
Appearance
New page: {{inikey |example=hello world |description= |datatype= |permitted values= |default= |LV= |OS= |notes= }} |
m Add to Category:Sandbox |
||
(8 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
{{ | {{ labviewconfigurationkey | ||
|example= | | keyname = QuickBold | ||
|description= | | example = QuickBold=TRUE | ||
| | | datatype = b | ||
| | | description = When editing text (either on the block diagram or the front panel) Ctrl-B allows you to toggle '''bold''' on or off. (When not editing text, Ctrl-B still performs it's normal function: remove broken wires.) | ||
| | | permitted_values = TRUE or FALSE | ||
| | | default = FALSE | ||
| | | LV1 = 2013 | ||
|notes= | | LV2 = | ||
| LV3 = | |||
| LV4 = | |||
| LV5 = | |||
| OS1 = w | |||
| OS2 = m | |||
| OS3 = l | |||
| OS4 = | |||
| notes = | |||
}} | }} | ||
{{ 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 = | |||
}} | |||
{{ labviewconfigurationkey | |||
| keyname = copyDeleteFPDCOFromFPTerm | |||
| example = copyDeleteFPDCOFromFPTerm=TRUE | |||
| datatype = i | |||
| 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 =<br /> | |||
*0 is equivalent to turning off the Preferences menu item "Run with multiple threads" | |||
*1 is the default value, equivalent to turning on "Run with multiple threads" | |||
*2 to 8 defines a higher number of threads to start (i.e. a 5x5 matrix) | |||
*-1 tells LabVIEW to start with a custom set of threading parameters as defined by ESys.xxx.yyyy keys | |||
}} | |||
[[Category:Sandbox]] |
Latest revision as of 17:18, 7 August 2024
QuickBold
Example | QuickBold=TRUE
|
---|---|
Description | When editing text (either on the block diagram or the front panel) Ctrl-B allows you to toggle bold on or off. (When not editing text, Ctrl-B still performs it's normal function: remove broken wires.) |
Datatype | Boolean |
Permitted Values | TRUE or FALSE |
Default Value | FALSE |
LabVIEW Versions | |
OS's Supported | |
Notes |
copyDeleteFPDCOFromFPTerm
Example | copyDeleteFPDCOFromFPTerm=TRUE
|
---|---|
Description | Delete front panel terminals from diagram |
Datatype | Boolean |
Permitted Values | TRUE or FALSE |
Default Value | FALSE |
LabVIEW Versions | |
OS's Supported | |
Notes |
copyDeleteFPDCOFromFPTerm
Example | copyDeleteFPDCOFromFPTerm=TRUE
|
---|---|
Description | Delete front panel terminals from diagram |
Datatype | Integer |
Permitted Values | TRUE or FALSE |
Default Value | FALSE |
LabVIEW Versions | |
OS's Supported | |
Notes |
|