Main Content

Trigger-Based Operating Point Snapshot

Generate operating points at triggered events

  • Library:
  • Simulink Control Design

  • Trigger-Based Operating Point Snapshot block

Description

TheTrigger-Based Operating Point Snapshotblock takes snapshot operating points of a Simulink®model at triggered events indicated by the input trigger signal. For example, you can configure the block to take a snapshot whenever the trigger signal crosses zero while increasing.

You can then linearize your model at the operating points using thelinearizefunction or theModel Linearizer应用程序。

Ports

Input

expand all

Trigger control signal, specified as a scalar signal.

Parameters

expand all

类型的控制信号触发打开ating point snapshot.

  • rising— Trigger when the control signal crosses zero while increasing.

  • falling— Trigger when the control signal crosses zero while decreasing.

  • either— Trigger when the control signal crosses zero while either increasing or decreasing.

  • function-call: Trigger when the control signal receives a function-call event from a Stateflow®chart, aFunction-Call Generatorblock, anS-Functionblock, or aHit Crossingblock.

Programmatic Use

Block Parameter:'TriggerType'
Type:character vector
Values:'rising''falling''either''function-call'
Default:'rising'

Version History

Introduced before R2006a