blockPartialSISO_equality
Partial Single Input Single Output (continuous or discrete) control block of Controller library where usually y=u if continuous block
Extends from Icons.PartialBlockIcon (Icon for a discrete/continuous block).
Information
If discrete block, the output y is sampled according to sample time sampleClock.sampleTime * sampleFactor, where sampleClock.sampleTime is defined globally in the outer component sampleClock and sampleFactor is an Integer parameter of component Sampler.
If continuous block, the output y is identical to the input u.
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| Types.BlockTypeWithGlobalDefault | blockType | Modelica_LinearSystems2.Controllers.Types.BlockTypeWithGlobalDefault.UseSampleClockOption | Type of block |
| Boolean | continuous | blockType == Types.BlockTypeWithGlobalDefault.Continuous or blockType == Types.BlockTypeWithGlobalDefault.UseSampleClockOption and sampleClock.blockType == Types.BlockType.Continuous | True, if continuous block, otherwise discrete block |
| Discrete block parameters | |||
| Integer | sampleFactor | 1 | Sample factor for sample time (Ts = sampleFactor * sampleClock.sampleTime) |
Connectors
| Type | Name | Default | Description |
|---|---|---|---|
| Modelica.Blocks.Interfaces.RealInput | u | Continuous or discrete input signal of block | |
| Modelica.Blocks.Interfaces.RealOutput | y | Continuous or discrete output signal of block |