Documentation Home Page ePHASORSIM Home Page
Pour la documentation en FRANÇAIS, utilisez l'outil de traduction de votre navigateur Chrome, Edge ou Safari. Voir un exemple.

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

I/O Pins Format

FMU exported from a single component have following I/O pins that are in common with Native Library components.

No

Pin Description

Pin Type

Instruction

1

Set/Get reference increment

I/O

exciterID/pins/dVref

turbineID/pins/dGref

2Get component outputO

exciterID/pins/Efd

turbineID/pins/Pmech

stabilizerID/pins/Vothsg


The pins path format that are exclusive to single component FMU are listed below.

No

Pin Description

Pin Type

Instruction

Examples

1

Component pins

O

ComponentID/Component pins name

ex1/EFD, ex1/EFD0

2

Sub-block pins

O

ComponentID/Sub-block_name.pins_name

ex1/add3.y, ex1/add3.u
3Component parameter/variableO

ComponentID/Data name

Type supported: 'Real' and 'parameter Real(fixed = false)'

ex1/VREF_0, ex1/EFD_0
4.Sub-block parameter/variableO

ComponentID/Sub-block_name.data_name

Type supported: 'Real' and 'parameter Real'

ex1/gain1.K, ex1/lag1.T

Example

  • No labels