Learn R Programming

mtconnectR (version 1.0.0)

MTCDevice-class: An S4 class to represent a device. It contains MTCCycle class and the slots below.

Description

An S4 class to represent a device. It contains MTCCycle class and the slots below.

Arguments

Slots

rawdata
Delimited MTC data (parsed from the file using which the data was created)
metadata
Metadata (if any about) the device

Examples

Run this code
data('example_mtc_data_item')
mtc_data_item <- example_mtc_data_item
device_name = extract_param_from_xpath(mtc_data_item@path,"Device")
mtc_device_object = list(rawdata = list(),metadata = list(),
data_item_list = list(mtc_data_item),device_uuid = device_name)

Run the code above in your browser using DataLab