collapse_allSyntax

Top  Previous  Next

 

Boonton55xxx IVI Driver Reference


 

IBoonton55xxx Interface


See Also



IBoonton55xxx interface.

Namespace: Boonton.Boonton55xxx.Interop

Assembly: Boonton.Boonton55xxx.Interop (in Boonton.Boonton55xxx.Interop.dll)

Visual Basic

Public Interface IBoonton55xxx
   Inherits IIviDriver

C#

public interface IBoonton55xxx : IIviDriver

Visual C++

__interface IBoonton55xxx : IIviDriver

collapse_allProperties


Name

Description

Public property

Acquisition

Interface to methods and properties controlling measurement acquisition state.

Public property

Channels

Channels interface. Provides access specific to individual channels. For the purposes of this driver, a channel is either an actual Boonton USB power meter that is being used as a virtual measuremnt channel, or a memory channel. In the case of the 4540 series, channels are internal to the power meter. Timebase (horizontal) controls are common to all channels.

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

Marker

Provides poperties for setting and retrieving marker position.

Public property

ReadBufferSize

Sets or gets the size of the SCPI read buffer in bytes.

Public property

System

Interface to system-wide setings.

Public property

Trigger

The Trigger interface provides properties to control synchronization of data acquisition with external events.

Public property

Utility

Pointer to the IIviDriverUtility interface (Inherited from IIviDriver.)

Public property

WriteBufferSize

Sets or gets the size of the SCPI write buffer in bytes.

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

FindResources

Returns a delimited string of available resources. These strings can be used in the initialize function to open a session to an instrument.

Public method

GetTimeOut

Returns the time out value for I/O in milliseconds.

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.)

Public method

ReadSCPI

Read a SCPI string response from the instrument.

Public method

ReadSCPIBytes

Read a SCPI byte array response from the instrument.

Public method

SendSCPIBytes

Send a SCPI command as a byte array.

Public method

SendSCPICommand

Send a SCPI command to the instrument.

Public method

SetTimeOut

Sets the time out in milliseconds for I/O.

Top

collapse_allSee Also

Reference

Boonton.Boonton55xxx.Interop Namespace

Footer image

Copyright 2013-16 Boonton. All rights reserved.