Raptor:Raptor String Reference: Difference between revisions
Jump to navigation
Jump to search
(Created page with 'Return to the main Raptor page Return to Strings page right|frame|Raptor String Reference == Description =…') |
No edit summary |
||
(3 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
[[ | [[Raptor-Platform|Return to the main Raptor page]] | ||
[[Raptor:Strings|Return to Strings page]] | [[Raptor:Strings|Return to Strings page]] | ||
[[File:RaptorStringReference.jpg|right|frame| | [[File:RaptorStringReference.jpg|right|frame|Raptor™ String Reference]] | ||
== Description == | == Description == | ||
<p>This block outputs a duplicate string handle for a string which was already defined with the raptor_string block.</p> | <p>This block outputs a duplicate string handle for a string which was already defined with the raptor_string block.</p> | ||
<p>Note: Simulink String blocks are not compatible with Raptor blocks. Please use Raptor String blocks.</p> | |||
== Outputs == | == Outputs == | ||
Line 23: | Line 17: | ||
! scope="col" style="width: 70%;"|Description | ! scope="col" style="width: 70%;"|Description | ||
|- | |- | ||
! | ! Value | ||
| | | r_string | ||
| String handle | | String handle | ||
|} | |} | ||
Line 39: | Line 33: | ||
| Name of this string to output the handle of. Must match the name set in the raptor_string block. | | Name of this string to output the handle of. Must match the name set in the raptor_string block. | ||
|} | |} | ||
Latest revision as of 14:01, 14 September 2023
Return to the main Raptor page
Description
This block outputs a duplicate string handle for a string which was already defined with the raptor_string block.
Note: Simulink String blocks are not compatible with Raptor blocks. Please use Raptor String blocks.
Outputs
Output | Type | Description |
---|---|---|
Value | r_string | String handle |
Parameters
Parameter | Type | Description |
---|---|---|
Name | String | Name of this string to output the handle of. Must match the name set in the raptor_string block. |