DAQAnalogOutput Constructor (String, String, Double, Double, Double, UInt32, DAQAnalogChannelType)
- Aktualisiert2023-02-21
- 2 Minute(n) Lesezeit
Initializes a new instance of DAQAnalogOutput with the name and configuration that you specify.
Namespace:
NationalInstruments.VeriStand.SystemDefinitionAPIAssembly: NationalInstruments.VeriStand.SystemDefinitionAPI (in NationalInstruments.VeriStand.SystemDefinitionAPI.dll) Version: 2013.0.0.0 (2013.0.0.0)
| Visual Basic (Declaration) |
|---|
Public Sub New ( _ Name As String, _ Units As String, _ InitialValue As Double, _ LowLevel As Double, _ HighLevel As Double, _ Channel As UInteger, _ ChannelType As DAQAnalogChannelType _ ) |
| C# |
|---|
public DAQAnalogOutput( string Name, string Units, double InitialValue, double LowLevel, double HighLevel, uint Channel, DAQAnalogChannelType ChannelType ) |
| Visual C++ |
|---|
public: DAQAnalogOutput( String^ Name, String^ Units, double InitialValue, double LowLevel, double HighLevel, unsigned int Channel, DAQAnalogChannelType ChannelType ) |
Parameters
- Name
- Type: System.String
The name of the analog output channel.
- Units
- Type: System.String
The units to associate with the analog output channel.
- InitialValue
- Type: System.Double
The initial value of the analog output channel.
- LowLevel
- Type: System.Double
The minimum value of the analog output channel.
- HighLevel
- Type: System.Double
The maximum value of the analog output channel.
- Channel
- Type: System.UInt32
The number for the analog output channel.
- ChannelType
- Type: NationalInstruments.VeriStand.SystemDefinitionAPI.DAQAnalogChannelType
The DAQAnalogChannelType as Current or Voltage.