Blocks.IntegerToReal ​
Usage ​
TranslatedComponents.Blocks.IntegerToReal()
Connectors ​
u- (IntegerInput)y- This connector represents a real signal as an output from a component (RealOutput)
Behavior ​
julia
using TranslatedComponents #hide
using ModelingToolkit #hide
@named sys = TranslatedComponents.Blocks.IntegerToReal() #hide
full_equations(sys) #hide<< @example-block not executed in draft mode >>Source ​
dyad
component IntegerToReal
u = IntegerInput()
y = RealOutput()
relations
y = u
endFlattened Source
dyad
component IntegerToReal
u = IntegerInput()
y = RealOutput()
relations
y = u
metadata {}
endTest Cases ​
No test cases defined.
Related ​
Examples
Experiments
Analyses