collapse_allSyntax

Top  Previous  Next

 

Boonton55xxx IVI Driver Reference


 

IIviPwrMeter Interface


See Also



IVI PwrMeter class-compliant root interface

Namespace: Ivi.PwrMeter.Interop

Assembly: Ivi.PwrMeter.Interop (in Ivi.PwrMeter.Interop.DLL)

Visual Basic

Public Interface IIviPwrMeter
   Inherits IIviDriver

C#

public interface IIviPwrMeter : IIviDriver

Visual C++

__interface IIviPwrMeter : IIviDriver

collapse_allProperties


Name

Description

Public property

Channels

Reference to the class-compliant IIviPwrMeterChannels interface

Public property

DriverOperation

Pointer to the IIviDriverOperation interface (Inherited from IIviDriver.)

Public property

Identity

Pointer to the IIviDriverIdentity interface (Inherited from IIviDriver.)

Public property

Initialized

Initialized is True between a successful call to the Initialize method and a successful call to the Close method, and False at all other times. (Inherited from IIviDriver.)

Public property

Measurement

Reference to the class-compliant IIviPwrMeterMeasurement interface

Public property

ReferenceOscillator

Reference to the class-compliant IIviPwrReferenceOscillator interface

Public property

Trigger

Reference to the class-compliant IIviPwrMeterTrigger interface

Public property

Utility

Pointer to the IIviDriverUtility interface (Inherited from IIviDriver.)

Top

collapse_allMethods


Name

Description

Public method

Close

Closes the I/O session to the instrument. Driver methods and properties that access the instrument are not accessible after Close is called. (Inherited from IIviDriver.)

Public method

Initialize

Opens the I/O session to the instrument. Driver methods and properties that access the instrument are only accessible after Initialize is called. Initialize optionally performs a Reset and queries the instrument to validate the instrument model. (Inherited from IIviDriver.)

Top

collapse_allSee Also

Reference

Ivi.PwrMeter.Interop Namespace

Footer image

Copyright 2013-16 Boonton. All rights reserved.