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

Version 1 Next »

I/O Pins Format

Following table lists the useful path format to access different pins, parameters and variables of a GenUnit FMU.

No

Pin Description

Pin Type

Instruction

Examples
1GenUnit Interface pinsI/OGenUnitID/Pins_namegen_1_1/dVREF

2

Component pins

O

GenUnitID/Component_name.Pins_name

gen_1_1/esst4b1.EFD

3

Sub-block pins

O

GenUnitID/Component_name.Sub-block_name.Pins_name

gen_1_1/esst4b1.add1.y
4Component parameters/variablesO

GenUnitID/Component_name.Data_name

gen_1_1/esst4b1.VREF_0
5Sub-block parameters/variablesO

GenUnitID/Sub-block_name.Data_name

gen_1_1/esst4b1.gain1.K


Note:

  • When using import from Excel Template, GenUnitID is the unique ID defined under name column of the GenUnit Excel page.
  • When using third party data formats, GenUnitID must follow the corresponding generator ID format as descried in subsections of Third Party Data Formats. For example, in case of using PSS/e input files, GenUnitID for a GenUnit at bus 30 whose machine ID is G1 will be gen_30_G1.
  • All component, parameter, variable and pins names are case-sensitive.


Example

See the Pins page in phasor11_HVDC.xls file in demo PHASOR-11 for Excel Template import

See the Pins page in pins_v0.xls file in demo PHASOR-05 for PSS/e import.

  • No labels