Table of Contents

Bno055Data

source Operator

Produces a sequence of 3D orientation measurements produced by Bno055 9-axis inertial measurement unit.

This data IO operator must be linked to an appropriate configuration operator, such as a ConfigureBno055, using a shared DeviceName.

Bno055Data Workflow

Inputs & Outputs

Generates a sequence of Bno055DataFrame objects, each of which contains a 3D orientation sample in various formats along with device metadata.

representation of a source operator
right-arrow

A sequence of Bno055DataFrame objects.

Properties

Property Type Description
DeviceName string

Gets or sets a unique device name.

The device name provides a unique, human-readable identifier that is used to link software elements for configuration, control, and data streaming to hardware. For instance, it can be used to link configuration operators to data IO operators within a workflow. This value is usually not set manually, but is assigned in a MultiDeviceFactory to correspond to a fixed address with a piece of hardware such as a headstage. This address is used for software communication.