Back to Aurora Vision Studio website
	
                
                    
		
	You are here: Start » Filter Reference » Basic » Real » CreateRealSequence
| Module: | FoundationLite | 
|---|
Creates an arithmetic sequence of real numbers.
| Name | Type | Range | Description | |
|---|---|---|---|---|
![]()  | 
				inStart | Real | Input Real number that sequence will start from | |
![]()  | 
				inCount | Integer | 0 - ![]()  | 
				Input Integer number determining number of times inStart input value will be incremented | 
![]()  | 
				inStep | Real | Input Real number determining value added to inStart input value during each iteration | |
![]()  | 
				outValues | RealArray | Output RealArray value result of incrementation within each iteration | |
Examples
Description of usage of this filter can be found in examples and tutorial: Generating Plots Using Formulas.
Remarks
To obtain an arbitrary sequence of real numbers, one can use the filter along with an appropriate formula block.
![]()  | 
Sample creation of the sequence of sine values.
Complexity Level
This filter is available on Advanced Complexity Level.
See Also
- CreateIntegerSequence – Creates an arithmetic sequence of integer numbers.
 

 Advanced


