Raptor:Raptor String Reference: Difference between revisions

From NewEagleWiki
Jump to navigation Jump to search
 
No edit summary
 
(3 intermediate revisions by 3 users not shown)
Line 1: Line 1:
[[RaptorWiki|Return to the main Raptor page]]
[[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|Raptor String Reference]]
[[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>


== Inputs ==
<p>Note: Simulink String blocks are not compatible with Raptor blocks. Please use Raptor String blocks.</p>
{| class="wikitable" style="width:75%;"
|-
! scope="col" style="width: 15%;"|Input
! scope="col" style="width: 15%;"|Type
! scope="col" style="width: 70%;"|Description
|}


== Outputs ==
== Outputs ==
Line 23: Line 17:
! scope="col" style="width: 70%;"|Description
! scope="col" style="width: 70%;"|Description
|-
|-
!  
! Value
| string
| 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.
|}
|}
== Supported Versions ==
* [[Raptor:Versions#2013a_0.0.1|Raptor 2013a_0.0.1]] and newer

Latest revision as of 14:01, 14 September 2023

Return to the main Raptor page

Return to Strings page

Raptor™ String Reference

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.