Table of Contents

FirstOrderResponse

https://bladednextgen.dnv.com/schema/0.4.1/Components/PitchSystem/PitchController/PitchSystemDemand/ResponseToDemand/FirstOrderResponse.json

Defines a first-order delay response to the controller's demands.

  • ResponseToDemandType: string = FirstOrderResponse
  • RateLimits: object (PitchRateLimits)
  • AccelerationLimits: object (PitchAccelerationLimits)
  • LagTime: number (s)

A type of ResponseToDemand

Properties

RateLimits: object(PitchRateLimits), optional

The rate limits.

AccelerationLimits: object(PitchAccelerationLimits), optional

The acceleration limits.

ResponseToDemandType: string

Defines the specific type of ResponseToDemand model in use. For a FirstOrderResponse object, this must always be set to a value of FirstOrderResponse.

LagTime: number (s), optional

The time constant for 1st order response delay.

default = 0.3