Line 25 was replaced by line 25 |
- proc stdConfig::ls335 {} { |
+ proc stdConfig::ls336 {} { |
Removed line 45 |
- |
Lines 106-108 were replaced by lines 105-107 |
- prop readcmd "SETP?1" |
- prop readfmt "%g" |
- prop writecmd "SETP 1,%g" |
+ prop readcmd "SETP?1" |
+ prop readfmt "%g" |
+ prop writecmd "SETP 1,%g" |
At line 114 added 14 lines. |
+ !Is this all? |
+ |
+ We have not yet explained how the host and port of the connection |
+ is specified. This is done by the following command: |
+ |
+ {{{ |
+ cfgenv tem psts231.psi.ch:3006 |
+ }}} |
+ |
+ In this command we tell the system to use host {{psts231}} and |
+ port 3006 for connecting a device called tem. This information |
+ is persistent in the SeaServer of the instrument. It should not |
+ be used in any script or configuration file, as these are shared |
+ by the different instruments. |