Difference between revisions of "Component: Is Sim (Matrix Tools)"

From Flowcode Help
Jump to navigationJump to search
(XML import)
 
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
+
{| style="width:50%"
 
 
{| width="50%"
 
 
|-
 
|-
| width="20%" style="color: gray;" | Author
+
| width="20%" style="color:gray;" | Author
 
| Matrix TSL
 
| Matrix TSL
 
|-
 
|-
| width="20%" style="color: gray;" | Version
+
| width="20%" style="color:gray;" | Version
| 1.0 (Release)
+
| 1.0
 
|-
 
|-
| width="20%" style="color: gray;" | Category
+
| width="20%" style="color:gray;" | Category
 
| Matrix Tools
 
| Matrix Tools
 
|}
 
|}
  
  
 +
==Is Sim component==
 +
A simple component designed to aid in detecting if the current code is running in simulation or on a microcontroller.
 +
 +
==Component Pack==
 +
 +
FREE
 +
 +
==Detailed description==
  
==[[File:Component Icon 5f7b77e5_e979_4010_93f1_e6d98f83bd71.png|Image]] Is Sim component==
+
 
A simple component designed to aid in detecting if the current code is running in simulation or on a microcontroller.
+
 
 +
 
 +
 
 +
 
 +
 
 +
 
 +
 
 +
 
 +
 
 +
''No detailed description exists yet for this component''
  
 
==Examples==
 
==Examples==
''<span style="color:red;">No additional examples</span>''
 
  
  
==Downloadable macro reference==
 
  
===<span style="font-weight: normal;"><u><tt>Check</tt></u></span>===
 
Returns 0 if running on an embedded target or 1 if running in simulation runtime.
 
  
'''Parameters'''
 
  
:''This macro has no parameters''
 
  
  
'''Return value'''
 
  
:[[Variable Types|BOOL]] : Returns true if the operation is a success, else false
 
  
  
  
==Simulation macro reference==
 
  
''This component does not contain any simulation macros''
+
''<span style="color:red;">No additional examples</span>''
 +
 
 +
 
 +
==Downloadable macro reference==
 +
 
 +
{| class="wikitable" style="width:60%; background-color:#FFFFFF;"
 +
|-
 +
| width="10%" align="center" style="background-color:#D8C9D8;" align="center" | [[File:Fc9-comp-macro.png]]
 +
| width="90%" style="background-color:#D8C9D8; color:#4B008D;" | '''Check'''
 +
|-
 +
| colspan="2" | Returns 0 if running on an embedded target or 1 if running in simulation runtime.&nbsp;
 +
|-
 +
|-
 +
| width="10%" align="center" style="border-top: 2px solid #000;" | [[File:Fc9-bool-icon.png]] - BOOL
 +
| width="90%" style="border-top: 2px solid #000;" | ''Return''
 +
|}
 +
 
 +
 
  
  
 
==Property reference==
 
==Property reference==
<span style="font-weight: normal;"><u>Sim</u></span>
 
  
This property is of type ''True or false'' and can be referenced with the variable name ''Sim''.
+
{| class="wikitable" style="width:60%; background-color:#FFFFFF;"
 
+
|-
''<span style="color:red;">No additional information</span>''
+
| width="10%" align="center" style="background-color:#D8C9D8;" | [[File:Fc9-prop-icon.png]]
 +
| width="90%" style="background-color:#D8C9D8; color:#4B008D;" | '''Properties'''  
 +
|-
 +
|-
 +
| width="10%" align="center" | [[File:Fc9-type-7-icon.png]]
 +
| width="90%" | Sim
 +
|-
 +
| colspan="2" | &nbsp;
 +
|}

Latest revision as of 17:21, 9 November 2022

Author Matrix TSL
Version 1.0
Category Matrix Tools


Is Sim component

A simple component designed to aid in detecting if the current code is running in simulation or on a microcontroller.

Component Pack

FREE

Detailed description

No detailed description exists yet for this component

Examples

No additional examples


Downloadable macro reference

Fc9-comp-macro.png Check
Returns 0 if running on an embedded target or 1 if running in simulation runtime. 
Fc9-bool-icon.png - BOOL Return



Property reference

Fc9-prop-icon.png Properties
Fc9-type-7-icon.png Sim