ChannelPlp

Summary

Represents a PLP (Probe logging protocol) Channel Adapter.

Methods
Properties

Structure

class ChannelPlp
export_configuration(path: str, name: str) bool

Exports the current configuration of the Capture Module

Parameters
  • path (str) – path to save the configuration

  • name (str) – name of the saved configuration

Returns

True if accepted, False otherwise

Return type

bool

import_configuration(conf_file: str) bool

Imports a configuration file to the Capture module

Parameters

conf_file (str) – path of the configuration to import.

Returns

True if accepted, False otherwise

Return type

bool

restart_device() bool

Restarts the Capture module device

Returns

True if accepted, False otherwise.

Return type

bool

cluster_name

The name of the cluster that is mapped to the channel.

Type

str

name

The channel name. This Property is Read Only.

Type

str