Click or drag to resize

MonitorsChannel Method

[This is preliminary documentation and is subject to change.]

Array of float64 for the specified channel (usage: MyArray = DSSMonitor.Channel(i)). A Save or SaveAll should be executed first. Done automatically by most standard solution modes. Channels start at index 1.

Namespace:  dss_sharp
Assembly:  dss_sharp (in dss_sharp.dll) Version: 1.0.0
Syntax
public double[] Channel(
	int Index
)

Parameters

Index
Type: SystemInt32

[Missing <param name="Index"/> documentation for "M:dss_sharp.Monitors.Channel(System.Int32)"]

Return Value

Type: Double

[Missing <returns> documentation for "M:dss_sharp.Monitors.Channel(System.Int32)"]

See Also