Journal Class

Journal

Definition

Namespace: Metas.Vna.Journal
Assembly: Metas.Vna.Journal (in Metas.Vna.Journal.dll) Version: 2.8.9053.20299
C#
[SerializableAttribute]
public class Journal
Inheritance
Object    Journal

Constructors

Journal Journal

Properties

CableConnectorTable Cable and Connector Table
IdNumber Id Number
Item Journal Item
Items Items
Length Number of Journal Items
LoggerDevice Logger Device
RootPath Root Path
VnaDevice VNA Device

Methods

AddBeginExperiment Adds Begin Experiment Journal Item
AddBeginExperiment(JournalExperimentType, Boolean, String) Adds Begin Experiment Journal Item
AddCableMovementJournalItem(DateTime, String, Int32) Adds Cable Movement Journal Item
AddCableMovementJournalItem(String, Int32, Int32) Adds Cable Movement Journal Item
AddCustomCableSettingsJournalItem Adds Custom Cable Settings Journal Item
AddCustomConnectorSettingsJournalItem Adds Custom Connector Settings Journal Item
AddCustomDUTUncertaintySettingsJournalItem Adds Custom DUT Uncertainty Settings Journal Item
AddCustomSwitchableUnitSettingsJournalItem Adds Custom Switchable Unit Settings Journal Item
AddEndExperiment Adds End Experiment Journal Item
AddEndSwitchStateJournalItem Adds End Switch State Journal Item
AddEndSwitchStateJournalItem(DateTime) Adds End Switch State Journal Item
AddItem Adds a Journal Item
AddLoggerDataJournalItem Add Logger Data Journal Item
AddMeasurementJournalItem(String, String) Adds Measurement Journal Item
AddMeasurementJournalItem(String, String, IVna) Adds Measurement Journal Item
AddNewConnectionJournalItem(String, Int32) Adds New Connection Journal Item
AddNewConnectionJournalItem(DateTime, String, Int32) Adds New Connection Journal Item
AddNewDUTUncertaintyJournalItem(DateTime, String) Adds New DUT Uncertainty Journal Item
AddNewDUTUncertaintyJournalItem(String, Int32) Adds New DUT Uncertainty Journal Item
AddNewDUTUncertaintyJournalItem(DateTime, String, Int32) Adds New DUT Uncertainty Journal Item
AddNewSwitchStateJournalItem(String, Int32) Adds New Switch State Journal Item
AddNewSwitchStateJournalItem(DateTime, String, Int32) Adds New Switch State Journal Item
AddPowerSensorMeasurementJournalItem(String, String, Boolean, Int32, String) Adds Power Sensor Measurement Journal Item
AddPowerSensorMeasurementJournalItem(String, Int32, String, Boolean, Boolean, Double, Int32, Int32, String) Adds Power Sensor Measurement Journal Item
AddSpectrumAnalyzerMeasurementJournalItem Adds Spectrum Analyzer Measurement Journal Item
AddUserCommentJournalItem Add User Comment Journal Item
AddVnaSettingsJournalItem(String, IVna) Adds VNA Settings Journal Item
AddVnaSettingsJournalItem(String, VnaSettings) Adds VNA Settings Journal Item
AddVnaSettingsJournalItem(String, VnaSettings, VnaFreqConvSettings) Adds VNA Settings Journal Item
DeleteItem Deletes Journal Item
EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
FindMeasurement Finds Measurement in Journal
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetMeasurementInfo(String, String, IFreqPortFreqConv, Boolean) Gets Measurement Info
GetMeasurementInfo(String, String, Double, VnaPortDescription, FrequencyConversion, Boolean) Gets Measurement Info
GetTypeGets the Type of the current instance.
(Inherited from Object)
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
OnMeasurementAdded OnMeasurementAdded
ToStringReturns a string that represents the current object.
(Inherited from Object)

Events

MeasurementAdded Event Handler Measurement added

See Also