This package contains interface definitions for continuous input/output blocks with Real, Integer and Boolean signals. Furthermore, it contains partial models for continuous and discrete blocks.
Extends from Modelica.Icons.InterfacesPackage
(Icon for packages containing interfaces).
Name | Description |
---|---|
Adaptors … | Package with adaptors (especially useful for FMUs) |
BlockIcon | This icon will be removed in future Modelica versions, use Modelica.Blocks.Icons.Block instead. |
BooleanBlockIcon | This icon will be removed in future Modelica versions, use Modelica.Blocks.Icons.BooleanBlock instead. |
BooleanInput | 'input Boolean' as connector |
BooleanMIMOs | Multiple Input Multiple Output continuous control block with same number of inputs and outputs of Boolean type |
BooleanOutput | 'output Boolean' as connector |
BooleanSignalSource | Base class for Boolean signal sources |
BooleanSISO | Single Input Single Output control block with signals of type Boolean |
BooleanVectorInput | Boolean input connector used for vector of connectors |
DiscreteBlock | Base class of discrete control blocks |
DiscreteBlockIcon | This icon will be removed in future Modelica versions, use Modelica.Blocks.Icons.DiscreteBlock instead. |
DiscreteMIMO | Multiple Input Multiple Output discrete control block |
DiscreteMIMOs | Multiple Input Multiple Output discrete control block |
DiscreteSISO | Single Input Single Output discrete control block |
IntegerBlockIcon | This icon will be removed in future Modelica versions, use Modelica.Blocks.Icons.IntegerBlock instead. |
IntegerInput | 'input Integer' as connector |
IntegerMIBooleanMOs | Multiple Integer Input Multiple Boolean Output continuous control block with same number of inputs and outputs |
IntegerMO | Multiple Integer Output continuous control block |
IntegerOutput | 'output Integer' as connector |
IntegerSIBooleanSO | Integer Input Boolean Output continuous control block |
IntegerSignalSource | Base class for continuous Integer signal source |
IntegerSO | Single Integer Output continuous control block |
IntegerVectorInput | Integer input connector used for vector of connectors |
MI2BooleanMOs | 2 Multiple Input / Boolean Multiple Output block with same signal lengths |
MI2MO | 2 Multiple Input / Multiple Output continuous control block |
MIMO | Multiple Input Multiple Output continuous control block |
MIMOs | Multiple Input Multiple Output continuous control block with same number of inputs and outputs |
MISO | Multiple Input Single Output continuous control block |
MO | Multiple Output continuous control block |
MVcontrol | Multi-Variable continuous controller |
MVdiscrete | Discrete Multi-Variable controller |
partialBooleanBlockIcon | This icon will be removed in future Modelica versions, use Modelica.Blocks.Icons.PartialBooleanBlock instead. |
partialBooleanComparison | Partial block with 2 Real input and 1 Boolean output signal (the result of a comparison of the two Real inputs) |
PartialBooleanMISO | Partial block with a BooleanVectorInput and a BooleanOutput signal |
partialBooleanSI | Partial block with 1 input Boolean signal |
partialBooleanSI2SO | Partial block with 2 input and 1 output Boolean signal |
partialBooleanSI3SO | Partial block with 3 input and 1 output Boolean signal |
partialBooleanSISO | Partial block with 1 input and 1 output Boolean signal |
PartialBooleanSISO_small | Partial block with a BooleanInput and a BooleanOutput signal and a small block icon |
partialBooleanSO | Partial block with 1 output Boolean signal |
partialBooleanSource | Partial source block (has 1 output Boolean signal and an appropriate default icon) |
partialBooleanThresholdComparison | Partial block to compare the Real input u with a threshold and provide the result as 1 Boolean output signal |
PartialConversionBlock | Partial block defining the interface for conversion blocks |
PartialIntegerMISO | Partial block with an IntegerVectorInput and an IntegerOutput signal |
PartialIntegerSISO | Partial block with a IntegerInput and an IntegerOutput signal |
PartialNoise | Partial noise generator |
PartialRealMISO | Partial block with a RealVectorInput and a RealOutput signal |
RealInput | 'input Real' as connector |
RealOutput | 'output Real' as connector |
RealVectorInput | Real input connector used for vector of connectors |
RealVectorOutput | Real output connector used for vector of connectors |
SI2BooleanSO | 2 Single Input / Boolean Single Output block |
SI2SO | 2 Single Input / 1 Single Output continuous control block |
SignalSource | Base class for continuous signal source |
SIMO | Single Input Multiple Output continuous control block |
SISO | Single Input Single Output continuous control block |
SO | Single Output continuous control block |
SVcontrol | Single-Variable continuous controller |
SVdiscrete | Discrete Single-Variable controller |
Connector with one input signal of type Real.
Extends from Real
.
Connector with one output signal of type Real.
Extends from Real
.
Connector with one input signal of type Boolean.
Extends from Boolean
.
Connector with one output signal of type Boolean.
Extends from Boolean
.
Connector with one input signal of type Integer.
Extends from Integer
.
Connector with one output signal of type Integer.
Extends from Integer
.
Real input connector that is used for a vector of connectors, for example PartialRealMISO, and has therefore a different icon as RealInput connector.
Extends from Real
.
Integer input connector that is used for a vector of connectors, for example PartialIntegerMISO, and has therefore a different icon as IntegerInput connector.
Extends from Integer
.
Boolean input connector that is used for a vector of connectors, for example PartialBooleanMISO, and has therefore a different icon as BooleanInput connector.
Extends from Boolean
.
Real output connector that is used for a vector of connectors, for example DeMultiplex, and has therefore a different icon as RealOutput connector.
Extends from Real
.
Block has one continuous Real output signal.
Extends from Modelica.Blocks.Icons.Block
(Basic graphical layout of input/output block).
Type | Name | Description |
---|---|---|
output RealOutput | y | Connector of Real output signal |
Block has one continuous Real output signal vector.
Extends from Modelica.Blocks.Icons.Block
(Basic graphical layout of input/output block).
Type | Name | Default | Description |
---|---|---|---|
Integer | nout | 1 | Number of outputs |
Type | Name | Description |
---|---|---|
output RealOutput | y[nout] | Connector of Real output signals |
Block has one continuous Real input and one continuous Real output signal.
Extends from Modelica.Blocks.Icons.Block
(Basic graphical layout of input/output block).
Type | Name | Description |
---|---|---|
input RealInput | u | Connector of Real input signal |
output RealOutput | y | Connector of Real output signal |
Block has two continuous Real input signals u1 and u2 and one continuous Real output signal y.
Extends from Modelica.Blocks.Icons.Block
(Basic graphical layout of input/output block).
Type | Name | Description |
---|---|---|
input RealInput | u1 | Connector of Real input signal 1 |
input RealInput | u2 | Connector of Real input signal 2 |
output RealOutput | y | Connector of Real output signal |
Block has one continuous Real input signal and a vector of continuous Real output signals.
Extends from Modelica.Blocks.Icons.Block
(Basic graphical layout of input/output block).
Type | Name | Default | Description |
---|---|---|---|
Integer | nout | 1 | Number of outputs |
Type | Name | Description |
---|---|---|
input RealInput | u | Connector of Real input signal |
output RealOutput | y[nout] | Connector of Real output signals |
Block has a vector of continuous Real input signals and one continuous Real output signal.
Extends from Modelica.Blocks.Icons.Block
(Basic graphical layout of input/output block).
Type | Name | Default | Description |
---|---|---|---|
Integer | nin | 1 | Number of inputs |
Type | Name | Description |
---|---|---|
input RealInput | u[nin] | Connector of Real input signals |
output RealOutput | y | Connector of Real output signal |
Type | Name | Default | Description |
---|---|---|---|
Integer | significantDigits | 3 | Number of significant digits to be shown in dynamic diagram layer for y |
Integer | nu | 0 | Number of input connections |
Type | Name | Description |
---|---|---|
input RealVectorInput | u[nu] |   |
output RealOutput | y |   |
Block has a continuous Real input and a continuous Real output signal vector. The signal sizes of the input and output vector may be different.
Extends from Modelica.Blocks.Icons.Block
(Basic graphical layout of input/output block).
Type | Name | Default | Description |
---|---|---|---|
Integer | nin | 1 | Number of inputs |
Integer | nout | 1 | Number of outputs |
Type | Name | Description |
---|---|---|
input RealInput | u[nin] | Connector of Real input signals |
output RealOutput | y[nout] | Connector of Real output signals |
Block has a continuous Real input and a continuous Real output signal vector where the signal sizes of the input and output vector are identical.
Extends from Modelica.Blocks.Icons.Block
(Basic graphical layout of input/output block).
Type | Name | Default | Description |
---|---|---|---|
Integer | n | 1 | Number of inputs (= number of outputs) |
Type | Name | Description |
---|---|---|
input RealInput | u[n] | Connector of Real input signals |
output RealOutput | y[n] | Connector of Real output signals |
Block has two continuous Real input vectors u1 and u2 and one continuous Real output vector y. All vectors have the same number of elements.
Extends from Modelica.Blocks.Icons.Block
(Basic graphical layout of input/output block).
Type | Name | Default | Description |
---|---|---|---|
Integer | n | 1 | Dimension of input and output vectors. |
Type | Name | Description |
---|---|---|
input RealInput | u1[n] | Connector 1 of Real input signals |
input RealInput | u2[n] | Connector 2 of Real input signals |
output RealOutput | y[n] | Connector of Real output signals |
Basic block for Real sources of package Blocks.Sources. This component has one continuous Real output signal y and two parameters (offset, startTime) to shift the generated signal.
Extends from Modelica.Blocks.Interfaces.SO
(Single Output continuous control block).
Type | Name | Default | Description |
---|---|---|---|
Real | offset | 0 | Offset of output signal y |
Time | startTime | 0 | Output y = offset for time < startTime |
Type | Name | Description |
---|---|---|
output RealOutput | y | Connector of Real output signal |
Block has two continuous Real input signals and one continuous Real output signal. The block is designed to be used as base class for a corresponding controller.
Extends from Modelica.Blocks.Icons.Block
(Basic graphical layout of input/output block).
Type | Name | Description |
---|---|---|
input RealInput | u_s | Connector of setpoint input signal |
input RealInput | u_m | Connector of measurement input signal |
output RealOutput | y | Connector of actuator output signal |
Block has two continuous Real input signal vectors and one continuous Real output signal vector. The block is designed to be used as base class for a corresponding controller.
Extends from Modelica.Blocks.Icons.Block
(Basic graphical layout of input/output block).
Type | Name | Default | Description |
---|---|---|---|
Integer | nu_s | 1 | Number of setpoint inputs |
Integer | nu_m | 1 | Number of measurement inputs |
Integer | ny | 1 | Number of actuator outputs |
Type | Name | Description |
---|---|---|
input RealInput | u_s[nu_s] | Connector of setpoint input signals |
input RealInput | u_m[nu_m] | Connector of measurement input signals |
output RealOutput | y[ny] | Connector of actuator output signals |
Basic definitions of a discrete block of library Blocks.Discrete. The output(s) will only change at events, but are not formally a discrete variable(s) in Modelica. The input(s) will be sampled, and can thus be continuous variable(s).
Important: If you connect several discrete blocks you should normally ensure that samplePeriod (and startTime) are exactly identical for all blocks, since otherwise the output from one block will be transformed into a continuous signal and sampled, which can cause a variable delay of up to one sample period leading to unexpected results.
Modelica 3.3 introduced synchronous operators that avoid the need to manually propagate samplePeriod to each block.
Extends from Modelica.Blocks.Icons.DiscreteBlock
(Graphical layout of discrete block component icon).
Type | Name | Default | Description |
---|---|---|---|
Time | samplePeriod | Sample period of component | |
Time | startTime | 0 | First sample time instant |
Block has one input and one output signal which are sampled due to the defined samplePeriod parameter. See the base-class DiscreteBlock for more information.
Extends from Modelica.Blocks.Interfaces.DiscreteBlock
(Base class of discrete control blocks).
Type | Name | Default | Description |
---|---|---|---|
Time | samplePeriod | Sample period of component | |
Time | startTime | 0 | First sample time instant |
Type | Name | Description |
---|---|---|
input RealInput | u | Connector of Real input signal |
output RealOutput | y | Connector of Real output signal |
Block has a input and a output signal vector which are sampled due to the defined samplePeriod parameter. See the base-class DiscreteBlock for more information.
Extends from Modelica.Blocks.Interfaces.DiscreteBlock
(Base class of discrete control blocks).
Type | Name | Default | Description |
---|---|---|---|
Time | samplePeriod | Sample period of component | |
Time | startTime | 0 | First sample time instant |
Integer | nin | 1 | Number of inputs |
Integer | nout | 1 | Number of outputs |
Type | Name | Description |
---|---|---|
input RealInput | u[nin] | Connector of Real input signals |
output RealOutput | y[nout] | Connector of Real output signals |
Block has a input and a output signal vector where the signal sizes of the input and output vector are identical. These signals are sampled due to the defined samplePeriod parameter. See the base-class DiscreteBlock for more information.
Extends from Modelica.Blocks.Interfaces.DiscreteBlock
(Base class of discrete control blocks).
Type | Name | Default | Description |
---|---|---|---|
Integer | n | 1 | Number of inputs (= number of outputs) |
Time | samplePeriod | Sample period of component | |
Time | startTime | 0 | First sample time instant |
Type | Name | Description |
---|---|---|
input RealInput | u[n] | Connector of Real input signals |
output RealOutput | y[n] | Connector of Real output signals |
Block has two Real input signals and one Real output signal that are sampled due to the defined samplePeriod parameter. The block is designed to be used as base class for a corresponding controller. See the base-class DiscreteBlock for more information.
Extends from Modelica.Blocks.Interfaces.DiscreteBlock
(Base class of discrete control blocks).
Type | Name | Default | Description |
---|---|---|---|
Time | samplePeriod | Sample period of component | |
Time | startTime | 0 | First sample time instant |
Type | Name | Description |
---|---|---|
input RealInput | u_s | Scalar setpoint input signal |
input RealInput | u_m | Scalar measurement input signal |
output RealOutput | y | Scalar actuator output signal |
Block has two Real input signal vectors and one Real output signal vector. The vector signals are sampled due to the defined samplePeriod parameter. The block is designed to be used as base class for a corresponding controller. See the base-class DiscreteBlock for more information.
Extends from Modelica.Blocks.Interfaces.DiscreteBlock
(Base class of discrete control blocks).
Type | Name | Default | Description |
---|---|---|---|
Time | samplePeriod | Sample period of component | |
Time | startTime | 0 | First sample time instant |
Integer | nu_s | 1 | Number of setpoint inputs |
Integer | nu_m | 1 | Number of measurement inputs |
Integer | ny | 1 | Number of actuator outputs |
Type | Name | Description |
---|---|---|
input RealInput | u_s[nu_s] | Setpoint input signals |
input RealInput | u_m[nu_m] | Measurement input signals |
output RealOutput | y[ny] | Actuator output signals |
Block has one continuous Boolean input and one continuous Boolean output signal.
Extends from Modelica.Blocks.Icons.BooleanBlock
(Basic graphical layout of Boolean block).
Type | Name | Description |
---|---|---|
input BooleanInput | u | Connector of Boolean input signal |
output BooleanOutput | y | Connector of Boolean output signal |
Block has a continuous Boolean input and a continuous Boolean output signal vector where the signal sizes of the input and output vector are identical.
Extends from Modelica.Blocks.Icons.BooleanBlock
(Basic graphical layout of Boolean block).
Type | Name | Default | Description |
---|---|---|---|
Integer | n | 1 | Number of inputs (= number of outputs) |
Type | Name | Description |
---|---|---|
input BooleanInput | u[n] | Connector of Boolean input signals |
output BooleanOutput | y[n] | Connector of Boolean output signals |
Block has two Boolean input vectors u1 and u2 and one Boolean output vector y. All vectors have the same number of elements.
Extends from Modelica.Blocks.Icons.BooleanBlock
(Basic graphical layout of Boolean block).
Type | Name | Default | Description |
---|---|---|---|
Integer | n | 1 | Dimension of input and output vectors. |
Type | Name | Description |
---|---|---|
input RealInput | u1[n] | Connector 1 of Boolean input signals |
input RealInput | u2[n] | Connector 2 of Boolean input signals |
output BooleanOutput | y[n] | Connector of Boolean output signals |
Block has two Boolean input signals u1 and u2 and one Boolean output signal y.
Extends from Modelica.Blocks.Icons.BooleanBlock
(Basic graphical layout of Boolean block).
Type | Name | Description |
---|---|---|
input BooleanInput | u1 | Connector 1 of Boolean input signals |
input BooleanInput | u2 | Connector 2 of Boolean input signals |
output BooleanOutput | y | Connector of Boolean output signals |
Basic block for Boolean sources of package Blocks.Sources. This component has one continuous Boolean output signal y.
Extends from Modelica.Blocks.Icons.BooleanBlock
(Basic graphical layout of Boolean block).
Type | Name | Description |
---|---|---|
output BooleanOutput | y | Connector of Boolean output signal |
Block has one continuous Integer output signal.
Extends from Modelica.Blocks.Icons.IntegerBlock
(Basic graphical layout of Integer block).
Type | Name | Description |
---|---|---|
output IntegerOutput | y | Connector of Integer output signal |
Block has one continuous Integer output signal vector.
Extends from Modelica.Blocks.Icons.IntegerBlock
(Basic graphical layout of Integer block).
Type | Name | Default | Description |
---|---|---|---|
Integer | nout | 1 | Number of outputs |
Type | Name | Description |
---|---|---|
output IntegerOutput | y[nout] | Connector of Integer output signals |
Basic block for Integer sources of package Blocks.Sources. This component has one continuous Integer output signal y and two parameters (offset, startTime) to shift the generated signal.
Extends from Modelica.Blocks.Interfaces.IntegerSO
(Single Integer Output continuous control block).
Type | Name | Default | Description |
---|---|---|---|
Integer | offset | 0 | Offset of output signal y |
Time | startTime | 0 | Output y = offset for time < startTime |
Type | Name | Description |
---|---|---|
output IntegerOutput | y | Connector of Integer output signal |
Block has a continuous Integer input and a continuous Boolean output signal.
Extends from Modelica.Blocks.Icons.BooleanBlock
(Basic graphical layout of Boolean block).
Type | Name | Description |
---|---|---|
input IntegerInput | u | Connector of Integer input signal |
output BooleanOutput | y | Connector of Boolean output signal |
Block has a continuous Integer input and a continuous Boolean output signal vector where the signal sizes of the input and output vector are identical.
Extends from Modelica.Blocks.Icons.BooleanBlock
(Basic graphical layout of Boolean block).
Type | Name | Default | Description |
---|---|---|---|
Integer | n | 1 | Number of inputs (= number of outputs) |
Type | Name | Description |
---|---|---|
input IntegerInput | u[n] | Connector of Integer input signals |
output BooleanOutput | y[n] | Connector of Boolean output signals |
Type | Name | Description |
---|---|---|
input IntegerInput | u | Integer input signal |
output IntegerOutput | y | Integer output signal |
Type | Name | Default | Description |
---|---|---|---|
Integer | nu | 0 | Number of input connections |
Type | Name | Description |
---|---|---|
input IntegerVectorInput | u[nu] | Vector of Integer input signals |
output IntegerOutput | y | Integer output signal |
Block has one continuous Boolean input and one continuous Boolean output signal with a 3D icon (e.g., used in Blocks.Logical library).
Extends from Modelica.Blocks.Icons.PartialBooleanBlock
(Basic graphical layout of logical block).
Type | Name | Description |
---|---|---|
input BooleanInput | u | Connector of Boolean input signal |
output BooleanOutput | y | Connector of Boolean output signal |
Block has two continuous Boolean input and one continuous Boolean output signal with a 3D icon (e.g., used in Blocks.Logical library).
Extends from Modelica.Blocks.Icons.PartialBooleanBlock
(Basic graphical layout of logical block).
Type | Name | Description |
---|---|---|
input BooleanInput | u1 | Connector of first Boolean input signal |
input BooleanInput | u2 | Connector of second Boolean input signal |
output BooleanOutput | y | Connector of Boolean output signal |
Block has three continuous Boolean input and one continuous Boolean output signal with a 3D icon (e.g., used in Blocks.Logical library).
Extends from Modelica.Blocks.Icons.PartialBooleanBlock
(Basic graphical layout of logical block).
Type | Name | Description |
---|---|---|
input BooleanInput | u1 | Connector of first Boolean input signal |
input BooleanInput | u2 | Connector of second Boolean input signal |
input BooleanInput | u3 | Connector of third Boolean input signal |
output BooleanOutput | y | Connector of Boolean output signal |
Block has one continuous Boolean input signal with a 3D icon (e.g., used in Blocks.Logical library).
Extends from Modelica.Blocks.Icons.PartialBooleanBlock
(Basic graphical layout of logical block).
Type | Name | Description |
---|---|---|
input BooleanInput | u | Connector of Boolean input signal |
Block has one continuous Boolean output signal with a 3D icon (e.g., used in Blocks.Logical library).
Extends from Modelica.Blocks.Icons.PartialBooleanBlock
(Basic graphical layout of logical block).
Type | Name | Description |
---|---|---|
output BooleanOutput | y | Connector of Boolean output signal |
Basic block for Boolean sources of package Blocks.Sources. This component has one continuous Boolean output signal y and a 3D icon (e.g., used in Blocks.Logical library).
Extends from Modelica.Blocks.Icons.PartialBooleanBlock
(Basic graphical layout of logical block).
Type | Name | Description |
---|---|---|
output BooleanOutput | y | Connector of Boolean output signal |
Block has one continuous Real input and one continuous Boolean output signal as well as a 3D icon (e.g., used in Blocks.Logical library).
Type | Name | Default | Description |
---|---|---|---|
Real | threshold | 0 | Comparison with respect to threshold |
Type | Name | Description |
---|---|---|
input RealInput | u | Connector of Real input signal |
output BooleanOutput | y | Connector of Boolean output signal |
Block has two continuous Real input and one continuous Boolean output signal as a result of the comparison of the two input signals. The block has a 3D icon (e.g., used in Blocks.Logical library).
Type | Name | Description |
---|---|---|
input RealInput | u1 | Connector of first Real input signal |
input RealInput | u2 | Connector of second Real input signal |
output BooleanOutput | y | Connector of Boolean output signal |
Type | Name | Description |
---|---|---|
input BooleanInput | u | Boolean input signal |
output BooleanOutput | y | Boolean output signal |
Type | Name | Default | Description |
---|---|---|---|
Integer | nu | 0 | Number of input connections |
Type | Name | Description |
---|---|---|
input BooleanVectorInput | u[nu] | Vector of Boolean input signals |
output BooleanOutput | y | Boolean output signal |
This block defines the interface of a conversion block that converts from one unit into another one.
Type | Name | Description |
---|---|---|
input RealInput | u | Connector of Real input signal to be converted |
output RealOutput | y | Connector of Real output signal containing input signal u in another unit |
This icon will be removed in future versions of the Modelica Standard Library. Instead the icon Modelica.Blocks.Icons.Block shall be used.
Extends from Modelica.Icons.ObsoleteModel
(Icon for classes that are obsolete and will be removed in later versions).
This icon will be removed in future versions of the Modelica Standard Library. Instead the icon Modelica.Blocks.Icons.BooleanBlock shall be used.
Extends from Modelica.Icons.ObsoleteModel
(Icon for classes that are obsolete and will be removed in later versions).
This icon will be removed in future versions of the Modelica Standard Library. Instead the icon Modelica.Blocks.Icons.DiscreteBlock shall be used.
Extends from Modelica.Icons.ObsoleteModel
(Icon for classes that are obsolete and will be removed in later versions).
This icon will be removed in future versions of the Modelica Standard Library. Instead the icon Modelica.Blocks.Icons.IntegerBlock shall be used.
Extends from Modelica.Icons.ObsoleteModel
(Icon for classes that are obsolete and will be removed in later versions).
This icon will be removed in future versions of the Modelica Standard Library. Instead the icon Modelica.Blocks.Icons.PartialBooleanBlock shall be used.
Extends from Modelica.Icons.ObsoleteModel
(Icon for classes that are obsolete and will be removed in later versions).
Partial base class of noise generators defining the common features of noise blocks.
Extends from Modelica.Blocks.Interfaces.SO
(Single Output continuous control block).
Type | Name | Default | Description |
---|---|---|---|
Period | samplePeriod | Period for sampling the raw random numbers | |
Boolean | enableNoise | globalSeed.enableNoise | =true: y = noise, otherwise y = y_off |
Real | y_off | 0 | y = y_off if enableNoise=false (or time<startTime, see below) |
Boolean | useGlobalSeed | true | = true: use global seed, otherwise ignore it |
Boolean | useAutomaticLocalSeed | true | = true: use automatic local seed, otherwise use fixedLocalSeed |
Integer | fixedLocalSeed | 1 | Local seed (any Integer number) |
Time | startTime | 0 | Start time for sampling the raw random numbers |
Integer | localSeed | The actual localSeed |
Type | Name | Description |
---|---|---|
output RealOutput | y | Connector of Real output signal |
Generated 2018-12-12 12:09:55 EST by MapleSim.