• Welcome
  • Getting Started
    • Getting Started
    • Sample Code
  • Using VISA.NET
    • Using VISA.NET
    • API Structure
      • API Structure
      • Namespaces
      • Interfaces And Classes
      • Resources and Sessions
        • Resources and Sessions
        • Ivi.Visa Session Interfaces
        • Keysight.Visa Session Classes
      • Resource Managers and the GRM
      • Enumerations
      • Exceptions
      • Hardware Events
        • Hardware Events
        • EventArgs Class Diagram
      • The Native Access API
    • Raw I/O
      • Raw I/O
      • Reading
      • Writing
      • Asynchronous I/O
        • Asynchronous I/O
        • Polling Sample
        • Blocking Wait Sample
        • Callback Sample
    • Formatted I/O
      • Formatted I/O
      • Buffering I/O
      • Formatting Basics
      • Using Printf
        • Using Printf
        • Printf Format Strings
        • Printf Format Specifier Syntax
          • Printf Format Specifier Syntax
          • Printf Types
          • Printf Flags
          • Printf Modifiers
        • Printf Code Snippets
          • Printf Code Snippets
          • Formatting Strings
          • Formatting Characters
          • Formatting Integers
          • Formatting Floating-Point Numbers
          • Formatting IEEE 488.2 Arbitrary Blocks
          • Formatting Raw Binary Data
          • Formatting Enumerations
      • Using Scanf
        • Using Scanf
        • Scanf Format Strings
        • Scanf Format Specifier Syntax
          • Scanf Format Specifier Syntax
          • Scanf Types
          • Scanf Flags
          • Scanf Modifiers
        • Scanf Code Snippets
          • Scanf Code Snippets
          • Reading Characters
          • Reading Strings
          • Reading Integers
          • Reading Floating-Point Numbers
          • Reading IEEE 488.2 Binary Blocks
          • Reading Raw Binary Data
          • Reading Enumerations
      • Using Read Methods
      • Using Write Methods
    • Register I/O
  • Ivi.Visa Assembly
    • Overview
    • Namespaces
      • Ivi.Visa Namespace
        • Overview
        • Classes
          • GlobalResourceManager
            • Overview
            • Members
            • Methods
              • Find Method
                • Find() Method
                • Find(String) Method
              • Open Method
                • Open(String) Method
                • Open(String,AccessModes,Int32) Method
                • Open(String,AccessModes,Int32,ResourceOpenStatus) Method
              • Parse Method
              • TryParse Method
            • Properties
              • ImplementationVersion Property
              • SpecificationVersion Property
          • GpibControllerInChargeEventArgs
            • Overview
            • Members
            • GpibControllerInChargeEventArgs Constructor
            • Properties
              • IsControllerInCharge Property
          • IOTimeoutException
            • Overview
            • Members
            • IOTimeoutException Constructor
              • IOTimeoutException Constructor(Int64,Byte[])
              • IOTimeoutException Constructor(Int64,Byte[],String)
              • IOTimeoutException Constructor(Int64,Byte[],String,Exception)
              • IOTimeoutException Constructor(SerializationInfo,StreamingContext)
            • Properties
              • ActualCount Property
              • ActualData Property
          • NativeErrorCode
            • Overview
            • Members
            • NativeErrorCode Constructor
            • Methods
              • GetMacroNameFromStatusCode Method
            • Fields
              • Abort Field
              • AccessDenied Field
              • BusError Field
              • CloseFailed Field
              • ConnectionLost Field
              • EventMechanismNotSupported Field
              • FileAccessError Field
              • FileIOError Field
              • FramingError Field
              • HandlerNotInstalled Field
              • InputProtocolViolation Field
              • InterfaceNumberNotConfigured Field
              • InterruptPending Field
              • InvalidAccessKey Field
              • InvalidAccessMode Field
              • InvalidAddressSpace Field
              • InvalidBufferMask Field
              • InvalidDataWidth Field
              • InvalidDegree Field
              • InvalidEvent Field
              • InvalidEventContext Field
              • InvalidExpression Field
              • InvalidFormatSpecifier Field
              • InvalidHandlerReference Field
              • InvalidJobId Field
              • InvalidLength Field
              • InvalidLine Field
              • InvalidLockType Field
              • InvalidMechanism Field
              • InvalidMode Field
              • InvalidObject Field
              • InvalidOffset Field
              • InvalidParameter Field
              • InvalidProtocol Field
              • InvalidResourceName Field
              • InvalidSetup Field
              • InvalidWindowSize Field
              • IOError Field
              • LibraryNotFound Field
              • MachineNotAvailable Field
              • MemoryAllocation Field
              • MemoryNotShared Field
              • NoListeners Field
              • NotControllerInCharge Field
              • NotEnabled Field
              • NotSystemController Field
              • OffsetNotAligned Field
              • OperationInProgress Field
              • OperationNotImplemented Field
              • OperationNotSupported Field
              • OutputProtocolViolation Field
              • Overrun Field
              • ParityError Field
              • QueueError Field
              • QueueOverflow Field
              • RawReadProtocolViolation Field
              • RawWriteProtocolViolation Field
              • ReadOnlyAttribute Field
              • ResourceBusy Field
              • ResourceLocked Field
              • ResourceNotFound Field
              • ResponsePending Field
              • ServerCertificateError Field
              • ServerCertificateExpired Field
              • ServerCertificateInvalidSubject Field
              • ServerCertificateRevoked Field
              • ServerCertificateUntrusted Field
              • ServiceRequestNotReceived Field
              • SessionNotLocked Field
              • SystemError Field
              • Timeout Field
              • TriggerLineInUse Field
              • TriggerLineNotReserved Field
              • TriggerLineNotSupported Field
              • TriggerNotMapped Field
              • UnsupportedAttribute Field
              • UnsupportedAttributeValue Field
              • UnsupportedFormatSpecifier Field
              • UnsupportedInterrupt Field
              • UnsupportedMode Field
              • UnsupportedOffset Field
              • UserBufferError Field
              • VariableDataWidthNotSupported Field
              • WidthNotSupported Field
              • WindowAlreadyMapped Field
              • WindowNotMapped Field
          • NativeVisaException
            • Overview
            • Members
            • NativeVisaException Constructor
              • NativeVisaException Constructor(Int32)
              • NativeVisaException Constructor(Int32,String)
              • NativeVisaException Constructor(Int32,String,Exception)
              • NativeVisaException Constructor(SerializationInfo,StreamingContext)
            • Properties
              • ErrorCode Property
          • ParseResult
            • Overview
            • Members
            • ParseResult Constructor
            • Methods
              • Equals Method
                • Equals(Object) Method
                • Equals(ParseResult) Method
              • GetHashCode Method
            • Properties
              • AliasIfExists Property
              • ExpandedUnaliasedName Property
              • InterfaceNumber Property
              • InterfaceType Property
              • OriginalResourceName Property
              • ResourceClass Property
            • Operators
              • Equality Operator
              • Inequality Operator
          • PxiInterruptEventArgs
            • Overview
            • Members
            • PxiInterruptEventArgs Constructor
            • Properties
              • Data Property
              • Sequence Property
          • TypeFormatterException
            • Overview
            • Members
            • TypeFormatterException Constructor
              • TypeFormatterException Constructor()
              • TypeFormatterException Constructor(Exception)
              • TypeFormatterException Constructor(Type)
              • TypeFormatterException Constructor(Type,Exception)
              • TypeFormatterException Constructor(Type,String)
              • TypeFormatterException Constructor(Type,String,Exception)
              • TypeFormatterException Constructor(Object)
              • TypeFormatterException Constructor(Object,Exception)
              • TypeFormatterException Constructor(String,Object[])
              • TypeFormatterException Constructor(String,Exception,Object[])
              • TypeFormatterException Constructor(SerializationInfo,StreamingContext)
            • Properties
              • Message Property
          • UsbInterruptEventArgs
            • Overview
            • Members
            • UsbInterruptEventArgs Constructor
            • Properties
              • Data Property
              • ExceededMaximumSize Property
          • VisaConstants
            • Overview
            • Members
            • Fields
              • GpibNoSecondaryAddress Field
              • ImmediateTimeout Field
              • InfiniteTimeout Field
              • UnknownSlotNumber Field
              • VxiUnknownLogicalAddress Field
          • VisaEventArgs
            • Overview
            • Members
            • VisaEventArgs Constructor
              • VisaEventArgs Constructor(EventType)
              • VisaEventArgs Constructor(Int32)
            • Properties
              • CustomEventType Property
              • EventType Property
          • VisaException
            • Overview
            • Members
            • VisaException Constructor
              • VisaException Constructor()
              • VisaException Constructor(String)
              • VisaException Constructor(String,Exception)
              • VisaException Constructor(SerializationInfo,StreamingContext)
          • VxiInterruptEventArgs
            • Overview
            • Members
            • VxiInterruptEventArgs Constructor
            • Properties
              • IrqLevel Property
              • StatusId Property
          • VxiSignalProcessorEventArgs
            • Overview
            • Members
            • VxiSignalProcessorEventArgs Constructor
            • Properties
              • StatusId Property
          • VxiTriggerEventArgs
            • Overview
            • Members
            • VxiTriggerEventArgs Constructor
            • Properties
              • TriggerLine Property
        • Enumerations
          • AccessModes
          • AddressSpace
          • AtnMode
          • BinaryEncoding
          • ByteOrder
          • DataWidth
          • EventQueueStatus
          • EventType
          • GpibAddressedState
          • GpibInstrumentRemoteLocalMode
          • GpibInterfaceRemoteLocalMode
          • HardwareInterfaceType
          • IOBuffers
          • IOProtocol
          • LineState
          • NativeVisaAttribute
          • PxiMemoryType
          • ReadStatus
          • RemoteLocalMode
          • ResourceLockState
          • ResourceOpenStatus
          • SerialFlowControlModes
          • SerialParity
          • SerialStopBitsMode
          • SerialTerminationMethod
          • StatusByteFlags
          • TriggerLine
          • TriggerLines
          • VxiAccessPrivilege
          • VxiCommandMode
          • VxiDeviceClass
          • VxiTriggerProtocol
          • VxiUtilitySignal
        • Interfaces
          • IGpibInterfaceSession
            • Overview
            • Members
            • Methods
              • AssertTrigger Method
              • ControlAtn Method
              • PassControl Method
                • PassControl(Int16) Method
                • PassControl(Int16,Int16) Method
              • SendCommand Method
              • SendInterfaceClear Method
              • SendRemoteLocalCommand Method
            • Properties
              • AddressState Property
              • AllowDma Property
              • AtnState Property
              • DeviceStatusByte Property
              • HS488CableLength Property
              • IOProtocol Property
              • IsControllerInCharge Property
              • IsSystemController Property
              • NdacState Property
              • PrimaryAddress Property
              • RawIO Property
              • RenState Property
              • SecondaryAddress Property
              • SendEndEnabled Property
              • SrqState Property
              • TerminationCharacter Property
              • TerminationCharacterEnabled Property
            • Events
              • Cleared Event
              • ControllerInCharge Event
              • Listen Event
              • ServiceRequest Event
              • Talk Event
              • Trigger Event
          • IGpibSession
            • Overview
            • Members
            • Methods
              • SendRemoteLocalCommand Method
                • SendRemoteLocalCommand(RemoteLocalMode) Method
                • SendRemoteLocalCommand(GpibInstrumentRemoteLocalMode) Method
            • Properties
              • AllowDma Property
              • PrimaryAddress Property
              • ReaddressingEnabled Property
              • RenState Property
              • SecondaryAddress Property
              • UnaddressingEnabled Property
          • IMemoryMap
            • Overview
            • Members
            • Methods
              • Peek16 Method
              • Peek32 Method
              • Peek64 Method
              • Peek8 Method
              • Poke16 Method
              • Poke32 Method
              • Poke64 Method
              • Poke8 Method
            • Properties
              • AddressSpace Property
              • BaseAddress Property
              • Size Property
              • VirtualAddress Property
          • IMessageBasedFormattedIO
            • Overview
            • Members
            • Methods
              • DiscardBuffers Method
              • FlushWrite Method
              • Printf Method
                • Printf(String) Method
                • Printf(String,Object[]) Method
              • PrintfAndFlush Method
                • PrintfAndFlush(String) Method
                • PrintfAndFlush(String,Object[]) Method
              • PrintfArray Method
                • PrintfArray(String,Byte,Int64[]) Method
                • PrintfArray(String,SByte,Int64[]) Method
                • PrintfArray(String,Int16,Int64[]) Method
                • PrintfArray(String,UInt16,Int64[]) Method
                • PrintfArray(String,Int32,Int64[]) Method
                • PrintfArray(String,UInt32,Int64[]) Method
                • PrintfArray(String,Int64,Int64[]) Method
                • PrintfArray(String,UInt64,Int64[]) Method
                • PrintfArray(String,Single,Int64[]) Method
                • PrintfArray(String,Double,Int64[]) Method
              • PrintfArrayAndFlush Method
                • PrintfArrayAndFlush(String,Byte,Int64[]) Method
                • PrintfArrayAndFlush(String,SByte,Int64[]) Method
                • PrintfArrayAndFlush(String,Int16,Int64[]) Method
                • PrintfArrayAndFlush(String,UInt16,Int64[]) Method
                • PrintfArrayAndFlush(String,Int32,Int64[]) Method
                • PrintfArrayAndFlush(String,UInt32,Int64[]) Method
                • PrintfArrayAndFlush(String,Int64,Int64[]) Method
                • PrintfArrayAndFlush(String,UInt64,Int64[]) Method
                • PrintfArrayAndFlush(String,Single,Int64[]) Method
                • PrintfArrayAndFlush(String,Double,Int64[]) Method
              • ReadBinaryBlockOfByte Method
                • ReadBinaryBlockOfByte() Method
                • ReadBinaryBlockOfByte(Boolean) Method
                • ReadBinaryBlockOfByte(Byte[],Int64,Int64) Method
                • ReadBinaryBlockOfByte(Byte[],Int64,Int64,Boolean) Method
              • ReadBinaryBlockOfDouble Method
                • ReadBinaryBlockOfDouble() Method
                • ReadBinaryBlockOfDouble(Boolean) Method
                • ReadBinaryBlockOfDouble(Double[],Int64,Int64) Method
                • ReadBinaryBlockOfDouble(Double[],Int64,Int64,Boolean) Method
              • ReadBinaryBlockOfInt16 Method
                • ReadBinaryBlockOfInt16() Method
                • ReadBinaryBlockOfInt16(Boolean) Method
                • ReadBinaryBlockOfInt16(Int16[],Int64,Int64) Method
                • ReadBinaryBlockOfInt16(Int16[],Int64,Int64,Boolean) Method
              • ReadBinaryBlockOfInt32 Method
                • ReadBinaryBlockOfInt32() Method
                • ReadBinaryBlockOfInt32(Boolean) Method
                • ReadBinaryBlockOfInt32(Int32[],Int64,Int64) Method
                • ReadBinaryBlockOfInt32(Int32[],Int64,Int64,Boolean) Method
              • ReadBinaryBlockOfInt64 Method
                • ReadBinaryBlockOfInt64() Method
                • ReadBinaryBlockOfInt64(Int64[],Int64,Int64) Method
              • ReadBinaryBlockOfSByte Method
                • ReadBinaryBlockOfSByte() Method
                • ReadBinaryBlockOfSByte(Boolean) Method
                • ReadBinaryBlockOfSByte(SByte[],Int64,Int64) Method
                • ReadBinaryBlockOfSByte(SByte[],Int64,Int64,Boolean) Method
              • ReadBinaryBlockOfSingle Method
                • ReadBinaryBlockOfSingle() Method
                • ReadBinaryBlockOfSingle(Boolean) Method
                • ReadBinaryBlockOfSingle(Single[],Int64,Int64) Method
                • ReadBinaryBlockOfSingle(Single[],Int64,Int64,Boolean) Method
              • ReadBinaryBlockOfUInt16 Method
                • ReadBinaryBlockOfUInt16() Method
                • ReadBinaryBlockOfUInt16(Boolean) Method
                • ReadBinaryBlockOfUInt16(UInt16[],Int64,Int64) Method
                • ReadBinaryBlockOfUInt16(UInt16[],Int64,Int64,Boolean) Method
              • ReadBinaryBlockOfUInt32 Method
                • ReadBinaryBlockOfUInt32() Method
                • ReadBinaryBlockOfUInt32(Boolean) Method
                • ReadBinaryBlockOfUInt32(UInt32[],Int64,Int64) Method
                • ReadBinaryBlockOfUInt32(UInt32[],Int64,Int64,Boolean) Method
              • ReadBinaryBlockOfUInt64 Method
                • ReadBinaryBlockOfUInt64() Method
                • ReadBinaryBlockOfUInt64(UInt64[],Int64,Int64) Method
              • ReadChar Method
              • ReadDouble Method
              • ReadInt64 Method
              • ReadLine Method
                • ReadLine() Method
                • ReadLine(StringBuilder) Method
              • ReadLineBinaryBlockOfByte Method
                • ReadLineBinaryBlockOfByte() Method
                • ReadLineBinaryBlockOfByte(Boolean) Method
                • ReadLineBinaryBlockOfByte(Byte[],Int64) Method
                • ReadLineBinaryBlockOfByte(Byte[],Int64,Boolean) Method
              • ReadLineBinaryBlockOfDouble Method
                • ReadLineBinaryBlockOfDouble() Method
                • ReadLineBinaryBlockOfDouble(Boolean) Method
                • ReadLineBinaryBlockOfDouble(Double[],Int64) Method
                • ReadLineBinaryBlockOfDouble(Double[],Int64,Boolean) Method
              • ReadLineBinaryBlockOfInt16 Method
                • ReadLineBinaryBlockOfInt16() Method
                • ReadLineBinaryBlockOfInt16(Boolean) Method
                • ReadLineBinaryBlockOfInt16(Int16[],Int64) Method
                • ReadLineBinaryBlockOfInt16(Int16[],Int64,Boolean) Method
              • ReadLineBinaryBlockOfInt32 Method
                • ReadLineBinaryBlockOfInt32() Method
                • ReadLineBinaryBlockOfInt32(Boolean) Method
                • ReadLineBinaryBlockOfInt32(Int32[],Int64) Method
                • ReadLineBinaryBlockOfInt32(Int32[],Int64,Boolean) Method
              • ReadLineBinaryBlockOfInt64 Method
                • ReadLineBinaryBlockOfInt64() Method
                • ReadLineBinaryBlockOfInt64(Int64[],Int64) Method
              • ReadLineBinaryBlockOfSByte Method
                • ReadLineBinaryBlockOfSByte() Method
                • ReadLineBinaryBlockOfSByte(Boolean) Method
                • ReadLineBinaryBlockOfSByte(SByte[],Int64) Method
                • ReadLineBinaryBlockOfSByte(SByte[],Int64,Boolean) Method
              • ReadLineBinaryBlockOfSingle Method
                • ReadLineBinaryBlockOfSingle() Method
                • ReadLineBinaryBlockOfSingle(Boolean) Method
                • ReadLineBinaryBlockOfSingle(Single[],Int64) Method
                • ReadLineBinaryBlockOfSingle(Single[],Int64,Boolean) Method
              • ReadLineBinaryBlockOfUInt16 Method
                • ReadLineBinaryBlockOfUInt16() Method
                • ReadLineBinaryBlockOfUInt16(Boolean) Method
                • ReadLineBinaryBlockOfUInt16(UInt16[],Int64) Method
                • ReadLineBinaryBlockOfUInt16(UInt16[],Int64,Boolean) Method
              • ReadLineBinaryBlockOfUInt32 Method
                • ReadLineBinaryBlockOfUInt32() Method
                • ReadLineBinaryBlockOfUInt32(Boolean) Method
                • ReadLineBinaryBlockOfUInt32(UInt32[],Int64) Method
                • ReadLineBinaryBlockOfUInt32(UInt32[],Int64,Boolean) Method
              • ReadLineBinaryBlockOfUInt64 Method
                • ReadLineBinaryBlockOfUInt64() Method
                • ReadLineBinaryBlockOfUInt64(UInt64[],Int64) Method
              • ReadLineChar Method
              • ReadLineDouble Method
              • ReadLineInt64 Method
              • ReadLineListOfByte Method
                • ReadLineListOfByte() Method
                • ReadLineListOfByte(Byte[],Int64) Method
              • ReadLineListOfDouble Method
                • ReadLineListOfDouble() Method
                • ReadLineListOfDouble(Double[],Int64) Method
              • ReadLineListOfInt16 Method
                • ReadLineListOfInt16() Method
                • ReadLineListOfInt16(Int16[],Int64) Method
              • ReadLineListOfInt32 Method
                • ReadLineListOfInt32() Method
                • ReadLineListOfInt32(Int32[],Int64) Method
              • ReadLineListOfInt64 Method
                • ReadLineListOfInt64() Method
                • ReadLineListOfInt64(Int64[],Int64) Method
              • ReadLineListOfSByte Method
                • ReadLineListOfSByte() Method
                • ReadLineListOfSByte(SByte[],Int64) Method
              • ReadLineListOfSingle Method
                • ReadLineListOfSingle() Method
                • ReadLineListOfSingle(Single[],Int64) Method
              • ReadLineListOfUInt16 Method
                • ReadLineListOfUInt16() Method
                • ReadLineListOfUInt16(UInt16[],Int64) Method
              • ReadLineListOfUInt32 Method
                • ReadLineListOfUInt32() Method
                • ReadLineListOfUInt32(UInt32[],Int64) Method
              • ReadLineListOfUInt64 Method
                • ReadLineListOfUInt64() Method
                • ReadLineListOfUInt64(UInt64[],Int64) Method
              • ReadLineUInt64 Method
              • ReadListOfByte Method
                • ReadListOfByte(Int64) Method
                • ReadListOfByte(Byte[],Int64,Int64) Method
              • ReadListOfDouble Method
                • ReadListOfDouble(Int64) Method
                • ReadListOfDouble(Double[],Int64,Int64) Method
              • ReadListOfInt16 Method
                • ReadListOfInt16(Int64) Method
                • ReadListOfInt16(Int16[],Int64,Int64) Method
              • ReadListOfInt32 Method
                • ReadListOfInt32(Int64) Method
                • ReadListOfInt32(Int32[],Int64,Int64) Method
              • ReadListOfInt64 Method
                • ReadListOfInt64(Int64) Method
                • ReadListOfInt64(Int64[],Int64,Int64) Method
              • ReadListOfSByte Method
                • ReadListOfSByte(Int64) Method
                • ReadListOfSByte(SByte[],Int64,Int64) Method
              • ReadListOfSingle Method
                • ReadListOfSingle(Int64) Method
                • ReadListOfSingle(Single[],Int64,Int64) Method
              • ReadListOfUInt16 Method
                • ReadListOfUInt16(Int64) Method
                • ReadListOfUInt16(UInt16[],Int64,Int64) Method
              • ReadListOfUInt32 Method
                • ReadListOfUInt32(Int64) Method
                • ReadListOfUInt32(UInt32[],Int64,Int64) Method
              • ReadListOfUInt64 Method
                • ReadListOfUInt64(Int64) Method
                • ReadListOfUInt64(UInt64[],Int64,Int64) Method
              • ReadString Method
                • ReadString() Method
                • ReadString(Int32) Method
                • ReadString(StringBuilder) Method
                • ReadString(StringBuilder,Int32) Method
              • ReadUInt64 Method
              • ReadUntilEnd Method
              • ReadUntilMatch Method
                • ReadUntilMatch(Char) Method
                • ReadUntilMatch(String,Boolean) Method
              • ReadWhileMatch Method
              • Scanf Method
                • Scanf<T>(String,T) Method
                • Scanf<T1,T2>(String,T1,T2) Method
                • Scanf<T1,T2,T3>(String,T1,T2,T3) Method
                • Scanf<T1,T2,T3,T4>(String,T1,T2,T3,T4) Method
                • Scanf<T1,T2,T3,T4,T5>(String,T1,T2,T3,T4,T5) Method
                • Scanf<T1,T2,T3,T4,T5,T6>(String,T1,T2,T3,T4,T5,T6) Method
                • Scanf<T1,T2,T3,T4,T5,T6,T7>(String,T1,T2,T3,T4,T5,T6,T7) Method
                • Scanf<T>(String,Int64[],T) Method
                • Scanf<T1,T2>(String,Int64[],T1,T2) Method
                • Scanf<T1,T2,T3>(String,Int64[],T1,T2,T3) Method
                • Scanf<T1,T2,T3,T4>(String,Int64[],T1,T2,T3,T4) Method
                • Scanf<T1,T2,T3,T4,T5>(String,Int64[],T1,T2,T3,T4,T5) Method
                • Scanf<T1,T2,T3,T4,T5,T6>(String,Int64[],T1,T2,T3,T4,T5,T6) Method
                • Scanf<T1,T2,T3,T4,T5,T6,T7>(String,Int64[],T1,T2,T3,T4,T5,T6,T7) Method
              • ScanfArray Method
                • ScanfArray(String,Byte,Int64[]) Method
                • ScanfArray(String,SByte,Int64[]) Method
                • ScanfArray(String,Int16,Int64[]) Method
                • ScanfArray(String,UInt16,Int64[]) Method
                • ScanfArray(String,Int32,Int64[]) Method
                • ScanfArray(String,UInt32,Int64[]) Method
                • ScanfArray(String,Int64,Int64[]) Method
                • ScanfArray(String,UInt64,Int64[]) Method
                • ScanfArray(String,Single,Int64[]) Method
                • ScanfArray(String,Double,Int64[]) Method
              • Skip Method
              • SkipString Method
              • SkipUntilEnd Method
              • Write Method
                • Write(Char) Method
                • Write(String) Method
                • Write(Int64) Method
                • Write(UInt64) Method
                • Write(Double) Method
              • WriteBinary Method
                • WriteBinary(Byte[]) Method
                • WriteBinary(Byte[],Int64,Int64) Method
                • WriteBinary(SByte[]) Method
                • WriteBinary(SByte[],Int64,Int64) Method
                • WriteBinary(Int16[]) Method
                • WriteBinary(Int16[],Int64,Int64) Method
                • WriteBinary(UInt16[]) Method
                • WriteBinary(UInt16[],Int64,Int64) Method
                • WriteBinary(Int32[]) Method
                • WriteBinary(Int32[],Int64,Int64) Method
                • WriteBinary(UInt32[]) Method
                • WriteBinary(UInt32[],Int64,Int64) Method
                • WriteBinary(Int64[]) Method
                • WriteBinary(Int64[],Int64,Int64) Method
                • WriteBinary(UInt64[]) Method
                • WriteBinary(UInt64[],Int64,Int64) Method
                • WriteBinary(Single[]) Method
                • WriteBinary(Single[],Int64,Int64) Method
                • WriteBinary(Double[]) Method
                • WriteBinary(Double[],Int64,Int64) Method
              • WriteBinaryAndFlush Method
                • WriteBinaryAndFlush(Byte[]) Method
                • WriteBinaryAndFlush(Byte[],Int64,Int64) Method
                • WriteBinaryAndFlush(SByte[]) Method
                • WriteBinaryAndFlush(SByte[],Int64,Int64) Method
                • WriteBinaryAndFlush(Int16[]) Method
                • WriteBinaryAndFlush(Int16[],Int64,Int64) Method
                • WriteBinaryAndFlush(UInt16[]) Method
                • WriteBinaryAndFlush(UInt16[],Int64,Int64) Method
                • WriteBinaryAndFlush(Int32[]) Method
                • WriteBinaryAndFlush(Int32[],Int64,Int64) Method
                • WriteBinaryAndFlush(UInt32[]) Method
                • WriteBinaryAndFlush(UInt32[],Int64,Int64) Method
                • WriteBinaryAndFlush(Int64[]) Method
                • WriteBinaryAndFlush(Int64[],Int64,Int64) Method
                • WriteBinaryAndFlush(UInt64[]) Method
                • WriteBinaryAndFlush(UInt64[],Int64,Int64) Method
                • WriteBinaryAndFlush(Single[]) Method
                • WriteBinaryAndFlush(Single[],Int64,Int64) Method
                • WriteBinaryAndFlush(Double[]) Method
                • WriteBinaryAndFlush(Double[],Int64,Int64) Method
              • WriteLine Method
                • WriteLine() Method
                • WriteLine(Char) Method
                • WriteLine(String) Method
                • WriteLine(Int64) Method
                • WriteLine(UInt64) Method
                • WriteLine(Double) Method
              • WriteLineList Method
                • WriteLineList(Byte[]) Method
                • WriteLineList(Byte[],Int64,Int64) Method
                • WriteLineList(SByte[]) Method
                • WriteLineList(SByte[],Int64,Int64) Method
                • WriteLineList(Int16[]) Method
                • WriteLineList(Int16[],Int64,Int64) Method
                • WriteLineList(UInt16[]) Method
                • WriteLineList(UInt16[],Int64,Int64) Method
                • WriteLineList(Int32[]) Method
                • WriteLineList(Int32[],Int64,Int64) Method
                • WriteLineList(UInt32[]) Method
                • WriteLineList(UInt32[],Int64,Int64) Method
                • WriteLineList(Int64[]) Method
                • WriteLineList(Int64[],Int64,Int64) Method
                • WriteLineList(UInt64[]) Method
                • WriteLineList(UInt64[],Int64,Int64) Method
                • WriteLineList(Single[]) Method
                • WriteLineList(Single[],Int64,Int64) Method
                • WriteLineList(Double[]) Method
                • WriteLineList(Double[],Int64,Int64) Method
              • WriteList Method
                • WriteList(Byte[]) Method
                • WriteList(Byte[],Int64,Int64) Method
                • WriteList(SByte[]) Method
                • WriteList(SByte[],Int64,Int64) Method
                • WriteList(Int16[]) Method
                • WriteList(Int16[],Int64,Int64) Method
                • WriteList(UInt16[]) Method
                • WriteList(UInt16[],Int64,Int64) Method
                • WriteList(Int32[]) Method
                • WriteList(Int32[],Int64,Int64) Method
                • WriteList(UInt32[]) Method
                • WriteList(UInt32[],Int64,Int64) Method
                • WriteList(Int64[]) Method
                • WriteList(Int64[],Int64,Int64) Method
                • WriteList(UInt64[]) Method
                • WriteList(UInt64[],Int64,Int64) Method
                • WriteList(Single[]) Method
                • WriteList(Single[],Int64,Int64) Method
                • WriteList(Double[]) Method
                • WriteList(Double[],Int64,Int64) Method
            • Properties
              • BinaryEncoding Property
              • ReadBufferSize Property
              • TypeFormatter Property
              • WriteBufferSize Property
          • IMessageBasedRawIO
            • Overview
            • Members
            • Methods
              • AbortAsyncOperation Method
              • BeginRead Method
                • BeginRead(Int32) Method
                • BeginRead(Int32,Object) Method
                • BeginRead(Int32,VisaAsyncCallback,Object) Method
                • BeginRead(Byte[]) Method
                • BeginRead(Byte[],Object) Method
                • BeginRead(Byte[],Int64,Int64) Method
                • BeginRead(Byte[],Int64,Int64,Object) Method
                • BeginRead(Byte[],VisaAsyncCallback,Object) Method
                • BeginRead(Byte[],Int64,Int64,VisaAsyncCallback,Object) Method
              • BeginWrite Method
                • BeginWrite(String) Method
                • BeginWrite(String,Object) Method
                • BeginWrite(String,VisaAsyncCallback,Object) Method
                • BeginWrite(Byte[]) Method
                • BeginWrite(Byte[],Object) Method
                • BeginWrite(Byte[],Int64,Int64) Method
                • BeginWrite(Byte[],Int64,Int64,Object) Method
                • BeginWrite(Byte[],VisaAsyncCallback,Object) Method
                • BeginWrite(Byte[],Int64,Int64,VisaAsyncCallback,Object) Method
              • EndRead Method
              • EndReadString Method
              • EndWrite Method
              • Read Method
                • Read() Method
                • Read(Int64) Method
                • Read(Int64,ReadStatus) Method
                • Read(Byte[],Int64,Int64,Int64,ReadStatus) Method
                • Read(Byte,Int64,Int64,Int64,ReadStatus) Method
              • ReadString Method
                • ReadString() Method
                • ReadString(Int64) Method
                • ReadString(Int64,ReadStatus) Method
              • Write Method
                • Write(Byte[]) Method
                • Write(Byte[],Int64,Int64) Method
                • Write(Byte,Int64,Int64) Method
                • Write(String) Method
                • Write(String,Int64,Int64) Method
          • IMessageBasedSession
            • Overview
            • Members
            • Methods
              • AssertTrigger Method
              • Clear Method
              • ReadStatusByte Method
            • Properties
              • FormattedIO Property
              • IOProtocol Property
              • RawIO Property
              • SendEndEnabled Property
              • TerminationCharacter Property
              • TerminationCharacterEnabled Property
            • Events
              • ServiceRequest Event
          • INativeVisaEventArgs
            • Overview
            • Members
            • Methods
              • GetAttributeBoolean Method
                • GetAttributeBoolean(NativeVisaAttribute) Method
                • GetAttributeBoolean(Int32) Method
              • GetAttributeByte Method
                • GetAttributeByte(NativeVisaAttribute) Method
                • GetAttributeByte(Int32) Method
              • GetAttributeInt16 Method
                • GetAttributeInt16(NativeVisaAttribute) Method
                • GetAttributeInt16(Int32) Method
              • GetAttributeInt32 Method
                • GetAttributeInt32(NativeVisaAttribute) Method
                • GetAttributeInt32(Int32) Method
              • GetAttributeInt64 Method
                • GetAttributeInt64(NativeVisaAttribute) Method
                • GetAttributeInt64(Int32) Method
              • GetAttributeString Method
                • GetAttributeString(NativeVisaAttribute) Method
                • GetAttributeString(Int32) Method
            • Properties
              • EventArgs Property
          • INativeVisaSession
            • Overview
            • Members
            • Methods
              • DisableEvent Method
              • DiscardEvents Method
              • EnableEvent Method
              • GetAttributeBoolean Method
                • GetAttributeBoolean(NativeVisaAttribute) Method
                • GetAttributeBoolean(Int32) Method
              • GetAttributeByte Method
                • GetAttributeByte(NativeVisaAttribute) Method
                • GetAttributeByte(Int32) Method
              • GetAttributeInt16 Method
                • GetAttributeInt16(NativeVisaAttribute) Method
                • GetAttributeInt16(Int32) Method
              • GetAttributeInt32 Method
                • GetAttributeInt32(NativeVisaAttribute) Method
                • GetAttributeInt32(Int32) Method
              • GetAttributeInt64 Method
                • GetAttributeInt64(NativeVisaAttribute) Method
                • GetAttributeInt64(Int32) Method
              • GetAttributeString Method
                • GetAttributeString(NativeVisaAttribute) Method
                • GetAttributeString(Int32) Method
              • SetAttributeBoolean Method
                • SetAttributeBoolean(NativeVisaAttribute,Boolean) Method
                • SetAttributeBoolean(Int32,Boolean) Method
              • SetAttributeByte Method
                • SetAttributeByte(NativeVisaAttribute,Byte) Method
                • SetAttributeByte(Int32,Byte) Method
              • SetAttributeInt16 Method
                • SetAttributeInt16(NativeVisaAttribute,Int16) Method
                • SetAttributeInt16(Int32,Int16) Method
              • SetAttributeInt32 Method
                • SetAttributeInt32(NativeVisaAttribute,Int32) Method
                • SetAttributeInt32(Int32,Int32) Method
              • SetAttributeInt64 Method
                • SetAttributeInt64(NativeVisaAttribute,Int64) Method
                • SetAttributeInt64(Int32,Int64) Method
              • SetAttributeString Method
                • SetAttributeString(NativeVisaAttribute,String) Method
                • SetAttributeString(Int32,String) Method
              • WaitOnEvent Method
                • WaitOnEvent(Int32) Method
                • WaitOnEvent(Int32,EventQueueStatus) Method
                • WaitOnEvent(Int32,Int32) Method
                • WaitOnEvent(Int32,TimeSpan) Method
                • WaitOnEvent(Int32,Int32,EventQueueStatus) Method
                • WaitOnEvent(Int32,TimeSpan,EventQueueStatus) Method
            • Properties
              • Handle Property
          • IPxiBackplaneSession
            • Overview
            • Members
            • Methods
              • MapTrigger Method
                • MapTrigger(Int16,TriggerLine,Int16,TriggerLine) Method
                • MapTrigger(Int16,TriggerLine,Int16,TriggerLine,Boolean) Method
              • ReserveTrigger Method
              • ReserveTriggers Method
              • UnmapTrigger Method
                • UnmapTrigger(Int16,TriggerLine) Method
                • UnmapTrigger(Int16,TriggerLine,Int16,TriggerLine) Method
              • UnreserveTrigger Method
            • Properties
              • ChassisNumber Property
              • ManufacturerName Property
              • ModelName Property
          • IPxiMemorySession
            • Overview
            • Members
            • Methods
              • MemoryAllocate Method
                • MemoryAllocate(Int64) Method
                • MemoryAllocate(Int64,Boolean) Method
              • MemoryFree Method
          • IPxiSession
            • Overview
            • Members
            • Methods
              • ReserveTrigger Method
              • UnreserveTrigger Method
            • Properties
              • ActualLinkWidth Property
              • AllowWriteCombining Property
              • BusNumber Property
              • ChassisNumber Property
              • DeviceNumber Property
              • DstarBusNumber Property
              • DstarLineSet Property
              • FunctionNumber Property
              • IsExpress Property
              • ManufacturerId Property
              • ManufacturerName Property
              • MaxLinkWidth Property
              • MemBaseBar0 Property
              • MemBaseBar1 Property
              • MemBaseBar2 Property
              • MemBaseBar3 Property
              • MemBaseBar4 Property
              • MemBaseBar5 Property
              • MemSizeBar0 Property
              • MemSizeBar1 Property
              • MemSizeBar2 Property
              • MemSizeBar3 Property
              • MemSizeBar4 Property
              • MemSizeBar5 Property
              • MemTypeBar0 Property
              • MemTypeBar1 Property
              • MemTypeBar2 Property
              • MemTypeBar3 Property
              • MemTypeBar4 Property
              • MemTypeBar5 Property
              • ModelCode Property
              • ModelName Property
              • Slot Property
              • SlotLinkWidth Property
              • SlotLocalBusLeft Property
              • SlotLocalBusRight Property
              • SlotPath Property
              • StarTriggerBus Property
              • StarTriggerLine Property
              • TriggerBus Property
            • Events
              • Interrupt Event
          • IPxiSession2
            • Overview
            • Members
            • Properties
              • SlotOffset Property
              • SlotWidth Property
          • IRegisterBasedSession
            • Overview
            • Members
            • Methods
              • In16 Method
              • In32 Method
              • In64 Method
              • In8 Method
              • MapAddress Method
              • MoveIn16 Method
                • MoveIn16(AddressSpace,Int64,Int64) Method
                • MoveIn16(AddressSpace,Int64,Int64,Int16[],Int64) Method
              • MoveIn32 Method
                • MoveIn32(AddressSpace,Int64,Int64) Method
                • MoveIn32(AddressSpace,Int64,Int64,Int32[],Int64) Method
              • MoveIn64 Method
                • MoveIn64(AddressSpace,Int64,Int64) Method
                • MoveIn64(AddressSpace,Int64,Int64,Int64[],Int64) Method
              • MoveIn8 Method
                • MoveIn8(AddressSpace,Int64,Int64) Method
                • MoveIn8(AddressSpace,Int64,Int64,Byte[],Int64) Method
              • MoveOut16 Method
                • MoveOut16(AddressSpace,Int64,Int16[]) Method
                • MoveOut16(AddressSpace,Int64,Int16[],Int64,Int64) Method
              • MoveOut32 Method
                • MoveOut32(AddressSpace,Int64,Int32[]) Method
                • MoveOut32(AddressSpace,Int64,Int32[],Int64,Int64) Method
              • MoveOut64 Method
                • MoveOut64(AddressSpace,Int64,Int64[]) Method
                • MoveOut64(AddressSpace,Int64,Int64[],Int64,Int64) Method
              • MoveOut8 Method
                • MoveOut8(AddressSpace,Int64,Byte[]) Method
                • MoveOut8(AddressSpace,Int64,Byte[],Int64,Int64) Method
              • Out16 Method
              • Out32 Method
              • Out64 Method
              • Out8 Method
            • Properties
              • AllowDma Property
              • DestinationIncrement Property
              • SourceIncrement Property
          • IResourceManager
            • Overview
            • Members
            • Methods
              • Find Method
              • Open Method
                • Open(String) Method
                • Open(String,AccessModes,Int32) Method
                • Open(String,AccessModes,Int32,ResourceOpenStatus) Method
              • Parse Method
            • Properties
              • ImplementationVersion Property
              • ManufacturerId Property
              • ManufacturerName Property
              • SpecificationVersion Property
          • ISerialSession
            • Overview
            • Members
            • Methods
              • Flush Method
              • SetBufferSize Method
            • Properties
              • BaudRate Property
              • BytesAvailable Property
              • ClearToSendState Property
              • DataBits Property
              • DataCarrierDetectState Property
              • DataSetReadyState Property
              • DataTerminalReadyState Property
              • FlowControl Property
              • Parity Property
              • ReadTermination Property
              • ReplacementCharacter Property
              • RequestToSendState Property
              • RingIndicatorState Property
              • StopBits Property
              • WriteTermination Property
              • XOffCharacter Property
              • XOnCharacter Property
          • ITcpipSession
            • Overview
            • Members
            • Methods
              • SendRemoteLocalCommand Method
              • SetBufferSize Method
            • Properties
              • Address Property
              • DeviceName Property
              • HiSLIPMaximumMessageKBytes Property
              • HiSLIPOverlapEnabled Property
              • HiSLIPProtocolVersion Property
              • HostName Property
              • IsHiSLIP Property
              • Port Property
          • ITcpipSession2
            • Overview
            • Members
            • Properties
              • EncryptionEnabled Property
              • SaslMechanism Property
              • ServerCertificate Property
              • ServerCertificateExpirationDate Property
              • ServerCertificateIsPerpetual Property
              • ServerCertificateIssuerName Property
              • ServerCertificateSubjectName Property
              • TlsCipherSuite Property
          • ITcpipSocketSession
            • Overview
            • Members
            • Methods
              • Flush Method
              • SetBufferSize Method
            • Properties
              • Address Property
              • HostName Property
              • KeepAlive Property
              • NoDelay Property
              • Port Property
          • ITcpipSocketSession2
            • Overview
            • Members
            • Properties
              • ServerCertificate Property
              • ServerCertificateExpirationDate Property
              • ServerCertificateIsPerpetual Property
              • ServerCertificateIssuerName Property
              • ServerCertificateSubjectName Property
              • TlsCipherSuite Property
          • ITypeFormatter
            • Overview
            • Members
            • Methods
              • IsSupported Method
              • Parse Method
              • ToString Method
          • IUsbSession
            • Overview
            • Members
            • Methods
              • ControlIn Method
              • ControlOut Method
                • ControlOut(Int16,Int16,Int16,Int16) Method
                • ControlOut(Int16,Int16,Int16,Int16,Byte[]) Method
              • SendRemoteLocalCommand Method
            • Properties
              • Is4882Compliant Property
              • ManufacturerId Property
              • ManufacturerName Property
              • MaximumInterruptSize Property
              • ModelCode Property
              • ModelName Property
              • UsbInterfaceNumber Property
              • UsbProtocol Property
              • UsbSerialNumber Property
            • Events
              • Interrupt Event
          • IVisaAsyncResult
            • Overview
            • Members
            • Properties
              • Buffer Property
              • Count Property
              • Index Property
              • IsAborted Property
          • IVisaSession
            • Overview
            • Members
            • Methods
              • DisableEvent Method
              • DiscardEvents Method
              • EnableEvent Method
              • LockResource Method
                • LockResource() Method
                • LockResource(TimeSpan) Method
                • LockResource(Int32) Method
                • LockResource(TimeSpan,String) Method
                • LockResource(Int32,String) Method
              • UnlockResource Method
              • WaitOnEvent Method
                • WaitOnEvent(EventType) Method
                • WaitOnEvent(EventType,EventQueueStatus) Method
                • WaitOnEvent(EventType,Int32) Method
                • WaitOnEvent(EventType,TimeSpan) Method
                • WaitOnEvent(EventType,Int32,EventQueueStatus) Method
                • WaitOnEvent(EventType,TimeSpan,EventQueueStatus) Method
            • Properties
              • EventQueueCapacity Property
              • HardwareInterfaceName Property
              • HardwareInterfaceNumber Property
              • HardwareInterfaceType Property
              • ResourceClass Property
              • ResourceImplementationVersion Property
              • ResourceLockState Property
              • ResourceManufacturerId Property
              • ResourceManufacturerName Property
              • ResourceName Property
              • ResourceSpecificationVersion Property
              • SynchronizeCallbacks Property
              • TimeoutMilliseconds Property
          • IVxiBackplaneSession
            • Overview
            • Members
            • Methods
              • AssertInterrupt Method
              • AssertTrigger Method
              • AssertUtilitySignal Method
              • MapTrigger Method
                • MapTrigger(TriggerLine,TriggerLine) Method
                • MapTrigger(TriggerLine,TriggerLine,Boolean) Method
              • UnmapTrigger Method
                • UnmapTrigger(TriggerLine) Method
                • UnmapTrigger(TriggerLine,TriggerLine) Method
            • Properties
              • ChassisLogicalAddress Property
              • InterruptStatus Property
              • SystemFailureStatus Property
              • TriggerStatus Property
              • TriggerSupport Property
            • Events
              • SystemFailure Event
              • SystemReset Event
              • Trigger Event
          • IVxiMemorySession
            • Overview
            • Members
            • Methods
              • Move Method
            • Properties
              • LogicalAddress Property
          • IVxiSession
            • Overview
            • Members
            • Methods
              • AssertTrigger Method
              • CommandQuery Method
              • MemoryAllocate Method
              • MemoryFree Method
            • Properties
              • ChassisLogicalAddress Property
              • CommanderLogicalAddress Property
              • DestinationAccessPrivilege Property
              • DestinationByteOrder Property
              • DeviceClass Property
              • FastDataChannelNumber Property
              • FastDataChannelUsePair Property
              • FastDataChannelUseStreaming Property
              • Is4882Compliant Property
              • IsImmediateServant Property
              • LogicalAddress Property
              • ManufacturerId Property
              • ManufacturerName Property
              • MemoryBase Property
              • MemoryMapAccessPrivilege Property
              • MemoryMapByteOrder Property
              • MemorySize Property
              • MemorySpace Property
              • ModelCode Property
              • ModelName Property
              • Slot Property
              • SourceAccessPrivilege Property
              • SourceByteOrder Property
              • TriggerLine Property
              • TriggerSupport Property
            • Events
              • Interrupt Event
              • SignalProcessor Event
              • Trigger Event
        • Delegates
          • VisaAsyncCallback
  • Keysight.Visa Assembly
    • Overview
    • Namespaces
      • Keysight.Visa Namespace
        • Overview
        • Classes
          • GpibInterfaceSession
            • Overview
            • Members
            • GpibInterfaceSession Constructor
              • GpibInterfaceSession Constructor(String)
              • GpibInterfaceSession Constructor(String,AccessModes,TimeSpan)
              • GpibInterfaceSession Constructor(String,AccessModes,Int32)
            • Methods
              • AssertTrigger Method
              • ControlAtn Method
              • PassControl Method
                • PassControl(Int16) Method
                • PassControl(Int16,Int16) Method
              • SendCommand Method
              • SendInterfaceClear Method
              • SendRemoteLocalCommand Method
            • Properties
              • AddressState Property
              • AllowDma Property
              • AtnState Property
              • DeviceStatusByte Property
              • HS488CableLength Property
              • IOProtocol Property
              • IsControllerInCharge Property
              • IsSystemController Property
              • NdacState Property
              • PrimaryAddress Property
              • RawIO Property
              • RemoteInterfaceProtocol Property
              • RenState Property
              • SecondaryAddress Property
              • SendEndEnabled Property
              • SrqState Property
              • TerminationCharacter Property
              • TerminationCharacterEnabled Property
            • Events
              • Cleared Event
              • ControllerInCharge Event
              • Listen Event
              • ServiceRequest Event
              • Talk Event
              • Trigger Event
          • GpibSession
            • Overview
            • Members
            • GpibSession Constructor
              • GpibSession Constructor(String)
              • GpibSession Constructor(String,AccessModes,TimeSpan)
              • GpibSession Constructor(String,AccessModes,Int32)
            • Methods
              • SendRemoteLocalCommand Method
                • SendRemoteLocalCommand(GpibInstrumentRemoteLocalMode) Method
                • SendRemoteLocalCommand(RemoteLocalMode) Method
            • Properties
              • AllowDma Property
              • PrimaryAddress Property
              • ReaddressingEnabled Property
              • RemoteInterfaceProtocol Property
              • RenState Property
              • SecondaryAddress Property
              • UnaddressingEnabled Property
          • KeysightVisaEventArgs
            • Overview
            • Members
            • KeysightVisaEventArgs Constructor
            • Methods
              • Dispose Method
                • Dispose() Method
                • Dispose(Boolean) Method
              • GetAttributeBoolean Method
                • GetAttributeBoolean(NativeVisaAttribute) Method
                • GetAttributeBoolean(Int32) Method
              • GetAttributeByte Method
                • GetAttributeByte(NativeVisaAttribute) Method
                • GetAttributeByte(Int32) Method
              • GetAttributeInt16 Method
                • GetAttributeInt16(NativeVisaAttribute) Method
                • GetAttributeInt16(Int32) Method
              • GetAttributeInt32 Method
                • GetAttributeInt32(NativeVisaAttribute) Method
                • GetAttributeInt32(Int32) Method
              • GetAttributeInt64 Method
                • GetAttributeInt64(NativeVisaAttribute) Method
                • GetAttributeInt64(Int32) Method
              • GetAttributeString Method
                • GetAttributeString(NativeVisaAttribute) Method
                • GetAttributeString(Int32) Method
            • Properties
              • EventArgs Property
              • EventContextHandle Property
          • MessageBasedSession
            • Overview
            • Members
            • Methods
              • AssertTrigger Method
              • Clear Method
              • ReadStatusByte Method
            • Properties
              • FormattedIO Property
              • IOProtocol Property
              • RawIO Property
              • SendEndEnabled Property
              • TerminationCharacter Property
              • TerminationCharacterEnabled Property
            • Events
              • ServiceRequest Event
          • PxiBackplaneSession
            • Overview
            • Members
            • PxiBackplaneSession Constructor
              • PxiBackplaneSession Constructor(String)
              • PxiBackplaneSession Constructor(String,AccessModes,TimeSpan)
              • PxiBackplaneSession Constructor(String,AccessModes,Int32)
            • Methods
              • MapTrigger Method
                • MapTrigger(Int16,TriggerLine,Int16,TriggerLine) Method
                • MapTrigger(Int16,TriggerLine,Int16,TriggerLine,Boolean) Method
              • ReserveTrigger Method
              • ReserveTriggers Method
              • UnmapTrigger Method
                • UnmapTrigger(Int16,TriggerLine) Method
                • UnmapTrigger(Int16,TriggerLine,Int16,TriggerLine) Method
              • UnreserveTrigger Method
            • Properties
              • ChassisNumber Property
              • ManufacturerName Property
              • ModelName Property
          • PxiMemorySession
            • Overview
            • Members
            • PxiMemorySession Constructor
              • PxiMemorySession Constructor(String)
              • PxiMemorySession Constructor(String,AccessModes,TimeSpan)
              • PxiMemorySession Constructor(String,AccessModes,Int32)
            • Methods
              • MemoryAllocate Method
                • MemoryAllocate(Int64) Method
                • MemoryAllocate(Int64,Boolean) Method
              • MemoryFree Method
          • PxiSession
            • Overview
            • Members
            • PxiSession Constructor
              • PxiSession Constructor(String)
              • PxiSession Constructor(String,AccessModes,TimeSpan)
            • Methods
              • ReserveTrigger Method
              • UnreserveTrigger Method
            • Properties
              • ActualLinkWidth Property
              • AllowWriteCombining Property
              • BusNumber Property
              • ChassisNumber Property
              • DeviceNumber Property
              • DmaChannel Property
              • DmaReadThreshold Property
              • DmaWriteThreshold Property
              • DstarBusNumber Property
              • DstarLineSet Property
              • FunctionNumber Property
              • IsExpress Property
              • ManufacturerId Property
              • ManufacturerName Property
              • MaxLinkWidth Property
              • MemBaseBar0 Property
              • MemBaseBar1 Property
              • MemBaseBar2 Property
              • MemBaseBar3 Property
              • MemBaseBar4 Property
              • MemBaseBar5 Property
              • MemSizeBar0 Property
              • MemSizeBar1 Property
              • MemSizeBar2 Property
              • MemSizeBar3 Property
              • MemSizeBar4 Property
              • MemSizeBar5 Property
              • MemTypeBar0 Property
              • MemTypeBar1 Property
              • MemTypeBar2 Property
              • MemTypeBar3 Property
              • MemTypeBar4 Property
              • MemTypeBar5 Property
              • ModelCode Property
              • ModelName Property
              • Slot Property
              • SlotLinkWidth Property
              • SlotLocalBusLeft Property
              • SlotLocalBusRight Property
              • SlotOffset Property
              • SlotPath Property
              • SlotWidth Property
              • StarTriggerBus Property
              • StarTriggerLine Property
              • TriggerBus Property
            • Events
              • Interrupt Event
          • RegisterBasedSession
            • Overview
            • Members
            • Methods
              • In16 Method
              • In32 Method
              • In64 Method
              • In8 Method
              • MapAddress Method
              • MoveIn16 Method
                • MoveIn16(AddressSpace,Int64,Int64) Method
                • MoveIn16(AddressSpace,Int64,Int64,Int16[],Int64) Method
              • MoveIn32 Method
                • MoveIn32(AddressSpace,Int64,Int64) Method
                • MoveIn32(AddressSpace,Int64,Int64,Int32[],Int64) Method
              • MoveIn64 Method
                • MoveIn64(AddressSpace,Int64,Int64) Method
                • MoveIn64(AddressSpace,Int64,Int64,Int64[],Int64) Method
              • MoveIn8 Method
                • MoveIn8(AddressSpace,Int64,Int64) Method
                • MoveIn8(AddressSpace,Int64,Int64,Byte[],Int64) Method
              • MoveOut16 Method
                • MoveOut16(AddressSpace,Int64,Int16[]) Method
                • MoveOut16(AddressSpace,Int64,Int16[],Int64,Int64) Method
              • MoveOut32 Method
                • MoveOut32(AddressSpace,Int64,Int32[]) Method
                • MoveOut32(AddressSpace,Int64,Int32[],Int64,Int64) Method
              • MoveOut64 Method
                • MoveOut64(AddressSpace,Int64,Int64[]) Method
                • MoveOut64(AddressSpace,Int64,Int64[],Int64,Int64) Method
              • MoveOut8 Method
                • MoveOut8(AddressSpace,Int64,Byte[]) Method
                • MoveOut8(AddressSpace,Int64,Byte[],Int64,Int64) Method
              • Out16 Method
              • Out32 Method
              • Out64 Method
              • Out8 Method
            • Properties
              • AllowDma Property
              • DestinationIncrement Property
              • SourceIncrement Property
          • ResourceManager
            • Overview
            • Members
            • ResourceManager Constructor
              • ResourceManager Constructor()
              • ResourceManager Constructor(Boolean)
            • Methods
              • Dispose Method
                • Dispose() Method
                • Dispose(Boolean) Method
              • Finalize Method
              • Find Method
              • Open Method
                • Open(String) Method
                • Open(String,AccessModes,Int32) Method
                • Open(String,AccessModes,Int32,ResourceOpenStatus) Method
              • Parse Method
            • Properties
              • FindExportedResourcesOnly Property
              • ImplementationVersion Property
              • IOLibrariesPath Property
              • IOLibrariesRegistryKey Property
              • ManufacturerId Property
              • ManufacturerName Property
              • ReturnAll Property
              • SpecificationVersion Property
              • VisaFrameworkPath Property
          • SerialSession
            • Overview
            • Members
            • SerialSession Constructor
              • SerialSession Constructor(String)
              • SerialSession Constructor(String,AccessModes,TimeSpan)
              • SerialSession Constructor(String,AccessModes,Int32)
            • Methods
              • Flush Method
              • SetBufferSize Method
            • Properties
              • BaudRate Property
              • BytesAvailable Property
              • ClearToSendState Property
              • DataBits Property
              • DataCarrierDetectState Property
              • DataSetReadyState Property
              • DataTerminalReadyState Property
              • FlowControl Property
              • Parity Property
              • ReadTermination Property
              • ReplacementCharacter Property
              • RequestToSendState Property
              • RingIndicatorState Property
              • StopBits Property
              • WriteTermination Property
              • XOffCharacter Property
              • XOnCharacter Property
          • TcpipSession
            • Overview
            • Members
            • TcpipSession Constructor
              • TcpipSession Constructor(String)
              • TcpipSession Constructor(String,AccessModes,TimeSpan)
              • TcpipSession Constructor(String,AccessModes,Int32)
            • Methods
              • SendRemoteLocalCommand Method
              • SetBufferSize Method
            • Properties
              • Address Property
              • DeviceName Property
              • EncryptionEnabled Property
              • HiSLIPMaximumMessageKBytes Property
              • HiSLIPOverlapEnabled Property
              • HiSLIPProtocolVersion Property
              • HostName Property
              • IsHiSLIP Property
              • Port Property
              • RemoteHardwareInterfaceType Property
              • SaslMechanism Property
              • ServerCertificate Property
              • ServerCertificateExpirationDate Property
              • ServerCertificateIsPerpetual Property
              • ServerCertificateIssuerName Property
              • ServerCertificateSubjectName Property
              • TlsCipherSuite Property
          • TcpipSocketSession
            • Overview
            • Members
            • TcpipSocketSession Constructor
              • TcpipSocketSession Constructor(String)
              • TcpipSocketSession Constructor(String,AccessModes,TimeSpan)
              • TcpipSocketSession Constructor(String,AccessModes,Int32)
            • Methods
              • Flush Method
              • SetBufferSize Method
            • Properties
              • Address Property
              • HostName Property
              • KeepAlive Property
              • NoDelay Property
              • Port Property
              • ServerCertificate Property
              • ServerCertificateExpirationDate Property
              • ServerCertificateIsPerpetual Property
              • ServerCertificateIssuerName Property
              • ServerCertificateSubjectName Property
              • TlsCipherSuite Property
          • UsbSession
            • Overview
            • Members
            • UsbSession Constructor
              • UsbSession Constructor(String)
              • UsbSession Constructor(String,AccessModes,TimeSpan)
              • UsbSession Constructor(String,AccessModes,Int32)
            • Methods
              • ControlIn Method
              • ControlOut Method
                • ControlOut(Int16,Int16,Int16,Int16) Method
                • ControlOut(Int16,Int16,Int16,Int16,Byte[]) Method
              • SendRemoteLocalCommand Method
            • Properties
              • Is4882Compliant Property
              • ManufacturerId Property
              • ManufacturerName Property
              • MaximumInterruptSize Property
              • ModelCode Property
              • ModelName Property
              • UsbInterfaceNumber Property
              • UsbProtocol Property
              • UsbSerialNumber Property
            • Events
              • Interrupt Event
          • VisaConvert
            • Overview
            • Members
            • Methods
              • ToBytes Method
              • ToString Method
                • ToString(Byte[]) Method
          • VisaSession
            • Overview
            • Members
            • Methods
              • DisableEvent Method
              • DiscardEvents Method
              • Dispose Method
                • Dispose() Method
                • Dispose(Boolean) Method
              • EnableEvent Method
              • Finalize Method
              • LockResource Method
                • LockResource() Method
                • LockResource(Int32) Method
                • LockResource(TimeSpan) Method
                • LockResource(Int32,String) Method
                • LockResource(TimeSpan,String) Method
              • UnlockResource Method
              • WaitOnEvent Method
                • WaitOnEvent(EventType) Method
                • WaitOnEvent(EventType,EventQueueStatus) Method
                • WaitOnEvent(EventType,Int32) Method
                • WaitOnEvent(EventType,TimeSpan) Method
                • WaitOnEvent(EventType,Int32,EventQueueStatus) Method
                • WaitOnEvent(EventType,TimeSpan,EventQueueStatus) Method
            • Properties
              • EventQueueCapacity Property
              • ExportEnabled Property
              • HardwareInterfaceName Property
              • HardwareInterfaceNumber Property
              • HardwareInterfaceType Property
              • InternalHandle Property
              • ResourceClass Property
              • ResourceImplementationVersion Property
              • ResourceLockState Property
              • ResourceManager Property
              • ResourceManufacturerId Property
              • ResourceManufacturerName Property
              • ResourceName Property
              • ResourceSpecificationVersion Property
              • SessionType Property
              • SynchronizeCallbacks Property
              • TimeoutMilliseconds Property
              • WaitForLockRelease Property
          • VxiBackplaneSession
            • Overview
            • Members
            • VxiBackplaneSession Constructor
              • VxiBackplaneSession Constructor(String)
              • VxiBackplaneSession Constructor(String,AccessModes,TimeSpan)
              • VxiBackplaneSession Constructor(String,AccessModes,Int32)
            • Methods
              • AssertInterrupt Method
              • AssertTrigger Method
              • AssertUtilitySignal Method
              • MapTrigger Method
                • MapTrigger(TriggerLine,TriggerLine) Method
                • MapTrigger(TriggerLine,TriggerLine,Boolean) Method
              • UnmapTrigger Method
                • UnmapTrigger(TriggerLine) Method
                • UnmapTrigger(TriggerLine,TriggerLine) Method
            • Properties
              • ChassisLogicalAddress Property
              • InterruptStatus Property
              • SystemFailureStatus Property
              • TriggerStatus Property
              • TriggerSupport Property
            • Events
              • SystemFailure Event
              • SystemReset Event
              • Trigger Event
          • VxiMemorySession
            • Overview
            • Members
            • VxiMemorySession Constructor
              • VxiMemorySession Constructor(String)
              • VxiMemorySession Constructor(String,AccessModes,TimeSpan)
              • VxiMemorySession Constructor(String,AccessModes,Int32)
            • Methods
              • Move Method
            • Properties
              • LogicalAddress Property
          • VxiSession
            • Overview
            • Members
            • VxiSession Constructor
              • VxiSession Constructor(String)
              • VxiSession Constructor(String,AccessModes,TimeSpan)
              • VxiSession Constructor(String,AccessModes,Int32)
            • Methods
              • AssertTrigger Method
                • AssertTrigger(VxiTriggerProtocol) Method
              • CommandQuery Method
              • In16 Method
              • In32 Method
              • In64 Method
              • In8 Method
              • MapAddress Method
              • MemoryAllocate Method
              • MemoryFree Method
              • MoveIn16 Method
                • MoveIn16(AddressSpace,Int64,Int64) Method
                • MoveIn16(AddressSpace,Int64,Int64,Int16[],Int64) Method
              • MoveIn32 Method
                • MoveIn32(AddressSpace,Int64,Int64) Method
                • MoveIn32(AddressSpace,Int64,Int64,Int32[],Int64) Method
              • MoveIn64 Method
                • MoveIn64(AddressSpace,Int64,Int64) Method
                • MoveIn64(AddressSpace,Int64,Int64,Int64[],Int64) Method
              • MoveIn8 Method
                • MoveIn8(AddressSpace,Int64,Int64) Method
                • MoveIn8(AddressSpace,Int64,Int64,Byte[],Int64) Method
              • MoveOut16 Method
                • MoveOut16(AddressSpace,Int64,Int16[]) Method
                • MoveOut16(AddressSpace,Int64,Int16[],Int64,Int64) Method
              • MoveOut32 Method
                • MoveOut32(AddressSpace,Int64,Int32[]) Method
                • MoveOut32(AddressSpace,Int64,Int32[],Int64,Int64) Method
              • MoveOut64 Method
                • MoveOut64(AddressSpace,Int64,Int64[]) Method
                • MoveOut64(AddressSpace,Int64,Int64[],Int64,Int64) Method
              • MoveOut8 Method
                • MoveOut8(AddressSpace,Int64,Byte[]) Method
                • MoveOut8(AddressSpace,Int64,Byte[],Int64,Int64) Method
              • Out16 Method
              • Out32 Method
              • Out64 Method
              • Out8 Method
            • Properties
              • AllowDma Property
              • ChassisLogicalAddress Property
              • CommanderLogicalAddress Property
              • DestinationAccessPrivilege Property
              • DestinationByteOrder Property
              • DestinationIncrement Property
              • DeviceClass Property
              • FastDataChannelNumber Property
              • FastDataChannelUsePair Property
              • FastDataChannelUseStreaming Property
              • Is4882Compliant Property
              • IsImmediateServant Property
              • LogicalAddress Property
              • ManufacturerId Property
              • ManufacturerName Property
              • MemoryBase Property
              • MemoryMapAccessPrivilege Property
              • MemoryMapByteOrder Property
              • MemorySize Property
              • MemorySpace Property
              • ModelCode Property
              • ModelName Property
              • Slot Property
              • SourceAccessPrivilege Property
              • SourceByteOrder Property
              • SourceIncrement Property
              • TriggerLine Property
              • TriggerSupport Property
            • Events
              • Interrupt Event
              • SignalProcessor Event
              • Trigger Event
        • Enumerations
          • KeysightAttributeBoolean
          • KeysightAttributeByte
          • KeysightAttributeDateTime
          • KeysightAttributeInt16
          • KeysightAttributeInt32
          • KeysightAttributeInt64
          • KeysightAttributeString
          • RemoteHardwareInterfaceType
          • RemoteProtocol
          • SessionType
        • Interfaces
          • IKeysightInternalResourceManager
            • Overview
            • Members
            • Methods
              • GetAttributeBoolean Method
              • GetAttributeByte Method
              • GetAttributeInt16 Method
              • GetAttributeInt32 Method
              • GetAttributeInt64 Method
              • GetAttributeString Method
                • GetAttributeString(Int32) Method
                • GetAttributeString(Int32,String) Method
              • SetAttributeBoolean Method
              • SetAttributeByte Method
              • SetAttributeInt16 Method
              • SetAttributeInt32 Method
              • SetAttributeInt64 Method
              • SetAttributeString Method
          • IKeysightNativeVisaSession
            • Overview
            • Members
            • Methods
              • GetAttributeBoolean Method
              • GetAttributeByte Method
              • GetAttributeDateTime Method
              • GetAttributeInt16 Method
              • GetAttributeInt32 Method
              • GetAttributeInt64 Method
              • GetAttributeString Method
              • SetAttributeBoolean Method
              • SetAttributeByte Method
              • SetAttributeInt16 Method
              • SetAttributeInt32 Method