docs: add catime cli reference imported from CAref.html
This commit is contained in:
committed by
Andrew Johnson
parent
fe6d946d32
commit
1b1bb34c83
@@ -15,4 +15,5 @@ caput
|
||||
:caption: Utilities
|
||||
|
||||
acctst
|
||||
catime
|
||||
```
|
||||
|
||||
@@ -13,6 +13,7 @@ include $(TOP)/configure/CONFIG
|
||||
|
||||
HTMLS += CAref.html
|
||||
DOCS += acctst.md
|
||||
DOCS += catime.md
|
||||
|
||||
#
|
||||
# includes to install from this subproject
|
||||
|
||||
15
modules/ca/src/client/catime.md
Normal file
15
modules/ca/src/client/catime.md
Normal file
@@ -0,0 +1,15 @@
|
||||
# catime
|
||||
|
||||
catime <PV name> [channel count] [append number to pv name if true]
|
||||
|
||||
## Description
|
||||
|
||||
Channel Access Client Library performance test.
|
||||
|
||||
If unspecified, the channel count is 10000. If the "append number to pv
|
||||
name if true" argument is specified and it is greater than zero then
|
||||
the channel names in the test are numbered as follows.
|
||||
|
||||
<PV name>000000, <PV name>000001, ... <PV name>nnnnnn
|
||||
|
||||
|
||||
Reference in New Issue
Block a user