Differences
This shows you the differences between two versions of the page.
|
receive_number [2020/04/28 12:54] argemiro created |
receive_number [2026/08/28 03:30] (current) hermann Sync from local documentation review |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ====== Receive Number ====== | + | ====== Receive Number ====== |
| ===== Description ===== | ===== Description ===== | ||
| - | Receive a Number using an opened communication session. | + | Receives a number sent by an external application, such as an R script, through an opened communication session. |
| ===== Inputs ===== | ===== Inputs ===== | ||
| + | |||
| None. | None. | ||
| ===== 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 send call in the external application. | Empty | | ||
| ===== Outputs ===== | ===== Outputs ===== | ||
| - | ^ Name ^ Type ^ Description ^ | + | |
| - | | Number| [[real_value_type|Real Value]] | Received Number. | | + | ^ Name ^ Type ^ Description ^ |
| + | | Number | [[Real Value Type]] | Received number. | | ||
| ===== Group ===== | ===== Group ===== | ||
| Line 20: | Line 23: | ||
| [[Functor List#Integration | Integration]] | [[Functor List#Integration | Integration]] | ||
| - | ===== Internal Name ===== | + | ===== Notes ===== |
| + | |||
| + | This functor blocks until the number is received. | ||
| + | |||
| + | 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 ===== | ||
| ReceiveNumber | ReceiveNumber | ||
| + | |||