getDataItem-MTCCycle-character-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 character pattern

Usage

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

Arguments

.Object

Object of MTCCycle or MTCDevice Class

pattern

Regex of the pattern by which the data is queried

Examples

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

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