Click or drag to resize

IAnalyzer Interface

Defines an analyzer.

Namespace: CompreDriveSDK.Plugins.Analyzers
Assembly: CompreDriveSDK (in CompreDriveSDK.dll) Version: 1.17.16
Syntax
public interface IAnalyzer : ICommandAcceptor, 
	IDisposable

The IAnalyzer type exposes the following members.

Properties
 NameDescription
Public propertyAvailable Gets a value indicating whether the analyzer is generally available to be used.
Public propertyConnected Gets a value indicating whether the analyzer is connected.
Public propertyCyclingMethod Gets the Cycling measurement method.
Public propertyEISMethod Gets the EIS measurement method.
Public propertyNativeProcedureMethod Gets the Native Procedure measurement method.
Public propertyOCPMethod Gets the OCP measurement method.
Public propertyUniqueIdentifier Gets the unique analyzer name used for identifying it in commands.
Top
Methods
 NameDescription
Public methodAcceptApiInstance Is called during plugin initialization on CompreDriveControl start and allows the plugin to receive an API interface of the CompreDriveControl instance it is loaded into.
(Inherited from ICommandAcceptor)
Public methodDisposePerforms application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable)
Public methodExecuteCommand Execute the given command.
(Inherited from ICommandAcceptor)
Public methodGetAvailableCommands Get the commands available to run.
(Inherited from ICommandAcceptor)
Public methodInitialize Initialize the analyzer implementation.
Top
See Also