User`s guide

isenabled
Note For isenabled to return reliable results, your processor must
be running a loaded program. When the processor is not running,
isenabled returns a status that may not represent the true state of the
channels or RTDX.
Examples With a program loade d on your processor, you can determine whether
RTDX channels are ready for use. Restart your program to be sure it is
running. The processor must be running for
isenabled to work, as well
as for
enabled to work. This example creates a ticcs object cc to begin.
cc.restart
cc.run('run');
cc.rtdx.enable('ichan');
cc.rtdx.isenabled('ichan')
MATLAB software returns 1 indicating that your channel 'ichan' is
enabled for RTDX communications. To determine the mode for the
channel, use
cc.rtdxto display the properties of object cc.rtdx.
See Also clear, disable, enable
7-67