error message: "Undefined function 'disableChannel' for input arguments of type 'char'."
Afficher commentaires plus anciens
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
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur Oscilloscopes dans Centre d'aide et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!