Search Results for

    Show / Hide Table of Contents

    Class DigitalOutputChannelConfiguration

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

    Inheritance
    Object
    DigitalChannelConfiguration
    DigitalOutputChannelConfiguration
    Inherited Members
    DigitalChannelConfiguration.ChannelName
    DigitalChannelConfiguration.Grouping
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Namespace: Bonsai.DAQmx
    Assembly: Bonsai.DAQmx.dll
    Syntax
    public class DigitalOutputChannelConfiguration : DigitalChannelConfiguration

    Properties

    | Improve this Doc View Source

    Lines

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

    Declaration
    [TypeConverter(typeof(DigitalOutputPhysicalChannelConverter))]
    public string Lines { get; set; }
    Property Value
    Type Description
    String

    Methods

    | Improve this Doc View Source

    ToString()

    Declaration
    public override string ToString()
    Returns
    Type Description
    String
    Overrides
    Object.ToString()
    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX