collapse_allSyntax

Top  Previous  Next

 

Boonton55xxx IVI Driver Reference


 

IviDriver_ErrorCodes Enumeration


See Also



IVI Driver (inherent features) defined HRESULTS

Namespace: Ivi.Driver.Interop

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

Visual Basic

Public Enumeration IviDriver_ErrorCodes

C#

public enum IviDriver_ErrorCodes

Visual C++

public enum class IviDriver_ErrorCodes

 

collapse_allMembers


Member name

Value

Description


S_IVI_SUCCESS

0x00000000

Success.


E_IVI_CANNOT_RECOVER

0x80047000

Unrecoverable failure.


E_IVI_INSTRUMENT_STATUS

0x80047001

Instrument error detected.


E_IVI_CANNOT_OPEN_FILE

0x80047002

File could not be opened.


E_IVI_READING_FILE

0x80047003

File could not be read.


E_IVI_WRITING_FILE

0x80047004

File could not be written.


E_IVI_INVALID_PATHNAME

0x8004700B

The path name is invalid.


E_IVI_INVALID_VALUE

0x80047010

Invalid value for parameter or property.


E_IVI_METHOD_NOT_SUPPORTED

0x80047011

Method not supported.


E_IVI_PROPERTY_NOT_SUPPORTED

0x80047012

Property not supported.


E_IVI_VALUE_NOT_SUPPORTED

0x80047013

The enumeration value for the parameter is not supported.


E_IVI_NOT_INITIALIZED

0x8004701D

A connection to the instrument has not been initialized.


E_IVI_UNKNOWN_CHANNEL_NAME

0x80047020

Channel or repeated capability name specified is not valid for the instrument.


E_IVI_TOO_MANY_OPEN_FILES

0x80047023

Too many files opened.


E_IVI_CHANNEL_NAME_REQUIRED

0x80047044

Channel or repeated capability name required.


E_IVI_MISSING_OPTION_NAME

0x80047049

The option string contains an entry without a name.


E_IVI_MISSING_OPTION_VALUE

0x8004704A

The option string contains an entry without a value.


E_IVI_BAD_OPTION_NAME

0x8004704B

The option string contains an entry with an unknown option name.


E_IVI_BAD_OPTION_VALUE

0x8004704C

The option string contains an entry with an unknown option value.


E_IVI_OUT_OF_MEMORY

0x80047056

The necessary memory could not be allocated.


E_IVI_OPERATION_PENDING

0x80047057

Operation in progress.


E_IVI_NULL_POINTER

0x80047058

Null pointer passed for parameter or property.


E_IVI_UNEXPECTED_RESPONSE

0x80047059

Unexpected response from the instrument.


E_IVI_FILE_NOT_FOUND

0x8004705B

File not found.


E_IVI_INVALID_FILE_FORMAT

0x8004705C

The file format is invalid.


E_IVI_STATUS_NOT_AVAILABLE

0x8004705D

The instrument status is not available.


E_IVI_ID_QUERY_FAILED

0x8004705E

Instrument ID query failed.


E_IVI_RESET_FAILED

0x8004705F

Instrument reset failed.


E_IVI_RESOURCE_UNKNOWN

0x80047060

Insufficient location information or resource not present in the system.


E_IVI_ALREADY_INITIALIZED

0x80047061

The driver is already initialized.


E_IVI_CANNOT_CHANGE_SIMULATION_STATE

0x80047062

The simulation state cannot be changed.


E_IVI_INVALID_NUMBER_OF_LEVELS_IN_SELECTOR

0x80047063

The number of levels in the selector is not valid for the repeated capability.


E_IVI_INVALID_RANGE_IN_SELECTOR

0x80047064

The range is not valid for the repeated capability.


E_IVI_UNKNOWN_NAME_IN_SELECTOR

0x80047065

Unknown name in selector.


E_IVI_BADLY_FORMED_SELECTOR

0x80047066

The repeated capability selector is badly-formed.


E_IVI_UNKNOWN_PHYSICAL_IDENTIFIER

0x80047067

Unknown physical repeated capability selector.


S_IVI_NSUP_ID_QUERY

0x00047065

Identification query not supported.


S_IVI_NSUP_RESET

0x00047066

Reset operation not supported.


S_IVI_NSUP_SELF_TEST

0x00047067

Self test operation not supported.


S_IVI_NSUP_ERROR_QUERY

0x00047068

Error query operation not supported.


S_IVI_NSUP_REV_QUERY

0x00047069

Revision query not supported.

collapse_allSee Also

Reference

Ivi.Driver.Interop Namespace

Footer image

Copyright 2013-16 Boonton. All rights reserved.