mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-04-20 09:40:50 +01:00
daq instrument: updating default server_port to match daq server.
This commit is contained in:
parent
5fdb94d804
commit
771567365d
@ -95,7 +95,7 @@ class Daq(Instrument):
|
|||||||
global_alias='daq_server_host',
|
global_alias='daq_server_host',
|
||||||
description='The host address of the machine that runs the daq Server which the '
|
description='The host address of the machine that runs the daq Server which the '
|
||||||
'insturment communicates with.'),
|
'insturment communicates with.'),
|
||||||
Parameter('server_port', kind=int, default=56788,
|
Parameter('server_port', kind=int, default=45677,
|
||||||
global_alias='daq_server_port',
|
global_alias='daq_server_port',
|
||||||
description='The port number for daq Server in which daq insturment communicates '
|
description='The port number for daq Server in which daq insturment communicates '
|
||||||
'with.'),
|
'with.'),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user