IECalOverVna Interface

Interface for ECal over VNA

Definition

Namespace: Metas.Instr.Driver.ECU
Assembly: Metas.Instr.Driver (in Metas.Instr.Driver.dll) Version: 2.8.9053.20263
C#
public interface IECalOverVna : IECU, 
	IDevice
Implements
IECU, IDevice

Properties

Char Selected Characterizations (Default 0 factory)
CharList Returns a list of characterizations stored in the selected ECal module.
ECUList Returns a list of index numbers to be used for referring to the ECU modules that are currently attached.
(Inherited from IECU)
ECUModel Returns the model of the selected ECU module.
(Inherited from IECU)
ECUSerial Returns the serial of the selected ECU module.
(Inherited from IECU)
Identification Instrument Identification
(Inherited from IDevice)
Information Reads the user-characterization information from the selected ECal module.
Module Selected ECU module (Default 1).
(Inherited from IECU)
Vna Vector Network Analyzer.

Methods

Close Closes the specified device session.
(Inherited from IDevice)
GetStateData Returns the data for a state from the memory of the selected ECal module.
NumberOfStates Returns the number of unique states that exist for the specified path name on the selected ECU module.
(Inherited from IECU)
Open Opens a Device session to the specified resource.
(Inherited from IDevice)
Preset Presets the device.
(Inherited from IDevice)
SetState Sets the internal state of the selected ECU module.
(Inherited from IECU)

See Also