getDataItem-MTCCycle-numeric-method: Get one or more data items from the MTCCycle or MTCDevice...

Description Usage Arguments Examples

Description

Get one or more data items from the MTCCycle or MTCDevice using a numeric index

Usage

1
2
## S4 method for signature 'MTCCycle,numeric'
getDataItem(.Object, pattern)

Arguments

.Object

Object of MTCCycle or MTCDevice Class

pattern

Numeric index/indices of the data item to be queried

Examples

1
2
data("example_mtc_device")
getDataItem(example_mtc_device, 1:2)

mtconnectR documentation built on May 1, 2019, 10:38 p.m.