viewMeasurementLists
View configured measurement lists on XCP channel
Description
Examples
View DAQ Measurement Lists
Create an XCP channel and configure a data acquisition measurement list, then view the configured measurement list.
Create an object to parse an A2L file and connect that to an XCP channel.
a2lfile = xcpA2L('XCPSIM.a2l') xcpch = xcpChannel(a2lfile, 'CAN', 'Vector', 'Virtual 1', 1)
xcpch = Channel with properties: ServerName: 'CPP' A2LFileName: 'XCPSIM.a2l' TransportLayer: 'CAN' TransportLayerDevice: [1x1 struct] SeedKeyCallbackFcn: [] KeyValue: []
Connect the channel to the server module.
connect(xcpch)
Set up a data acquisition measurement list with the '10 ms'
event
and 'PMW'
measurement.
createMeasurementList(xcpch,'DAQ','10 ms', {'BitSlice0','PWMFiltered','Triangle'});
Create another measurement list with the '100ms'
event
and 'PWMFiltered'
and 'Triangle'
measurements.
createMeasurementList(xcpch,'DAQ','100ms', {'PWMFiltered','Triangle'});
View details of the measurement list.
viewMeasurementLists(xcpch)
DAQ List #1 using the "10 ms" event @ 0.010000 seconds and the following measurements: PMW DAQ List #2 using the "100ms" event @ 0.100000 seconds and the following measurements: PWMFiltered Triangle
Input Arguments
xcpch
— XCP channel
XCP channel object
XCP channel, specified as an XCP channel object created using xcpChannel
. The XCP channel object can then communicate with the
specified server module defined by the A2L file.
Version History
Introduced in R2013a
See Also
MATLAB-Befehl
Sie haben auf einen Link geklickt, der diesem MATLAB-Befehl entspricht:
Führen Sie den Befehl durch Eingabe in das MATLAB-Befehlsfenster aus. Webbrowser unterstützen keine MATLAB-Befehle.
Select a Web Site
Choose a web site to get translated content where available and see local events and offers. Based on your location, we recommend that you select: .
You can also select a web site from the following list:
How to Get Best Site Performance
Select the China site (in Chinese or English) for best site performance. Other MathWorks country sites are not optimized for visits from your location.
Americas
- América Latina (Español)
- Canada (English)
- United States (English)
Europe
- Belgium (English)
- Denmark (English)
- Deutschland (Deutsch)
- España (Español)
- Finland (English)
- France (Français)
- Ireland (English)
- Italia (Italiano)
- Luxembourg (English)
- Netherlands (English)
- Norway (English)
- Österreich (Deutsch)
- Portugal (English)
- Sweden (English)
- Switzerland
- United Kingdom (English)