Search Results for

    Show / Hide Table of Contents

    Class AnalogChannelConfiguration

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

    Inheritance
    Object
    AnalogChannelConfiguration
    AnalogInputChannelConfiguration
    AnalogOutputChannelConfiguration
    Inherited Members
    Object.ToString()
    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
    [TypeConverter(typeof(AnalogChannelConfigurationConverter))]
    public abstract class AnalogChannelConfiguration

    Properties

    | Improve this Doc View Source

    ChannelName

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

    Declaration
    public string ChannelName { get; set; }
    Property Value
    Type Description
    String
    | Improve this Doc View Source

    MaximumValue

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

    Declaration
    public double MaximumValue { get; set; }
    Property Value
    Type Description
    Double
    | Improve this Doc View Source

    MinimumValue

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

    Declaration
    public double MinimumValue { get; set; }
    Property Value
    Type Description
    Double
    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX