DevEvalProduct {R.devices}R Documentation

The DevEvalProduct class

Description

Package: R.devices
Class DevEvalProduct

character
~~|
~~+--BasicObject
~~~~~~~|
~~~~~~~+--DevEvalProduct

Directly known subclasses:
DevEvalFileProduct

public class DevEvalProduct
extends BasicObject

A DevEvalProduct represents a handle to the "product" returned by devEval().

Usage

DevEvalProduct(name=NULL, tags=NULL, type=NULL, ...)

Arguments

name, tags

The name and optional tags of the product.

type

The device type.

...

Not used.

Fields

The following (virtual; calculate on-the-fly) fields are available:

Author(s)

Henrik Bengtsson


[Package R.devices version 2.17.1 Index]