mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-01-18 12:06:08 +00:00
doc: fix missing reference to daq_setup
Since daq-server has been split out into a separate package, daq setup is no longer part of WA documentation. This resulted in a warning when building the docs.
This commit is contained in:
parent
51955ee0e0
commit
18bf314592
@ -121,13 +121,15 @@ class DAQBackend(EnergyInstrumentBackend):
|
||||
global_alias='daq_v_range',
|
||||
description="""
|
||||
Specifies the voltage range for the SOC voltage channel on the
|
||||
DAQ (please refer to :ref:`daq_setup` for details).
|
||||
DAQ (please refer to ``daq-server`` package documentation for
|
||||
details).
|
||||
"""),
|
||||
Parameter('dv_range', kind=str, default=0.2,
|
||||
global_alias='daq_dv_range',
|
||||
description="""
|
||||
Specifies the voltage range for the resistor voltage channel
|
||||
on the DAQ (please refer to :ref:`daq_setup` for details).
|
||||
on the DAQ (please refer to ``daq-server`` package
|
||||
documentation for details).
|
||||
"""),
|
||||
Parameter('sample_rate_hz', kind=int, default=10000,
|
||||
global_alias='daq_sampling_rate',
|
||||
|
Loading…
x
Reference in New Issue
Block a user