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

TypeNameDefaultDescription
Types.BlockTypeWithGlobalDefaultblockTypeModelica_LinearSystems2.Controllers.Types.BlockTypeWithGlobalDefault.UseSampleClockOptionType of block
BooleancontinuousblockType == Types.BlockTypeWithGlobalDefault.Continuous or blockType == Types.BlockTypeWithGlobalDefault.UseSampleClockOption and sampleClock.blockType == Types.BlockType.ContinuousTrue, if continuous block, otherwise discrete block
Discrete block parameters
IntegersampleFactor1Sample factor for sample time (Ts = sampleFactor * sampleClock.sampleTime)

Connectors

TypeNameDefaultDescription
Modelica.Blocks.Interfaces.RealInputuContinuous or discrete input signal of block
Modelica.Blocks.Interfaces.RealOutputyContinuous or discrete output signal of block