1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/node/ synced 2025-03-09 00:00:00 +01:00

added parameters for OpalAsync block

git-svn-id: https://zerberus.eonerc.rwth-aachen.de:8443/svn/s2ss/trunk@140 8ec27952-4edc-4aab-86aa-e87bb2611832
This commit is contained in:
Steffen Vogel 2014-07-14 10:47:26 +00:00
parent be2ea84a72
commit 6e57ed997d

View file

@ -1,3 +1,14 @@
# OPAL-RT {#opal}
## Arguments for OPAL-RT block
Param | Description | Example Value
--------------- | ------------- | --------------
FloatParam[0] | Protocol |
FloatParam[1] | RemotePort | 10200
FloatParam[2] | LocalPort | 10201
StringParam[0] | RemoteAddr | 192.168.0.10
StringParam[1] | LocalAddr | 192.168.0.11
StringParam[2] | InterfaceName | eth2
@todo Complete documentation for the OPAL-RT Simulink module.