|
Top Previous Next |
IBoonton55xxx interface. Namespace: Boonton.Boonton55xxx.Interop Assembly: Boonton.Boonton55xxx.Interop (in Boonton.Boonton55xxx.Interop.dll)
|
Name |
Description |
|
Interface to methods and properties controlling measurement acquisition state. |
||
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. |
||
Pointer to the IIviDriverOperation interface (Inherited from IIviDriver.) |
||
Pointer to the IIviDriverIdentity interface (Inherited from IIviDriver.) |
||
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.) |
||
Provides poperties for setting and retrieving marker position. |
||
Sets or gets the size of the SCPI read buffer in bytes. |
||
Interface to system-wide setings. |
||
The Trigger interface provides properties to control synchronization of data acquisition with external events. |
||
Pointer to the IIviDriverUtility interface (Inherited from IIviDriver.) |
||
Sets or gets the size of the SCPI write buffer in bytes. |
Name |
Description |
|
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.) |
||
Returns a delimited string of available resources. These strings can be used in the initialize function to open a session to an instrument. |
||
Returns the time out value for I/O in milliseconds. |
||
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.) |
||
Read a SCPI string response from the instrument. |
||
Read a SCPI byte array response from the instrument. |
||
Send a SCPI command as a byte array. |
||
Send a SCPI command to the instrument. |
||
Sets the time out in milliseconds for I/O. |
Boonton.Boonton55xxx.Interop Namespace