Set Label To: Difference between revisions

From StarLogo Nova Wiki
No edit summary
(updates from Blockument)
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-->
<!--T:7-->
Line 19: Line 19:
<!-- <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 and then a number into the socket.
#a label from the dropdown menu
#a number into the socket.
 
==Example==
 
[[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]]
 
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-->

Revision as of 14:19, 14 August 2023

Other languages:


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.

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

The Set Label to Block

Input:

  1. a label from the dropdown menu
  2. a number into the socket.

Example

Set Label To example gif
Set Label To example code

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

Related Blocks