Differences

This shows you the differences between two versions of the page.

Link to this comparison view

send_lookup_table [2020/04/30 14:31]
argemiro created
send_lookup_table [2026/08/28 03:34] (current)
hermann Sync from local documentation review
Line 1: Line 1:
-====== Send Lookup Table====== ​+====== Send Lookup Table ======
  
 ===== Description ===== ===== Description =====
  
-Send Lookup Table using an opened communication session.+Sends lookup table to an external application,​ such as an R script, through ​an opened communication session.
  
 ===== Inputs ===== ===== Inputs =====
-^ Name ^ Type ^ Description ^ + 
-| Lookup Table| [[lookup_table_type|Lookup Table]] | Any Lookup ​Table.  |+^ Name  ^ Type  ^ Description ​ 
 +| Lookup Table  | [[Lookup Table Type]]  | Lookup ​table to send.  |
  
 ===== Optional Inputs ===== ===== Optional Inputs =====
-^ Name ^ Type ^ Description ^ + 
-| Tag| [[string_type|String]] | Lookup Table identifier.  |+^ Name  ^ Type  ^ Description ​ ^ Default Value  ​
 +| Tag  | [[String ​Type]]  Identifier used to match this lookup table with the corresponding receive call in the external application | Empty  |
  
 ===== Outputs ===== ===== Outputs =====
-^ Name ^ Type ^ Description ^ + 
-out Lookup Table| [[lookup_table_type|Lookup Table]] | Input Lookup Table.  |+^ Name  ^ Type  ^ Description ​ 
 +Out Lookup Table  | [[Lookup Table Type]]  The lookup table 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 lookup table 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 =====
  
 SendLookupTable SendLookupTable
 +