Class: Tm2

Tm2()

This class represents the tm2 device

Constructor

new Tm2()

Source:

Members

loopbackEnabled

Checks if the device is in loopback mode or not
Source:

Methods

disableLoopback() → {undefined}

Restores the given device into normal operation mode
Source:
Returns:
Type
undefined

enableLoopback(file) → {undefined}

Enter the given device into loopback operation mode that uses the given file as input for raw data
Parameters:
Name Type Description
file String Path to bag file with raw data for loopback
Source:
Returns:
Type
undefined