Analog Output Callback Properties
|
RuntimeErrorFcn
|
Specify the M-file callback function to execute when a run-time error occurs.
|
SamplesOutputFcn
|
Specify the M-file callback function to execute every time a predefined number of samples is output for each channel group member.
|
SamplesOutput FcnCount
|
Specify the number of samples to output for each channel group member before a samples output event is generated.
|
StartFcn
|
Specify the M-file callback function to execute just before the device object starts running.
|
StopFcn
|
Specify the M-file callback function to execute just after the device object stops running.
|
TimerFcn
|
Specify the M-file callback function to execute whenever a predefined period of time passes.
|
TimerPeriod
|
Specify the period of time between timer events.
|
TriggerFcn
|
Specify the M-file callback function to execute when a trigger occurs.
|
Analog Output General Purpose Properties
|
BufferingConfig
|
Specify the per-channel allocated memory.
|
BufferingMode
|
Specify how memory is allocated.
|
Channel
|
Contain hardware channels added to the device object.
|
EventLog
|
Store information for specific events.
|
Name
|
Specify a descriptive name for the device object.
|
OutOfDataMode
|
Specify how the value held by the analog output subsystem is determined.
|
Tag
|
Specify a device object label.
|
Type
|
Indicate the device object type.
|
UserData
|
Store data that you want to associate with a device object.
|
Analog Output Channel Properties
|
ChannelName
|
Specify a descriptive channel name.
|
DefaultChannel Value
|
Specify the value held by the analog output subsystem.
|
HwChannel
|
Specify the hardware channel ID.
|
Index
|
Indicate the MATLAB index of a hardware channel.
|
NativeOffset
|
Indicate the offset to use when converting between the native data format and doubles.
|
NativeScaling
|
Indicate the scaling to use when converting between the native data format and doubles.
|
OutputRange
|
Specify the range of the analog output hardware subsystem.
|
Parent
|
Indicate the parent (device object) of a channel.
|
Type
|
Indicate a channel.
|
Units
|
Specify the engineering units label.
|
UnitsRange
|
Specify the range of data as engineering units.
|