Table of Contents

Class AnalogChannelConfiguration

Namespace
Bonsai.DAQmx
Assembly
Bonsai.DAQmx.dll

Provides an abstract base class for configuration of virtual analog channels in DAQmx operators.

[TypeConverter(typeof(AnalogChannelConfigurationConverter))]
public abstract class AnalogChannelConfiguration
Inheritance
AnalogChannelConfiguration
Derived
Inherited Members

Properties

ChannelName

Gets or sets the name to assign to the local created virtual channel. If not specified, the physical channel name will be used.

public string ChannelName { get; set; }

Property Value

string

MaximumValue

Gets or sets a value specifying the maximum value to measure or generate, in the specified voltage units.

public double MaximumValue { get; set; }

Property Value

double

MinimumValue

Gets or sets a value specifying the minimum value to measure or generate, in the specified voltage units.

public double MinimumValue { get; set; }

Property Value

double