From 6e57ed997d9edc420fb3cefdd39b3334232e7bb5 Mon Sep 17 00:00:00 2001 From: Steffen Vogel Date: Mon, 14 Jul 2014 10:47:26 +0000 Subject: [PATCH] added parameters for OpalAsync block git-svn-id: https://zerberus.eonerc.rwth-aachen.de:8443/svn/s2ss/trunk@140 8ec27952-4edc-4aab-86aa-e87bb2611832 --- documentation/clients/OPAL.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/documentation/clients/OPAL.md b/documentation/clients/OPAL.md index c1eae6226..115782f56 100644 --- a/documentation/clients/OPAL.md +++ b/documentation/clients/OPAL.md @@ -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.