error message: "Undefined function 'disableChannel' for input arguments of type 'char'."
Show older comments
I finally have been getting the oscilloscope feature working in the instrument toolbox. I am running a Tek MDO3104 and am able to manipulate some parameters:
>> get(myScope)
AcquisitionStartDelay = 0
AcquisitionTime = 1.000000e-02
ChannelNames = CH1, CH2, CH3, CH4, MATH, REF1, REF2, REF3, REF4
ChannelsEnabled = CH1, CH2, CH3
Driver = tektronix
DriverDetectionMode = auto
Resource = TCPIP0::10.20.31.58::inst0::INSTR
SingleSweepMode = off
Status = open
Timeout = 10
TriggerMode = auto
TriggerLevel = 4.000000e-02
TriggerSlope = rising
TriggerSource = CH1
WaveformLength = 1000
>> myScope.ChannelsEnabled
ans =
'CH1' 'CH2' 'CH3'
>> disableChannel('CH1') Undefined function 'disableChannel' for input arguments of type 'char'.
Any insight as to why that fails and what I can do about it?
thank you
Accepted Answer
More Answers (0)
Categories
Find more on Oscilloscopes in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!