Skip to content

Commit 614d927

Browse files
committed
fix(aao): remove 'analog' from the record name
1 parent 50fe8df commit 614d927

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

modules/database/src/std/rec/aaoRecord.dbd.pod

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
=title Array Analog Output (aao)
1111

12-
The array analog output record type is used to write array data. The array data
12+
The array output record type is used to write array data. The array data
1313
can contain any of the supported data types. The record is in many ways similar
1414
to the waveform record but outputs arrays instead of reading them. It also
1515
allows the device support to allocate the array storage.
@@ -31,7 +31,7 @@ The record-specific fields are described below, grouped by functionality.
3131

3232
=head3 Scan Parameters
3333

34-
The array analog output record has the standard fields for specifying under what
34+
The array output record has the standard fields for specifying under what
3535
circumstances the record will be processed.
3636
These fields are described in L<Scan Fields|dbCommonRecord/Scan Fields>.
3737

@@ -40,7 +40,7 @@ These fields are described in L<Scan Fields|dbCommonRecord/Scan Fields>.
4040
=head3 Write Parameters
4141

4242
These fields are configurable by the user to specify how and where to the record
43-
writes its data. The OUT field determines where the array analog output writes
43+
writes its data. The OUT field determines where the array output writes
4444
its output. It can be a hardware address, a channel access or database link, or
4545
a constant. Only in records that use soft device support can the OUT field be a
4646
channel access link, a database link, or a constant. Otherwise, the OUT field
@@ -87,7 +87,7 @@ Parameters> for more on the record name (NAME) and description (DESC) fields.
8787

8888
=head3 Alarm Parameters
8989

90-
The array analog output record has the alarm parameters common to all record
90+
The array output record has the alarm parameters common to all record
9191
types.
9292

9393
=head3 Monitor Parameters
@@ -115,11 +115,11 @@ These are the choices available for the C<APST> and C<MPST> fields
115115

116116
=head3 Run-time Parameters
117117

118-
These parameters are used by the run-time code for processing the array analog
118+
These parameters are used by the run-time code for processing the array
119119
output record. They are not configured using a configuration tool. Only the VAL
120120
field is modifiable at run-time.
121121

122-
VAL references the array where the array analog output record stores its data.
122+
VAL references the array where the array output record stores its data.
123123
The BPTR field holds the address of the array.
124124

125125
The NORD field holds a counter of the number of elements that have been written
@@ -472,7 +472,7 @@ Scan forward link if necessary, set PACT FALSE, and return.
472472

473473
=head3 Fields Of Interest To Device Support
474474

475-
Each array analog output record record must have an associated set of device
475+
Each array output record record must have an associated set of device
476476
support routines. The primary responsibility of the device support routines is
477477
to write the array data value whenever C<write_aao()> is called. The device
478478
support routines are primarily interested in the following fields:

0 commit comments

Comments
 (0)