Set Label To: Difference between revisions
(add tooltip text) |
(Marked this version for translation) |
||
(3 intermediate revisions by the same user not shown) | |||
Line 5: | Line 5: | ||
<section begin="image"/> | <section begin="image"/> | ||
[[File:Set label to.png|alt=Set label to|thumb]] | [[File:Set label to.png|alt=Set label to|thumb]] | ||
<section end="image"/><p id="tooltip">Assigns a value to a selected label.</p> | <section end="image"/><p id="tooltip">Assigns a value to a selected label. Unlike data boxes, labels do not have a heading and may be assigned text values.</p> | ||
<!--T:7--> | |||
<section begin="name" />{{Block|set [▼] label to [_]}}<section end="name" /> is a code block from the [[Interface]] drawer. | <section begin="name" />{{Block|set [▼] label to [_]}}<section end="name" /> is a code block from the [[Interface]] drawer. | ||
Line 15: | Line 16: | ||
<!--T:3--> | <!--T:3--> | ||
==Syntax== | ==Syntax== | ||
[[File:SetLabel To Nums.png|right|alt=The Set Label to Block|thumb]] | |||
<!-- <code>set [Dropdown: Label Widget] label to [Textbox: Text/Number]</code> --> | <!-- <code>set [Dropdown: Label Widget] label to [Textbox: Text/Number]</code> --> | ||
Input: | Input: | ||
#a label from the dropdown menu | #a label from the dropdown menu | ||
#a number into the socket. | |||
==Example== <!--T:8--> | |||
<!--T:9--> | |||
[[File:set_label_to_example.gif|alt=Set Label To example gif|thumb]] | |||
[[File:set_label_to_example.png|alt=Set Label To example code|thumb]] | |||
<!--T:10--> | |||
This is a model of the change in entropy of Argon (Ar) molecules between two configurable situations with respect to volume and temperature. The sliders on the left describe the initial and final conditions. The set ‘situationLabel’ label to block displays the values of the temperature and volume of the system for both situations. | |||
==Nuances== <!--T:4--> | ==Nuances== <!--T:4--> |
Latest revision as of 14:20, 14 August 2023
Assigns a value to a selected label. Unlike data boxes, labels do not have a heading and may be assigned text values.
set [▼] label to [_]
is a code block from the Interface drawer.
Usage
set [▼] label to [_]
assigns a value to a selected label. Unlike data boxes, labels do not have a heading and may be assigned text values.
Syntax
Input:
- a label from the dropdown menu
- a number into the socket.
Example
This is a model of the change in entropy of Argon (Ar) molecules between two configurable situations with respect to volume and temperature. The sliders on the left describe the initial and final conditions. The set ‘situationLabel’ label to block displays the values of the temperature and volume of the system for both situations.