mirror of
				https://github.com/ARM-software/workload-automation.git
				synced 2025-10-30 22:54:18 +00:00 
			
		
		
		
	daq instrument: updating default server_port to match daq server.
This commit is contained in:
		| @@ -95,7 +95,7 @@ class Daq(Instrument): | ||||
|                   global_alias='daq_server_host', | ||||
|                   description='The host address of the machine that runs the daq Server which the ' | ||||
|                               'insturment communicates with.'), | ||||
|         Parameter('server_port', kind=int, default=56788, | ||||
|         Parameter('server_port', kind=int, default=45677, | ||||
|                   global_alias='daq_server_port', | ||||
|                   description='The port number for daq Server in which daq insturment communicates ' | ||||
|                               'with.'), | ||||
|   | ||||
		Reference in New Issue
	
	Block a user