From e314f77805da6ab1bf377e95c1652bdc39c66c87 Mon Sep 17 00:00:00 2001 From: Michael Davidsaver Date: Sun, 16 Feb 2014 11:28:20 -0500 Subject: [PATCH] more doc --- documentation/interfaces.rst | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/documentation/interfaces.rst b/documentation/interfaces.rst index d68228f..dbda024 100644 --- a/documentation/interfaces.rst +++ b/documentation/interfaces.rst @@ -7,7 +7,15 @@ An example with the longin would be: :: record(longin, "instance:name") { field(DTYP, "Python Device") - field(INP , "pymodule some other string") + field(INP , "@pymodule some other string") + } + +Or equivalently: :: + + record(longin, "instance:name") { + field(DTYP, "Python Device") + field(INP , "@some other string") + info("pySupportMod", "pymodule") } This minimal example will attempt to import a Python