This commit is contained in:
Michael Davidsaver
2014-02-16 11:28:20 -05:00
parent 5378b540b6
commit e314f77805

View File

@ -7,7 +7,15 @@ An example with the longin would be: ::
record(longin, "instance:name") { record(longin, "instance:name") {
field(DTYP, "Python Device") 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 This minimal example will attempt to import a Python