Search Results for

    Show / Hide Table of Contents

    Class AnalogOutputChannelConfiguration

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

    Inheritance
    Object
    AnalogChannelConfiguration
    AnalogOutputChannelConfiguration
    Inherited Members
    AnalogChannelConfiguration.ChannelName
    AnalogChannelConfiguration.MinimumValue
    AnalogChannelConfiguration.MaximumValue
    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 AnalogOutputChannelConfiguration : AnalogChannelConfiguration

    Properties

    | Improve this Doc View Source

    PhysicalChannel

    Gets or sets the name of the physical channel used to create the local virtual channel.

    Declaration
    [TypeConverter(typeof(AnalogOutputPhysicalChannelConverter))]
    public string PhysicalChannel { get; set; }
    Property Value
    Type Description
    String
    | Improve this Doc View Source

    VoltageUnits

    Gets or sets a value specifying in what units to generate voltage on the channel.

    Declaration
    public AOVoltageUnits VoltageUnits { get; set; }
    Property Value
    Type Description
    NationalInstruments.DAQmx.AOVoltageUnits

    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