@@ -95,35 +95,32 @@ successfully negotiated.
9595.B HAL sub-commands:
9696
9797 echo on | off
98- With get will return the current echo state, with set, sets the echo
99- state. When echo is on, all commands will be echoed upon receipt. This
100- state is local to each connection.
98+ With get will return the current echo state, with set, sets the echo state.
99+ When echo is on, all commands will be echoed upon receipt.
100+ This state is local to each connection.
101101
102102 verbose on | off
103- With get will return the current verbose state, with set, sets the
104- verbose state. When in verbose mode is on, all set commands return
105- positive acknowledgement in the form SET <COMMAND> ACK. In addition,
106- text error messages will be issued when in verbose mode. This state
107- is local to each connection.
103+ With get will return the current verbose state, with set, sets the verbose state.
104+ When in verbose mode is on, all set commands return positive acknowledgement in the form SET <COMMAND> ACK.
105+ In addition, text error messages will be issued when in verbose mode.
106+ This state is local to each connection.
108107
109108 enable <pwd> | off
110- With get will return On or Off to indicate whether the current connection
111- is enabled to perform control functions. With set and a valid password,
112- the current connection is enabled for control functions. "OFF" may not
113- be used as a password and disables control functions for this connection.
109+ With get will return On or Off to indicate whether the current connection is enabled to perform control functions.
110+ With set and a valid password, the current connection is enabled for control functions.
111+ "OFF" may not be used as a password and disables control functions for this connection.
114112
115113 config [TBD]
116114
117115 comm_mode ascii | binary
118- With get, will return the current communications mode. With set, will
119- set the communications mode to the specified mode. The binary protocol
120- is TBD.
116+ With get, will return the current communications mode.
117+ With set, will set the communications mode to the specified mode.
118+ The binary protocol is TBD.
121119
122120 comm_prot <version no>
123121With get, returns the current protocol version used by the server,
124122with set, sets the server to use the specified protocol version,
125- provided it is lower than or equal to the highest version number
126- supported by the server implementation.
123+ provided it is lower than or equal to the highest version number supported by the server implementation.
127124
128125 Comps [<substring>]
129126
@@ -132,41 +129,38 @@ If no substring is specified then it returns all components.
132129
133130 Pins [<substring>]
134131
135- Get only, returns all information about all pins beginning with the
136- specified substring. If no substring is specified then it returns all pins.
132+ Get only, returns all information about all pins beginning with the specified substring.
133+ If no substring is specified then it returns all pins.
137134
138135 PinVals [<substring>]
139136
140- Get only, returns only value information about all pins beginning with the
141- specified substring. If no substring is specified then it returns all pins.
137+ Get only, returns only value information about all pins beginning with the specified substring.
138+ If no substring is specified then it returns all pins.
142139
143140 Signals [<substring>]
144141
145- Get only, returns all information about all signals beginning with the
146- specified substring. If no substring is specified then it returns all signals.
142+ Get only, returns all information about all signals beginning with the specified substring.
143+ If no substring is specified then it returns all signals.
147144
148145 SigVals [<substring>]
149146
150- Get only, returns only value information about all signals beginning with the
151- specified substring. If no substring is specified then it returns all pins.
147+ Get only, returns only value information about all signals beginning with the specified substring.
148+ If no substring is specified then it returns all pins.
152149
153150 Params [<substring>]
154151
155- Get only, returns all information about all parameters beginning with the
156- specified substring. If no substring is specified then it returns all
157- parameters.
152+ Get only, returns all information about all parameters beginning with the specified substring.
153+ If no substring is specified then it returns all parameters.
158154
159155 ParamVals [<substring>]
160156
161- Get only, returns only value information about all parameters beginning with the
162- specified substring. If no substring is specified then it returns all pins
163- parameters.
157+ Get only, returns only value information about all parameters beginning with the specified substring.
158+ If no substring is specified then it returns all pins parameters.
164159
165160 Functs [<substring>]
166161
167- Get only, returns all information about all functions beginning with the
168- specified substring. If no substring is specified then it returns all
169- functions.
162+ Get only, returns all information about all functions beginning with the specified substring.
163+ If no substring is specified then it returns all functions.
170164
171165 Threads
172166
@@ -186,16 +180,15 @@ Get only, returns the value of the pin matching the specified name.
186180
187181 Sig <name>
188182
189- Get only, returns all information about the pin matching the specified name.y
183+ Get only, returns all information about the pin matching the specified name.
190184
191185 SigVal <name>
192186
193187Get only, returns just the value of the signal matching the specified name.
194188
195189 Param <name>
196190
197- Get only, returns all information about the parameter matching the
198- specified name.
191+ Get only, returns all information about the parameter matching the specified name.
199192
200193 ParamVal <name>
201194
@@ -239,7 +232,7 @@ Set only, nets the specified net list.
239232
240233 Unlinkp <pin name 1> <pin name 2>
241234
242- Set only, unlinks the specified pins
235+ Set only, unlinks the specified pins.
243236
244237 Lock
245238
0 commit comments