Click or drag to resize

Samplename Method

Retrieve the subsystem name string for a Linux Industrial I/O Subsystem DAC device.

Namespace: IO.Objects.SimpleIO.DAC
Assembly: libsimpleio (in libsimpleio.dll) Version: 2.2024.167.1
Syntax
C#
public static string name(
	int chip
)

Parameters

chip  Int32
DAC chip number.

Return Value

String
Subsystem name.
See Also