Manual_Power_Meter Class

Driver for Manual Power Meter

Definition

Namespace: Metas.Instr.Driver.PowerMeter
Assembly: Metas.Instr.Driver (in Metas.Instr.Driver.dll) Version: 2.8.9053.20263
C#
public class Manual_Power_Meter : IPowerMeter, 
	ITriggerSingleDevice, IDevice
Inheritance
Object    Manual_Power_Meter
Implements
IDevice, ITriggerSingleDevice, IPowerMeter

Constructors

Manual_Power_Meter Creates a power meter session.
Manual_Power_Meter(String, String) Creates a power meter session to the specified resource.

Properties

Channel Channel
DefaultFrequency Default Frequency / Hz
Filter Filter
Frequency Frequency / Hz
Identification Instrument Identification

Methods

Close Closes the specified device session.
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)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
GetValue Returns measured value / W.
Init Initializes the power meter.
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Open Opens a power meter session to the specified resource.
Preset Presets the device.
ToStringReturns a string that represents the current object.
(Inherited from Object)
TriggerSingle Trigger device and waits for measurement complete.
TriggerSingleStart Triggers device.
TriggerSingleWait Waits for measurement complete.
Zero Starts zeroing and waits for zeroing complete
ZeroStart Starts zeroing
ZeroWait Waits for zeroing complete

See Also