Blocks.PartialRealMISO
Usage
TranslatedComponents.Blocks.PartialRealMISO(significantDigits=3, nu=0)
Parameters:
| Name | Description | Units | Default value |
|---|---|---|---|
significantDigits | Number of significant digits to be shown in dynamic diagram layer for y | – | 3 |
nu | Number of input connections | – | 0 |
Connectors
u- (RealVectorInput)y- This connector represents a real signal as an output from a component (RealOutput)
Source
dyad
partial component PartialRealMISO
u = RealVectorInput()
y = RealOutput()
# Number of significant digits to be shown in dynamic diagram layer for y
parameter significantDigits::Integer(min = 1) = 3
# Number of input connections
parameter nu::Integer(min = 0) = 0
relations
endFlattened Source
dyad
partial component PartialRealMISO
u = RealVectorInput()
y = RealOutput()
# Number of significant digits to be shown in dynamic diagram layer for y
parameter significantDigits::Integer(min = 1) = 3
# Number of input connections
parameter nu::Integer(min = 0) = 0
relations
metadata {}
endTest Cases
No test cases defined.
Related
Examples
Experiments
Analyses