From b743fff310a68b0f8043f80f9ff2d8ac50ac75c8 Mon Sep 17 00:00:00 2001 From: Jan David Mol <mol@astron.nl> Date: Thu, 7 Oct 2021 19:57:06 +0200 Subject: [PATCH] L2SS-434: Mention commands --- docs/source/devices/using.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/source/devices/using.rst b/docs/source/devices/using.rst index f83462c82..3641f5f04 100644 --- a/docs/source/devices/using.rst +++ b/docs/source/devices/using.rst @@ -7,7 +7,8 @@ The station exposes *devices*, each of which is a remote software object that ma - Many devices manage and represent hardware in the station, - It exposes *read-only attributes*, that expose values from within the device or from the hardware it represents, - It exposes *read-write attributes*, that allow controlling the functionality of the device, or the hardware it represents, -- It exposes *properties*, which are fixed configuration parameters (such as port numbers and timeouts). +- It exposes *properties*, which are fixed configuration parameters (such as port numbers and timeouts), +- It exposes *commands*, that request the execution of a procedure in the device or in the hardware it manages. To access a device, one creates a ``Device`` object. For example:: -- GitLab