Differences
This shows you the differences between two versions of the page.
|
send_number [2020/04/28 13:04] argemiro created |
send_number [2026/08/28 03:34] (current) hermann Sync from local documentation review |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ====== Send Number ====== | + | ====== Send Number ====== |
| ===== Description ===== | ===== Description ===== | ||
| - | Send a number using an opened communication session. | + | Sends a number to an external application, such as an R script, through an opened communication session. |
| ===== Inputs ===== | ===== Inputs ===== | ||
| - | ^ Name ^ Type ^ Description ^ | + | |
| - | | Number| [[real_value_type|Real Value]] | Any number. | | + | ^ Name ^ Type ^ Description ^ |
| + | | Number | [[Real Value Type]] | Number to send. | | ||
| ===== Optional Inputs ===== | ===== Optional Inputs ===== | ||
| - | ^ Name ^ Type ^ Description ^ | + | |
| - | | Tag| [[string_type|String]] | Number identifier. | | + | ^ Name ^ Type ^ Description ^ Default Value ^ |
| + | | Tag | [[String Type]] | Identifier used to match this number with the corresponding receive call in the external application. | Empty | | ||
| ===== Outputs ===== | ===== Outputs ===== | ||
| - | ^ Name ^ Type ^ Description ^ | + | |
| - | | outNumber| [[real_value_type|Real Value]] | Input number. | | + | ^ Name ^ Type ^ Description ^ |
| + | | Out Number | [[Real Value Type]] | The number that was sent. | | ||
| ===== Group ===== | ===== Group ===== | ||
| Line 21: | Line 24: | ||
| [[Functor List#Integration | Integration]] | [[Functor List#Integration | Integration]] | ||
| - | ===== Internal Name ===== | + | ===== Notes ===== |
| + | |||
| + | This functor blocks until the number is sent. | ||
| + | |||
| + | Raises an error if no communication session is open. | ||
| + | |||
| + | See [[External Communication]] for how to open a session from an external application and exchange data with it. | ||
| + | |||
| + | ===== Internal Name ===== | ||
| SendNumber | SendNumber | ||
| + | |||