Version 0.58.2

get

Requests the value of an open parameter, ensuring its visibility.

Signatures

  •   get( open_parameter )

Details

The get() function is used to explicitly request the value of an open parameter. This function ensures that the open parameter becomes visible to the UI and its value is preserved during consecutive calls. It is typically used after the declaration of an open parameter to guarantee its visibility.

Example

 get( myOpenInt ) // Ensures that the open parameter 'myOpenInt' is visible. 

Parameters

open_parameter

The open parameter whose value is to be requested.

See also

🗙

Search results for