public class Manual_Power_Meter : IPowerMeter,
ITriggerSingleDevice, IDevice
Public Class Manual_Power_Meter
Implements IPowerMeter, ITriggerSingleDevice, IDevice
public ref class Manual_Power_Meter : IPowerMeter,
ITriggerSingleDevice, IDevice
type Manual_Power_Meter =
class
interface IPowerMeter
interface ITriggerSingleDevice
interface IDevice
end
Manual_Power_Meter | Creates a power meter session. |
Manual_Power_Meter(String, String) | Creates a power meter session to the specified resource. |
Channel | Channel |
DefaultFrequency | Default Frequency / Hz |
Filter | Filter |
Frequency | Frequency / Hz |
Identification | Instrument Identification |
Close | Closes the specified device session. |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) |
GetHashCode | Serves as the default hash function. (Inherited from Object) |
GetType | Gets the Type of the current instance. (Inherited from Object) |
GetValue | Returns measured value / W. |
Init | Initializes the power meter. |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
Open | Opens a power meter session to the specified resource. |
Preset | Presets the device. |
ToString | Returns 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 |