Table of Contents

Class DigitalInputChannelConfiguration

Namespace
Bonsai.DAQmx
Assembly
Bonsai.DAQmx.dll

Represents the configuration of a virtual digital input channel in DAQmx operators.

public class DigitalInputChannelConfiguration : DigitalChannelConfiguration
Inheritance
DigitalInputChannelConfiguration
Inherited Members

Properties

Lines

Gets or sets the names of the digital lines or ports used to create the local virtual channel.

[TypeConverter(typeof(DigitalInputPhysicalChannelConverter))]
public string Lines { get; set; }

Property Value

string

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.