From d5614852974703cc7605cde6946f915d100ea415 Mon Sep 17 00:00:00 2001 From: finizio_s Date: Wed, 7 Feb 2024 13:49:32 +0100 Subject: [PATCH] Update Orocos Configuration --- Orocos-Configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Orocos-Configuration.md b/Orocos-Configuration.md index 3219bad..db89552 100644 --- a/Orocos-Configuration.md +++ b/Orocos-Configuration.md @@ -84,7 +84,7 @@ These assignments must be declared after the corresponding device names are defi | Device Type | Variable Name | Function Syntax | | ------ | ------ | ------ | -| SensorAgilentPCI | device_nr | configure; start | +| SensorAgilentPCI | deviceName | configure; start | | SensorAttocube | device_nr | configure; start | | AnalogOutputComedi | device_nr | configure(); start() | | DigitalOutputComedi | device_nr | configure(); start() |