We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 186a5e9 commit b5b30c3Copy full SHA for b5b30c3
1 file changed
documentation/epicsFunctions.txt
@@ -170,3 +170,11 @@ epics.sleep(seconds)
170
171
172
seconds [number] - Amount of seconds to sleep for (can be fractional).
173
+
174
175
+epics.pv(PV)
176
177
+ Returns a table representing a PV object. Index accesses can be used to retrive or
178
+ change record fields. These changes are completed through ca_get or ca_put.
179
180
+ PV [string] - The name of the PV to request.
0 commit comments