Skip to content

Commit b5b30c3

Browse files
committed
Updated documentation.
1 parent 186a5e9 commit b5b30c3

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

documentation/epicsFunctions.txt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -170,3 +170,11 @@ epics.sleep(seconds)
170170

171171

172172
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

Comments
 (0)