TMSiSDK.device.devices.saga.saga_device.SagaDevice.set_device_channel_names#
- SagaDevice.set_device_channel_names(names: list, indices: list) list #
Sets the device channel names
- Parameters:
names (list[str]) – names to be set.
indices (list[int]) – index of the channels to edit.
- Raises:
- Returns:
list of new channels.
- Return type:
list[SagaChannel]