summaryrefslogtreecommitdiff
path: root/doc/functions.texi
diff options
context:
space:
mode:
Diffstat (limited to 'doc/functions.texi')
-rw-r--r--doc/functions.texi6
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/functions.texi b/doc/functions.texi
index 5213855..358aeb9 100644
--- a/doc/functions.texi
+++ b/doc/functions.texi
@@ -2599,6 +2599,8 @@ Known input properties:
name value
@item Timeout
Numeric timeout value or -1 to wait forever
+@item EnableTransferDelay
+Boolean to enable or disable the nagle algorithm for delay transfer.
@item UserData
User data value.
@end table
@@ -2631,6 +2633,8 @@ Byte order for data (currently not used)
Terminator value used for string data (currently not used)
@item UserData
User data
+@item EnableTransferDelay
+Bool for whether transfer delay is enabled. (Read only)
@end table
@end deftypefn
@c ---------------------------------------------------
@@ -3632,7 +3636,7 @@ Upon successful completion, usbtmc_write() shall return the number of bytes writ
Open vxi11 interface.
@var{ip} - the ip address of type String. If omitted defaults to '127.0.0.1'.
-@var{instr} - the instrument name of type String. If omitted defaults to 'instr0'.
+@var{instr} - the instrument name of type String. If omitted defaults to 'inst0'.
The vxi11() shall return instance of @var{octave_vxi11} class as the result @var{vxi11}.
@end deftypefn