Raptor:Raptor String Reference: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
(2 intermediate revisions by 2 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]] | ||
Line 8: | Line 8: | ||
<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. |