Package jisa.visa
Interface VISANativeInterface
-
- All Superinterfaces:
com.sun.jna.Library
public interface VISANativeInterface extends com.sun.jna.Library
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
VISANativeInterface.ViAUInt64
static class
VISANativeInterface.ViBusAddress64
static class
VISANativeInterface.ViHndlr
static class
VISANativeInterface.ViPBusAddress64
static class
VISANativeInterface.ViPUInt64
static class
VISANativeInterface.ViUInt64
static class
VISANativeInterface.ViVAList
-
Field Summary
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com.sun.jna.NativeLong
viAssertIntrSignal(com.sun.jna.NativeLong vi, short mode, com.sun.jna.NativeLong statusID)
Original signature :ViStatus viAssertIntrSignal(ViSession, ViInt16, ViUInt32)
native declaration : visa.h:287com.sun.jna.NativeLong
viAssertTrigger(com.sun.jna.NativeLong vi, short protocol)
Original signature :ViStatus viAssertTrigger(ViSession, ViUInt16)
native declaration : visa.h:121com.sun.jna.NativeLong
viAssertUtilSignal(com.sun.jna.NativeLong vi, short line)
Original signature :ViStatus viAssertUtilSignal(ViSession, ViUInt16)
native declaration : visa.h:286com.sun.jna.NativeLong
viBufRead(com.sun.jna.NativeLong vi, java.nio.ByteBuffer buf, com.sun.jna.NativeLong cnt, com.sun.jna.ptr.NativeLongByReference retCnt)
Original signature :ViStatus viBufRead(ViSession, ViPBuf, ViUInt32, ViPUInt32)
native declaration : visa.h:131com.sun.jna.NativeLong
viBufWrite(com.sun.jna.NativeLong vi, java.nio.ByteBuffer buf, com.sun.jna.NativeLong cnt, com.sun.jna.ptr.NativeLongByReference retCnt)
Original signature :ViStatus viBufWrite(ViSession, ViBuf, ViUInt32, ViPUInt32)
native declaration : visa.h:130com.sun.jna.NativeLong
viClear(com.sun.jna.NativeLong vi)
Original signature :ViStatus viClear(ViSession)
native declaration : visa.h:123com.sun.jna.NativeLong
viClose(com.sun.jna.NativeLong vi)
- Resource Template Operations --------------------------------------------
Original signature :ViStatus viClose(ViObject)
native declaration : visa.h:91com.sun.jna.NativeLong
viDisableEvent(com.sun.jna.NativeLong vi, com.sun.jna.NativeLong eventType, short mechanism)
Original signature :ViStatus viDisableEvent(ViSession, ViEventType, ViUInt16)
native declaration : visa.h:102com.sun.jna.NativeLong
viDiscardEvents(com.sun.jna.NativeLong vi, com.sun.jna.NativeLong eventType, short mechanism)
Original signature :ViStatus viDiscardEvents(ViSession, ViEventType, ViUInt16)
native declaration : visa.h:103com.sun.jna.NativeLong
viEnableEvent(com.sun.jna.NativeLong vi, com.sun.jna.NativeLong eventType, short mechanism, com.sun.jna.NativeLong context)
Original signature :ViStatus viEnableEvent(ViSession, ViEventType, ViUInt16, ViEventFilter)
native declaration : visa.h:100com.sun.jna.NativeLong
viFindNext(com.sun.jna.NativeLong vi, java.nio.ByteBuffer desc)
Original signature :ViStatus viFindNext(ViFindList, ViChar[])
native declaration : visa.h:78com.sun.jna.NativeLong
viFindRsrc(com.sun.jna.NativeLong rmSession, java.nio.ByteBuffer expr, com.sun.jna.ptr.NativeLongByReference vi, com.sun.jna.ptr.NativeLongByReference retCnt, java.nio.ByteBuffer desc)
Original signature :ViStatus viFindRsrc(ViSession, ViString, ViPFindList, ViPUInt32, ViChar[])
native declaration : visa.h:76com.sun.jna.NativeLong
viFlush(com.sun.jna.NativeLong vi, short mask)
Original signature :ViStatus viFlush(ViSession, ViUInt16)
native declaration : visa.h:128com.sun.jna.NativeLong
viGetAttribute(com.sun.jna.NativeLong vi, com.sun.jna.NativeLong attrName, com.sun.jna.Pointer attrValue)
Original signature :ViStatus viGetAttribute(ViObject, ViAttr, void*)
native declaration : visa.h:93com.sun.jna.NativeLong
viGpibCommand(com.sun.jna.NativeLong vi, java.nio.ByteBuffer cmd, com.sun.jna.NativeLong cnt, com.sun.jna.ptr.NativeLongByReference retCnt)
Original signature :ViStatus viGpibCommand(ViSession, ViBuf, ViUInt32, ViPUInt32)
native declaration : visa.h:281com.sun.jna.NativeLong
viGpibControlATN(com.sun.jna.NativeLong vi, short mode)
Original signature :ViStatus viGpibControlATN(ViSession, ViUInt16)
native declaration : visa.h:279com.sun.jna.NativeLong
viGpibControlREN(com.sun.jna.NativeLong vi, short mode)
- Interface Specific Operations -------------------------------------------
Original signature :ViStatus viGpibControlREN(ViSession, ViUInt16)
native declaration : visa.h:278com.sun.jna.NativeLong
viGpibPassControl(com.sun.jna.NativeLong vi, short primAddr, short secAddr)
Original signature :ViStatus viGpibPassControl(ViSession, ViUInt16, ViUInt16)
native declaration : visa.h:282com.sun.jna.NativeLong
viGpibSendIFC(com.sun.jna.NativeLong vi)
Original signature :ViStatus viGpibSendIFC(ViSession)
native declaration : visa.h:280com.sun.jna.NativeLong
viIn16(com.sun.jna.NativeLong vi, short space, com.sun.jna.NativeLong offset, java.nio.ShortBuffer val16)
Original signature :ViStatus viIn16(ViSession, ViUInt16, ViBusAddress, ViPUInt16)
native declaration : visa.h:153com.sun.jna.NativeLong
viIn16Ex(com.sun.jna.NativeLong vi, short space, VISANativeInterface.ViBusAddress64 offset, java.nio.ShortBuffer val16)
Original signature :ViStatus viIn16Ex(ViSession, ViUInt16, ViBusAddress64, ViPUInt16)
native declaration : visa.h:172com.sun.jna.NativeLong
viIn32(com.sun.jna.NativeLong vi, short space, com.sun.jna.NativeLong offset, com.sun.jna.ptr.NativeLongByReference val32)
Original signature :ViStatus viIn32(ViSession, ViUInt16, ViBusAddress, ViPUInt32)
native declaration : visa.h:157com.sun.jna.NativeLong
viIn32Ex(com.sun.jna.NativeLong vi, short space, VISANativeInterface.ViBusAddress64 offset, com.sun.jna.ptr.NativeLongByReference val32)
Original signature :ViStatus viIn32Ex(ViSession, ViUInt16, ViBusAddress64, ViPUInt32)
native declaration : visa.h:176com.sun.jna.NativeLong
viIn64(com.sun.jna.NativeLong vi, short space, com.sun.jna.NativeLong offset, VISANativeInterface.ViPUInt64 val64)
Original signature :ViStatus viIn64(ViSession, ViUInt16, ViBusAddress, ViPUInt64)
native declaration : visa.h:163com.sun.jna.NativeLong
viIn64Ex(com.sun.jna.NativeLong vi, short space, VISANativeInterface.ViBusAddress64 offset, VISANativeInterface.ViPUInt64 val64)
Original signature :ViStatus viIn64Ex(ViSession, ViUInt16, ViBusAddress64, ViPUInt64)
native declaration : visa.h:180com.sun.jna.NativeLong
viIn8(com.sun.jna.NativeLong vi, short space, com.sun.jna.NativeLong offset, java.nio.ByteBuffer val8)
- Memory I/O Operations ---------------------------------------------------
Original signature :ViStatus viIn8(ViSession, ViUInt16, ViBusAddress, ViPUInt8)
native declaration : visa.h:149com.sun.jna.NativeLong
viIn8Ex(com.sun.jna.NativeLong vi, short space, VISANativeInterface.ViBusAddress64 offset, java.nio.ByteBuffer val8)
Original signature :ViStatus viIn8Ex(ViSession, ViUInt16, ViBusAddress64, ViPUInt8)
native declaration : visa.h:168com.sun.jna.NativeLong
viInstallHandler(com.sun.jna.NativeLong vi, com.sun.jna.NativeLong eventType, VISANativeInterface.ViHndlr handler, com.sun.jna.Pointer userHandle)
Original signature :ViStatus viInstallHandler(ViSession, ViEventType, ViHndlr, ViAddr)
native declaration : visa.h:106com.sun.jna.NativeLong
viLock(com.sun.jna.NativeLong vi, com.sun.jna.NativeLong lockType, com.sun.jna.NativeLong timeout, java.nio.ByteBuffer requestedKey, java.nio.ByteBuffer accessKey)
Original signature :ViStatus viLock(ViSession, ViAccessMode, ViUInt32, ViKeyId, ViChar[])
native declaration : visa.h:97com.sun.jna.NativeLong
viMapAddress(com.sun.jna.NativeLong vi, short mapSpace, com.sun.jna.NativeLong mapOffset, com.sun.jna.NativeLong mapSize, short access, com.sun.jna.Pointer suggested, com.sun.jna.ptr.PointerByReference address)
Original signature :ViStatus viMapAddress(ViSession, ViUInt16, ViBusAddress, ViBusSize, ViBoolean, ViAddr, ViPAddr)
native declaration : visa.h:243com.sun.jna.NativeLong
viMapAddressEx(com.sun.jna.NativeLong vi, short mapSpace, VISANativeInterface.ViBusAddress64 mapOffset, com.sun.jna.NativeLong mapSize, short access, com.sun.jna.Pointer suggested, com.sun.jna.ptr.PointerByReference address)
Original signature :ViStatus viMapAddressEx(ViSession, ViUInt16, ViBusAddress64, ViBusSize, ViBoolean, ViAddr, ViPAddr)
native declaration : visa.h:249com.sun.jna.NativeLong
viMapTrigger(com.sun.jna.NativeLong vi, short trigSrc, short trigDest, short mode)
Original signature :ViStatus viMapTrigger(ViSession, ViInt16, ViInt16, ViUInt16)
native declaration : visa.h:288com.sun.jna.NativeLong
viMemAlloc(com.sun.jna.NativeLong vi, com.sun.jna.NativeLong size, com.sun.jna.ptr.NativeLongByReference offset)
- Shared Memory Operations ------------------------------------------------
Original signature :ViStatus viMemAlloc(ViSession, ViBusSize, ViPBusAddress)
native declaration : visa.h:268com.sun.jna.NativeLong
viMemAllocEx(com.sun.jna.NativeLong vi, com.sun.jna.NativeLong size, VISANativeInterface.ViPBusAddress64 offset)
Original signature :ViStatus viMemAllocEx(ViSession, ViBusSize, ViPBusAddress64)
native declaration : visa.h:272com.sun.jna.NativeLong
viMemFree(com.sun.jna.NativeLong vi, com.sun.jna.NativeLong offset)
Original signature :ViStatus viMemFree(ViSession, ViBusAddress)
native declaration : visa.h:269com.sun.jna.NativeLong
viMemFreeEx(com.sun.jna.NativeLong vi, VISANativeInterface.ViBusAddress64 offset)
Original signature :ViStatus viMemFreeEx(ViSession, ViBusAddress64)
native declaration : visa.h:273com.sun.jna.NativeLong
viMove(com.sun.jna.NativeLong vi, short srcSpace, com.sun.jna.NativeLong srcOffset, short srcWidth, short destSpace, com.sun.jna.NativeLong destOffset, short destWidth, com.sun.jna.NativeLong srcLength)
Original signature :ViStatus viMove(ViSession, ViUInt16, ViBusAddress, ViUInt16, ViUInt16, ViBusAddress, ViUInt16, ViBusSize)
native declaration : visa.h:223com.sun.jna.NativeLong
viMoveAsync(com.sun.jna.NativeLong vi, short srcSpace, com.sun.jna.NativeLong srcOffset, short srcWidth, short destSpace, com.sun.jna.NativeLong destOffset, short destWidth, com.sun.jna.NativeLong srcLength, com.sun.jna.ptr.NativeLongByReference jobId)
Original signature :ViStatus viMoveAsync(ViSession, ViUInt16, ViBusAddress, ViUInt16, ViUInt16, ViBusAddress, ViUInt16, ViBusSize, ViPJobId)
native declaration : visa.h:227com.sun.jna.NativeLong
viMoveAsyncEx(com.sun.jna.NativeLong vi, short srcSpace, VISANativeInterface.ViBusAddress64 srcOffset, short srcWidth, short destSpace, VISANativeInterface.ViBusAddress64 destOffset, short destWidth, com.sun.jna.NativeLong srcLength, com.sun.jna.ptr.NativeLongByReference jobId)
Original signature :ViStatus viMoveAsyncEx(ViSession, ViUInt16, ViBusAddress64, ViUInt16, ViUInt16, ViBusAddress64, ViUInt16, ViBusSize, ViPJobId)
native declaration : visa.h:237com.sun.jna.NativeLong
viMoveEx(com.sun.jna.NativeLong vi, short srcSpace, VISANativeInterface.ViBusAddress64 srcOffset, short srcWidth, short destSpace, VISANativeInterface.ViBusAddress64 destOffset, short destWidth, com.sun.jna.NativeLong srcLength)
Original signature :ViStatus viMoveEx(ViSession, ViUInt16, ViBusAddress64, ViUInt16, ViUInt16, ViBusAddress64, ViUInt16, ViBusSize)
native declaration : visa.h:233com.sun.jna.NativeLong
viMoveIn16(com.sun.jna.NativeLong vi, short space, com.sun.jna.NativeLong offset, com.sun.jna.NativeLong length, java.nio.ShortBuffer buf16)
Original signature :ViStatus viMoveIn16(ViSession, ViUInt16, ViBusAddress, ViBusSize, ViAUInt16)
native declaration : visa.h:190com.sun.jna.NativeLong
viMoveIn16Ex(com.sun.jna.NativeLong vi, short space, VISANativeInterface.ViBusAddress64 offset, com.sun.jna.NativeLong length, java.nio.ShortBuffer buf16)
Original signature :ViStatus viMoveIn16Ex(ViSession, ViUInt16, ViBusAddress64, ViBusSize, ViAUInt16)
native declaration : visa.h:209com.sun.jna.NativeLong
viMoveIn32(com.sun.jna.NativeLong vi, short space, com.sun.jna.NativeLong offset, com.sun.jna.NativeLong length, com.sun.jna.ptr.NativeLongByReference buf32)
Original signature :ViStatus viMoveIn32(ViSession, ViUInt16, ViBusAddress, ViBusSize, ViAUInt32)
native declaration : visa.h:194com.sun.jna.NativeLong
viMoveIn32Ex(com.sun.jna.NativeLong vi, short space, VISANativeInterface.ViBusAddress64 offset, com.sun.jna.NativeLong length, com.sun.jna.ptr.NativeLongByReference buf32)
Original signature :ViStatus viMoveIn32Ex(ViSession, ViUInt16, ViBusAddress64, ViBusSize, ViAUInt32)
native declaration : visa.h:213com.sun.jna.NativeLong
viMoveIn64(com.sun.jna.NativeLong vi, short space, com.sun.jna.NativeLong offset, com.sun.jna.NativeLong length, VISANativeInterface.ViAUInt64 buf64)
Original signature :ViStatus viMoveIn64(ViSession, ViUInt16, ViBusAddress, ViBusSize, ViAUInt64)
native declaration : visa.h:200com.sun.jna.NativeLong
viMoveIn64Ex(com.sun.jna.NativeLong vi, short space, VISANativeInterface.ViBusAddress64 offset, com.sun.jna.NativeLong length, VISANativeInterface.ViAUInt64 buf64)
Original signature :ViStatus viMoveIn64Ex(ViSession, ViUInt16, ViBusAddress64, ViBusSize, ViAUInt64)
native declaration : visa.h:217com.sun.jna.NativeLong
viMoveIn8(com.sun.jna.NativeLong vi, short space, com.sun.jna.NativeLong offset, com.sun.jna.NativeLong length, java.nio.ByteBuffer buf8)
Original signature :ViStatus viMoveIn8(ViSession, ViUInt16, ViBusAddress, ViBusSize, ViAUInt8)
native declaration : visa.h:186com.sun.jna.NativeLong
viMoveIn8Ex(com.sun.jna.NativeLong vi, short space, VISANativeInterface.ViBusAddress64 offset, com.sun.jna.NativeLong length, java.nio.ByteBuffer buf8)
Original signature :ViStatus viMoveIn8Ex(ViSession, ViUInt16, ViBusAddress64, ViBusSize, ViAUInt8)
native declaration : visa.h:205com.sun.jna.NativeLong
viMoveOut16(com.sun.jna.NativeLong vi, short space, com.sun.jna.NativeLong offset, com.sun.jna.NativeLong length, java.nio.ShortBuffer buf16)
Original signature :ViStatus viMoveOut16(ViSession, ViUInt16, ViBusAddress, ViBusSize, ViAUInt16)
native declaration : visa.h:192com.sun.jna.NativeLong
viMoveOut16Ex(com.sun.jna.NativeLong vi, short space, VISANativeInterface.ViBusAddress64 offset, com.sun.jna.NativeLong length, java.nio.ShortBuffer buf16)
Original signature :ViStatus viMoveOut16Ex(ViSession, ViUInt16, ViBusAddress64, ViBusSize, ViAUInt16)
native declaration : visa.h:211com.sun.jna.NativeLong
viMoveOut32(com.sun.jna.NativeLong vi, short space, com.sun.jna.NativeLong offset, com.sun.jna.NativeLong length, com.sun.jna.ptr.NativeLongByReference buf32)
Original signature :ViStatus viMoveOut32(ViSession, ViUInt16, ViBusAddress, ViBusSize, ViAUInt32)
native declaration : visa.h:196com.sun.jna.NativeLong
viMoveOut32Ex(com.sun.jna.NativeLong vi, short space, VISANativeInterface.ViBusAddress64 offset, com.sun.jna.NativeLong length, com.sun.jna.ptr.NativeLongByReference buf32)
Original signature :ViStatus viMoveOut32Ex(ViSession, ViUInt16, ViBusAddress64, ViBusSize, ViAUInt32)
native declaration : visa.h:215com.sun.jna.NativeLong
viMoveOut64(com.sun.jna.NativeLong vi, short space, com.sun.jna.NativeLong offset, com.sun.jna.NativeLong length, VISANativeInterface.ViAUInt64 buf64)
Original signature :ViStatus viMoveOut64(ViSession, ViUInt16, ViBusAddress, ViBusSize, ViAUInt64)
native declaration : visa.h:202com.sun.jna.NativeLong
viMoveOut64Ex(com.sun.jna.NativeLong vi, short space, VISANativeInterface.ViBusAddress64 offset, com.sun.jna.NativeLong length, VISANativeInterface.ViAUInt64 buf64)
Original signature :ViStatus viMoveOut64Ex(ViSession, ViUInt16, ViBusAddress64, ViBusSize, ViAUInt64)
native declaration : visa.h:219com.sun.jna.NativeLong
viMoveOut8(com.sun.jna.NativeLong vi, short space, com.sun.jna.NativeLong offset, com.sun.jna.NativeLong length, java.nio.ByteBuffer buf8)
Original signature :ViStatus viMoveOut8(ViSession, ViUInt16, ViBusAddress, ViBusSize, ViAUInt8)
native declaration : visa.h:188com.sun.jna.NativeLong
viMoveOut8Ex(com.sun.jna.NativeLong vi, short space, VISANativeInterface.ViBusAddress64 offset, com.sun.jna.NativeLong length, java.nio.ByteBuffer buf8)
Original signature :ViStatus viMoveOut8Ex(ViSession, ViUInt16, ViBusAddress64, ViBusSize, ViAUInt8)
native declaration : visa.h:207com.sun.jna.NativeLong
viOpen(com.sun.jna.NativeLong rmSession, java.nio.ByteBuffer name, com.sun.jna.NativeLong mode, com.sun.jna.NativeLong timeout, com.sun.jna.ptr.NativeLongByReference vi)
Original signature :ViStatus viOpen(ViSession, ViRsrc, ViAccessMode, ViUInt32, ViPSession)
native declaration : visa.h:86com.sun.jna.NativeLong
viOpenDefaultRM(com.sun.jna.ptr.NativeLongByReference vi)
- Resource Manager Functions and Operations -------------------------------
Original signature :ViStatus viOpenDefaultRM(ViPSession)
native declaration : visa.h:74com.sun.jna.NativeLong
viOut16(com.sun.jna.NativeLong vi, short space, com.sun.jna.NativeLong offset, short val16)
Original signature :ViStatus viOut16(ViSession, ViUInt16, ViBusAddress, ViUInt16)
native declaration : visa.h:155com.sun.jna.NativeLong
viOut16Ex(com.sun.jna.NativeLong vi, short space, VISANativeInterface.ViBusAddress64 offset, short val16)
Original signature :ViStatus viOut16Ex(ViSession, ViUInt16, ViBusAddress64, ViUInt16)
native declaration : visa.h:174com.sun.jna.NativeLong
viOut32(com.sun.jna.NativeLong vi, short space, com.sun.jna.NativeLong offset, com.sun.jna.NativeLong val32)
Original signature :ViStatus viOut32(ViSession, ViUInt16, ViBusAddress, ViUInt32)
native declaration : visa.h:159com.sun.jna.NativeLong
viOut32Ex(com.sun.jna.NativeLong vi, short space, VISANativeInterface.ViBusAddress64 offset, com.sun.jna.NativeLong val32)
Original signature :ViStatus viOut32Ex(ViSession, ViUInt16, ViBusAddress64, ViUInt32)
native declaration : visa.h:178com.sun.jna.NativeLong
viOut64(com.sun.jna.NativeLong vi, short space, com.sun.jna.NativeLong offset, VISANativeInterface.ViUInt64 val64)
Original signature :ViStatus viOut64(ViSession, ViUInt16, ViBusAddress, ViUInt64)
native declaration : visa.h:165com.sun.jna.NativeLong
viOut64Ex(com.sun.jna.NativeLong vi, short space, VISANativeInterface.ViBusAddress64 offset, VISANativeInterface.ViUInt64 val64)
Original signature :ViStatus viOut64Ex(ViSession, ViUInt16, ViBusAddress64, ViUInt64)
native declaration : visa.h:182com.sun.jna.NativeLong
viOut8(com.sun.jna.NativeLong vi, short space, com.sun.jna.NativeLong offset, byte val8)
Original signature :ViStatus viOut8(ViSession, ViUInt16, ViBusAddress, ViUInt8)
native declaration : visa.h:151com.sun.jna.NativeLong
viOut8Ex(com.sun.jna.NativeLong vi, short space, VISANativeInterface.ViBusAddress64 offset, byte val8)
Original signature :ViStatus viOut8Ex(ViSession, ViUInt16, ViBusAddress64, ViUInt8)
native declaration : visa.h:170com.sun.jna.NativeLong
viParseRsrc(com.sun.jna.NativeLong rmSession, java.nio.ByteBuffer rsrcName, java.nio.ShortBuffer intfType, java.nio.ShortBuffer intfNum)
Original signature :ViStatus viParseRsrc(ViSession, ViRsrc, ViPUInt16, ViPUInt16)
native declaration : visa.h:80com.sun.jna.NativeLong
viParseRsrcEx(com.sun.jna.NativeLong rmSession, java.nio.ByteBuffer rsrcName, java.nio.ShortBuffer intfType, java.nio.ShortBuffer intfNum, java.nio.ByteBuffer rsrcClass, java.nio.ByteBuffer expandedUnaliasedName, java.nio.ByteBuffer aliasIfExists)
Original signature :ViStatus viParseRsrcEx(ViSession, ViRsrc, ViPUInt16, ViPUInt16, ViChar[], ViChar[], ViChar[])
native declaration : visa.h:82void
viPeek16(com.sun.jna.NativeLong vi, com.sun.jna.Pointer address, java.nio.ShortBuffer val16)
Original signature :void viPeek16(ViSession, ViAddr, ViPUInt16)
native declaration : visa.h:256void
viPeek32(com.sun.jna.NativeLong vi, com.sun.jna.Pointer address, com.sun.jna.ptr.NativeLongByReference val32)
Original signature :void viPeek32(ViSession, ViAddr, ViPUInt32)
native declaration : visa.h:258void
viPeek64(com.sun.jna.NativeLong vi, com.sun.jna.Pointer address, VISANativeInterface.ViPUInt64 val64)
Original signature :void viPeek64(ViSession, ViAddr, ViPUInt64)
native declaration : visa.h:262void
viPeek8(com.sun.jna.NativeLong vi, com.sun.jna.Pointer address, java.nio.ByteBuffer val8)
Original signature :void viPeek8(ViSession, ViAddr, ViPUInt8)
native declaration : visa.h:254void
viPoke16(com.sun.jna.NativeLong vi, com.sun.jna.Pointer address, short val16)
Original signature :void viPoke16(ViSession, ViAddr, ViUInt16)
native declaration : visa.h:257void
viPoke32(com.sun.jna.NativeLong vi, com.sun.jna.Pointer address, com.sun.jna.NativeLong val32)
Original signature :void viPoke32(ViSession, ViAddr, ViUInt32)
native declaration : visa.h:259void
viPoke64(com.sun.jna.NativeLong vi, com.sun.jna.Pointer address, VISANativeInterface.ViUInt64 val64)
Original signature :void viPoke64(ViSession, ViAddr, ViUInt64)
native declaration : visa.h:263void
viPoke8(com.sun.jna.NativeLong vi, com.sun.jna.Pointer address, byte val8)
Original signature :void viPoke8(ViSession, ViAddr, ViUInt8)
native declaration : visa.h:255com.sun.jna.NativeLong
viPrintf(com.sun.jna.NativeLong vi, java.nio.ByteBuffer writeFmt, java.lang.Object... varArgs1)
Original signature :ViStatus viPrintf(ViSession, ViString, null)
native declaration : visa.h:133com.sun.jna.NativeLong
viPxiReserveTriggers(com.sun.jna.NativeLong vi, short cnt, java.nio.ShortBuffer trigBuses, java.nio.ShortBuffer trigLines, java.nio.ShortBuffer failureIndex)
Original signature :ViStatus viPxiReserveTriggers(ViSession, ViInt16, ViAInt16, ViAInt16, ViPInt16)
native declaration : visa.h:297com.sun.jna.NativeLong
viQueryf(com.sun.jna.NativeLong vi, java.nio.ByteBuffer writeFmt, java.nio.ByteBuffer readFmt, java.lang.Object... varArgs1)
Original signature :ViStatus viQueryf(ViSession, ViString, ViString, null)
native declaration : visa.h:143com.sun.jna.NativeLong
viRead(com.sun.jna.NativeLong vi, java.nio.ByteBuffer buf, com.sun.jna.NativeLong cnt, com.sun.jna.ptr.NativeLongByReference retCnt)
- Basic I/O Operations ----------------------------------------------------
Original signature :ViStatus viRead(ViSession, ViPBuf, ViUInt32, ViPUInt32)
native declaration : visa.h:113com.sun.jna.NativeLong
viReadAsync(com.sun.jna.NativeLong vi, java.nio.ByteBuffer buf, com.sun.jna.NativeLong cnt, com.sun.jna.ptr.NativeLongByReference jobId)
Original signature :ViStatus viReadAsync(ViSession, ViPBuf, ViUInt32, ViPJobId)
native declaration : visa.h:114com.sun.jna.NativeLong
viReadSTB(com.sun.jna.NativeLong vi, java.nio.ShortBuffer status)
Original signature :ViStatus viReadSTB(ViSession, ViPUInt16)
native declaration : visa.h:122com.sun.jna.NativeLong
viReadToFile(com.sun.jna.NativeLong vi, java.nio.ByteBuffer filename, com.sun.jna.NativeLong cnt, com.sun.jna.ptr.NativeLongByReference retCnt)
Original signature :ViStatus viReadToFile(ViSession, ViConstString, ViUInt32, ViPUInt32)
native declaration : visa.h:115com.sun.jna.NativeLong
viScanf(com.sun.jna.NativeLong vi, java.nio.ByteBuffer readFmt, java.lang.Object... varArgs1)
Original signature :ViStatus viScanf(ViSession, ViString, null)
native declaration : visa.h:138com.sun.jna.NativeLong
viSetAttribute(com.sun.jna.NativeLong vi, com.sun.jna.NativeLong attrName, com.sun.jna.NativeLong attrValue)
Original signature :ViStatus viSetAttribute(ViObject, ViAttr, ViAttrState)
native declaration : visa.h:92com.sun.jna.NativeLong
viSetBuf(com.sun.jna.NativeLong vi, short mask, com.sun.jna.NativeLong size)
- Formatted and Buffered I/O Operations -----------------------------------
Original signature :ViStatus viSetBuf(ViSession, ViUInt16, ViUInt32)
native declaration : visa.h:127com.sun.jna.NativeLong
viSPrintf(com.sun.jna.NativeLong vi, java.nio.ByteBuffer buf, java.nio.ByteBuffer writeFmt, java.lang.Object... varArgs1)
Original signature :ViStatus viSPrintf(ViSession, ViPBuf, ViString, null)
native declaration : visa.h:135com.sun.jna.NativeLong
viSScanf(com.sun.jna.NativeLong vi, java.nio.ByteBuffer buf, java.nio.ByteBuffer readFmt, java.lang.Object... varArgs1)
Original signature :ViStatus viSScanf(ViSession, ViBuf, ViString, null)
native declaration : visa.h:140com.sun.jna.NativeLong
viStatusDesc(com.sun.jna.NativeLong vi, com.sun.jna.NativeLong status, java.nio.ByteBuffer desc)
Original signature :ViStatus viStatusDesc(ViObject, ViStatus, ViChar[])
native declaration : visa.h:94com.sun.jna.NativeLong
viTerminate(com.sun.jna.NativeLong vi, short degree, com.sun.jna.NativeLong jobId)
Original signature :ViStatus viTerminate(ViObject, ViUInt16, ViJobId)
native declaration : visa.h:95com.sun.jna.NativeLong
viUninstallHandler(com.sun.jna.NativeLong vi, com.sun.jna.NativeLong eventType, VISANativeInterface.ViHndlr handler, com.sun.jna.Pointer userHandle)
Original signature :ViStatus viUninstallHandler(ViSession, ViEventType, ViHndlr, ViAddr)
native declaration : visa.h:108com.sun.jna.NativeLong
viUnlock(com.sun.jna.NativeLong vi)
Original signature :ViStatus viUnlock(ViSession)
native declaration : visa.h:99com.sun.jna.NativeLong
viUnmapAddress(com.sun.jna.NativeLong vi)
Original signature :ViStatus viUnmapAddress(ViSession)
native declaration : visa.h:246com.sun.jna.NativeLong
viUnmapTrigger(com.sun.jna.NativeLong vi, short trigSrc, short trigDest)
Original signature :ViStatus viUnmapTrigger(ViSession, ViInt16, ViInt16)
native declaration : visa.h:290com.sun.jna.NativeLong
viUsbControlIn(com.sun.jna.NativeLong vi, short bmRequestType, short bRequest, short wValue, short wIndex, short wLength, java.nio.ByteBuffer buf, java.nio.ShortBuffer retCnt)
Original signature :ViStatus viUsbControlIn(ViSession, ViInt16, ViInt16, ViUInt16, ViUInt16, ViUInt16, ViPBuf, ViPUInt16)
native declaration : visa.h:294com.sun.jna.NativeLong
viUsbControlOut(com.sun.jna.NativeLong vi, short bmRequestType, short bRequest, short wValue, short wIndex, short wLength, java.nio.ByteBuffer buf)
Original signature :ViStatus viUsbControlOut(ViSession, ViInt16, ViInt16, ViUInt16, ViUInt16, ViUInt16, ViBuf)
native declaration : visa.h:291com.sun.jna.NativeLong
viVPrintf(com.sun.jna.NativeLong vi, java.nio.ByteBuffer writeFmt, VISANativeInterface.ViVAList params)
Original signature :ViStatus viVPrintf(ViSession, ViString, ViVAList)
native declaration : visa.h:134com.sun.jna.NativeLong
viVQueryf(com.sun.jna.NativeLong vi, java.nio.ByteBuffer writeFmt, java.nio.ByteBuffer readFmt, VISANativeInterface.ViVAList params)
Original signature :ViStatus viVQueryf(ViSession, ViString, ViString, ViVAList)
native declaration : visa.h:144com.sun.jna.NativeLong
viVScanf(com.sun.jna.NativeLong vi, java.nio.ByteBuffer readFmt, VISANativeInterface.ViVAList params)
Original signature :ViStatus viVScanf(ViSession, ViString, ViVAList)
native declaration : visa.h:139com.sun.jna.NativeLong
viVSPrintf(com.sun.jna.NativeLong vi, java.nio.ByteBuffer buf, java.nio.ByteBuffer writeFmt, VISANativeInterface.ViVAList params)
Original signature :ViStatus viVSPrintf(ViSession, ViPBuf, ViString, ViVAList)
native declaration : visa.h:136com.sun.jna.NativeLong
viVSScanf(com.sun.jna.NativeLong vi, java.nio.ByteBuffer buf, java.nio.ByteBuffer readFmt, VISANativeInterface.ViVAList params)
Original signature :ViStatus viVSScanf(ViSession, ViBuf, ViString, ViVAList)
native declaration : visa.h:141com.sun.jna.NativeLong
viVxiCommandQuery(com.sun.jna.NativeLong vi, short mode, com.sun.jna.NativeLong cmd, com.sun.jna.ptr.NativeLongByReference response)
Original signature :ViStatus viVxiCommandQuery(ViSession, ViUInt16, ViUInt32, ViPUInt32)
native declaration : visa.h:284com.sun.jna.NativeLong
viWaitOnEvent(com.sun.jna.NativeLong vi, com.sun.jna.NativeLong inEventType, com.sun.jna.NativeLong timeout, com.sun.jna.ptr.NativeLongByReference outEventType, com.sun.jna.ptr.NativeLongByReference outContext)
Original signature :ViStatus viWaitOnEvent(ViSession, ViEventType, ViUInt32, ViPEventType, ViPEvent)
native declaration : visa.h:104com.sun.jna.NativeLong
viWrite(com.sun.jna.NativeLong vi, java.nio.ByteBuffer buf, com.sun.jna.NativeLong cnt, com.sun.jna.ptr.NativeLongByReference retCnt)
Original signature :ViStatus viWrite(ViSession, ViBuf, ViUInt32, ViPUInt32)
native declaration : visa.h:117com.sun.jna.NativeLong
viWriteAsync(com.sun.jna.NativeLong vi, java.nio.ByteBuffer buf, com.sun.jna.NativeLong cnt, com.sun.jna.ptr.NativeLongByReference jobId)
Original signature :ViStatus viWriteAsync(ViSession, ViBuf, ViUInt32, ViPJobId)
native declaration : visa.h:118com.sun.jna.NativeLong
viWriteFromFile(com.sun.jna.NativeLong vi, java.nio.ByteBuffer filename, com.sun.jna.NativeLong cnt, com.sun.jna.ptr.NativeLongByReference retCnt)
Original signature :ViStatus viWriteFromFile(ViSession, ViConstString, ViUInt32, ViPUInt32)
native declaration : visa.h:119
-
-
-
Field Detail
-
VI_SPEC_VERSION
static final int VI_SPEC_VERSION
- See Also:
- Constant Field Values
-
VI_ATTR_RSRC_CLASS
static final int VI_ATTR_RSRC_CLASS
- See Also:
- Constant Field Values
-
VI_ATTR_RSRC_NAME
static final int VI_ATTR_RSRC_NAME
- See Also:
- Constant Field Values
-
VI_ATTR_RSRC_IMPL_VERSION
static final int VI_ATTR_RSRC_IMPL_VERSION
- See Also:
- Constant Field Values
-
VI_ATTR_RSRC_LOCK_STATE
static final int VI_ATTR_RSRC_LOCK_STATE
- See Also:
- Constant Field Values
-
VI_ATTR_MAX_QUEUE_LENGTH
static final int VI_ATTR_MAX_QUEUE_LENGTH
- See Also:
- Constant Field Values
-
VI_ATTR_USER_DATA_32
static final int VI_ATTR_USER_DATA_32
- See Also:
- Constant Field Values
-
VI_ATTR_FDC_CHNL
static final int VI_ATTR_FDC_CHNL
- See Also:
- Constant Field Values
-
VI_ATTR_FDC_MODE
static final int VI_ATTR_FDC_MODE
- See Also:
- Constant Field Values
-
VI_ATTR_FDC_GEN_SIGNAL_EN
static final int VI_ATTR_FDC_GEN_SIGNAL_EN
- See Also:
- Constant Field Values
-
VI_ATTR_FDC_USE_PAIR
static final int VI_ATTR_FDC_USE_PAIR
- See Also:
- Constant Field Values
-
VI_ATTR_SEND_END_EN
static final int VI_ATTR_SEND_END_EN
- See Also:
- Constant Field Values
-
VI_ATTR_TERMCHAR
static final int VI_ATTR_TERMCHAR
- See Also:
- Constant Field Values
-
VI_ATTR_TMO_VALUE
static final int VI_ATTR_TMO_VALUE
- See Also:
- Constant Field Values
-
VI_ATTR_GPIB_READDR_EN
static final int VI_ATTR_GPIB_READDR_EN
- See Also:
- Constant Field Values
-
VI_ATTR_IO_PROT
static final int VI_ATTR_IO_PROT
- See Also:
- Constant Field Values
-
VI_ATTR_DMA_ALLOW_EN
static final int VI_ATTR_DMA_ALLOW_EN
- See Also:
- Constant Field Values
-
VI_ATTR_ASRL_BAUD
static final int VI_ATTR_ASRL_BAUD
- See Also:
- Constant Field Values
-
VI_ATTR_ASRL_DATA_BITS
static final int VI_ATTR_ASRL_DATA_BITS
- See Also:
- Constant Field Values
-
VI_ATTR_ASRL_PARITY
static final int VI_ATTR_ASRL_PARITY
- See Also:
- Constant Field Values
-
VI_ATTR_ASRL_STOP_BITS
static final int VI_ATTR_ASRL_STOP_BITS
- See Also:
- Constant Field Values
-
VI_ATTR_ASRL_FLOW_CNTRL
static final int VI_ATTR_ASRL_FLOW_CNTRL
- See Also:
- Constant Field Values
-
VI_ATTR_RD_BUF_OPER_MODE
static final int VI_ATTR_RD_BUF_OPER_MODE
- See Also:
- Constant Field Values
-
VI_ATTR_RD_BUF_SIZE
static final int VI_ATTR_RD_BUF_SIZE
- See Also:
- Constant Field Values
-
VI_ATTR_WR_BUF_OPER_MODE
static final int VI_ATTR_WR_BUF_OPER_MODE
- See Also:
- Constant Field Values
-
VI_ATTR_WR_BUF_SIZE
static final int VI_ATTR_WR_BUF_SIZE
- See Also:
- Constant Field Values
-
VI_ATTR_SUPPRESS_END_EN
static final int VI_ATTR_SUPPRESS_END_EN
- See Also:
- Constant Field Values
-
VI_ATTR_TERMCHAR_EN
static final int VI_ATTR_TERMCHAR_EN
- See Also:
- Constant Field Values
-
VI_ATTR_DEST_ACCESS_PRIV
static final int VI_ATTR_DEST_ACCESS_PRIV
- See Also:
- Constant Field Values
-
VI_ATTR_DEST_BYTE_ORDER
static final int VI_ATTR_DEST_BYTE_ORDER
- See Also:
- Constant Field Values
-
VI_ATTR_SRC_ACCESS_PRIV
static final int VI_ATTR_SRC_ACCESS_PRIV
- See Also:
- Constant Field Values
-
VI_ATTR_SRC_BYTE_ORDER
static final int VI_ATTR_SRC_BYTE_ORDER
- See Also:
- Constant Field Values
-
VI_ATTR_SRC_INCREMENT
static final int VI_ATTR_SRC_INCREMENT
- See Also:
- Constant Field Values
-
VI_ATTR_DEST_INCREMENT
static final int VI_ATTR_DEST_INCREMENT
- See Also:
- Constant Field Values
-
VI_ATTR_WIN_ACCESS_PRIV
static final int VI_ATTR_WIN_ACCESS_PRIV
- See Also:
- Constant Field Values
-
VI_ATTR_WIN_BYTE_ORDER
static final int VI_ATTR_WIN_BYTE_ORDER
- See Also:
- Constant Field Values
-
VI_ATTR_GPIB_ATN_STATE
static final int VI_ATTR_GPIB_ATN_STATE
- See Also:
- Constant Field Values
-
VI_ATTR_GPIB_ADDR_STATE
static final int VI_ATTR_GPIB_ADDR_STATE
- See Also:
- Constant Field Values
-
VI_ATTR_GPIB_CIC_STATE
static final int VI_ATTR_GPIB_CIC_STATE
- See Also:
- Constant Field Values
-
VI_ATTR_GPIB_NDAC_STATE
static final int VI_ATTR_GPIB_NDAC_STATE
- See Also:
- Constant Field Values
-
VI_ATTR_GPIB_SRQ_STATE
static final int VI_ATTR_GPIB_SRQ_STATE
- See Also:
- Constant Field Values
-
VI_ATTR_GPIB_SYS_CNTRL_STATE
static final int VI_ATTR_GPIB_SYS_CNTRL_STATE
- See Also:
- Constant Field Values
-
VI_ATTR_GPIB_HS488_CBL_LEN
static final int VI_ATTR_GPIB_HS488_CBL_LEN
- See Also:
- Constant Field Values
-
VI_ATTR_CMDR_LA
static final int VI_ATTR_CMDR_LA
- See Also:
- Constant Field Values
-
VI_ATTR_VXI_DEV_CLASS
static final int VI_ATTR_VXI_DEV_CLASS
- See Also:
- Constant Field Values
-
VI_ATTR_MAINFRAME_LA
static final int VI_ATTR_MAINFRAME_LA
- See Also:
- Constant Field Values
-
VI_ATTR_MANF_NAME
static final int VI_ATTR_MANF_NAME
- See Also:
- Constant Field Values
-
VI_ATTR_MODEL_NAME
static final int VI_ATTR_MODEL_NAME
- See Also:
- Constant Field Values
-
VI_ATTR_VXI_VME_INTR_STATUS
static final int VI_ATTR_VXI_VME_INTR_STATUS
- See Also:
- Constant Field Values
-
VI_ATTR_VXI_TRIG_STATUS
static final int VI_ATTR_VXI_TRIG_STATUS
- See Also:
- Constant Field Values
-
VI_ATTR_VXI_VME_SYSFAIL_STATE
static final int VI_ATTR_VXI_VME_SYSFAIL_STATE
- See Also:
- Constant Field Values
-
VI_ATTR_WIN_BASE_ADDR_32
static final int VI_ATTR_WIN_BASE_ADDR_32
- See Also:
- Constant Field Values
-
VI_ATTR_WIN_SIZE_32
static final int VI_ATTR_WIN_SIZE_32
- See Also:
- Constant Field Values
-
VI_ATTR_ASRL_AVAIL_NUM
static final int VI_ATTR_ASRL_AVAIL_NUM
- See Also:
- Constant Field Values
-
VI_ATTR_MEM_BASE_32
static final int VI_ATTR_MEM_BASE_32
- See Also:
- Constant Field Values
-
VI_ATTR_ASRL_CTS_STATE
static final int VI_ATTR_ASRL_CTS_STATE
- See Also:
- Constant Field Values
-
VI_ATTR_ASRL_DCD_STATE
static final int VI_ATTR_ASRL_DCD_STATE
- See Also:
- Constant Field Values
-
VI_ATTR_ASRL_DSR_STATE
static final int VI_ATTR_ASRL_DSR_STATE
- See Also:
- Constant Field Values
-
VI_ATTR_ASRL_DTR_STATE
static final int VI_ATTR_ASRL_DTR_STATE
- See Also:
- Constant Field Values
-
VI_ATTR_ASRL_END_IN
static final int VI_ATTR_ASRL_END_IN
- See Also:
- Constant Field Values
-
VI_ATTR_ASRL_END_OUT
static final int VI_ATTR_ASRL_END_OUT
- See Also:
- Constant Field Values
-
VI_ATTR_ASRL_REPLACE_CHAR
static final int VI_ATTR_ASRL_REPLACE_CHAR
- See Also:
- Constant Field Values
-
VI_ATTR_ASRL_RI_STATE
static final int VI_ATTR_ASRL_RI_STATE
- See Also:
- Constant Field Values
-
VI_ATTR_ASRL_RTS_STATE
static final int VI_ATTR_ASRL_RTS_STATE
- See Also:
- Constant Field Values
-
VI_ATTR_ASRL_XON_CHAR
static final int VI_ATTR_ASRL_XON_CHAR
- See Also:
- Constant Field Values
-
VI_ATTR_ASRL_XOFF_CHAR
static final int VI_ATTR_ASRL_XOFF_CHAR
- See Also:
- Constant Field Values
-
VI_ATTR_WIN_ACCESS
static final int VI_ATTR_WIN_ACCESS
- See Also:
- Constant Field Values
-
VI_ATTR_RM_SESSION
static final int VI_ATTR_RM_SESSION
- See Also:
- Constant Field Values
-
VI_ATTR_VXI_LA
static final int VI_ATTR_VXI_LA
- See Also:
- Constant Field Values
-
VI_ATTR_MANF_ID
static final int VI_ATTR_MANF_ID
- See Also:
- Constant Field Values
-
VI_ATTR_MEM_SIZE_32
static final int VI_ATTR_MEM_SIZE_32
- See Also:
- Constant Field Values
-
VI_ATTR_MEM_SPACE
static final int VI_ATTR_MEM_SPACE
- See Also:
- Constant Field Values
-
VI_ATTR_MODEL_CODE
static final int VI_ATTR_MODEL_CODE
- See Also:
- Constant Field Values
-
VI_ATTR_SLOT
static final int VI_ATTR_SLOT
- See Also:
- Constant Field Values
-
VI_ATTR_INTF_INST_NAME
static final int VI_ATTR_INTF_INST_NAME
- See Also:
- Constant Field Values
-
VI_ATTR_IMMEDIATE_SERV
static final int VI_ATTR_IMMEDIATE_SERV
- See Also:
- Constant Field Values
-
VI_ATTR_INTF_PARENT_NUM
static final int VI_ATTR_INTF_PARENT_NUM
- See Also:
- Constant Field Values
-
VI_ATTR_RSRC_SPEC_VERSION
static final int VI_ATTR_RSRC_SPEC_VERSION
- See Also:
- Constant Field Values
-
VI_ATTR_INTF_TYPE
static final int VI_ATTR_INTF_TYPE
- See Also:
- Constant Field Values
-
VI_ATTR_GPIB_PRIMARY_ADDR
static final int VI_ATTR_GPIB_PRIMARY_ADDR
- See Also:
- Constant Field Values
-
VI_ATTR_GPIB_SECONDARY_ADDR
static final int VI_ATTR_GPIB_SECONDARY_ADDR
- See Also:
- Constant Field Values
-
VI_ATTR_RSRC_MANF_NAME
static final int VI_ATTR_RSRC_MANF_NAME
- See Also:
- Constant Field Values
-
VI_ATTR_RSRC_MANF_ID
static final int VI_ATTR_RSRC_MANF_ID
- See Also:
- Constant Field Values
-
VI_ATTR_INTF_NUM
static final int VI_ATTR_INTF_NUM
- See Also:
- Constant Field Values
-
VI_ATTR_TRIG_ID
static final int VI_ATTR_TRIG_ID
- See Also:
- Constant Field Values
-
VI_ATTR_GPIB_REN_STATE
static final int VI_ATTR_GPIB_REN_STATE
- See Also:
- Constant Field Values
-
VI_ATTR_GPIB_UNADDR_EN
static final int VI_ATTR_GPIB_UNADDR_EN
- See Also:
- Constant Field Values
-
VI_ATTR_DEV_STATUS_BYTE
static final int VI_ATTR_DEV_STATUS_BYTE
- See Also:
- Constant Field Values
-
VI_ATTR_FILE_APPEND_EN
static final int VI_ATTR_FILE_APPEND_EN
- See Also:
- Constant Field Values
-
VI_ATTR_VXI_TRIG_SUPPORT
static final int VI_ATTR_VXI_TRIG_SUPPORT
- See Also:
- Constant Field Values
-
VI_ATTR_TCPIP_ADDR
static final int VI_ATTR_TCPIP_ADDR
- See Also:
- Constant Field Values
-
VI_ATTR_TCPIP_HOSTNAME
static final int VI_ATTR_TCPIP_HOSTNAME
- See Also:
- Constant Field Values
-
VI_ATTR_TCPIP_PORT
static final int VI_ATTR_TCPIP_PORT
- See Also:
- Constant Field Values
-
VI_ATTR_TCPIP_DEVICE_NAME
static final int VI_ATTR_TCPIP_DEVICE_NAME
- See Also:
- Constant Field Values
-
VI_ATTR_TCPIP_NODELAY
static final int VI_ATTR_TCPIP_NODELAY
- See Also:
- Constant Field Values
-
VI_ATTR_TCPIP_KEEPALIVE
static final int VI_ATTR_TCPIP_KEEPALIVE
- See Also:
- Constant Field Values
-
VI_ATTR_4882_COMPLIANT
static final int VI_ATTR_4882_COMPLIANT
- See Also:
- Constant Field Values
-
VI_ATTR_USB_SERIAL_NUM
static final int VI_ATTR_USB_SERIAL_NUM
- See Also:
- Constant Field Values
-
VI_ATTR_USB_INTFC_NUM
static final int VI_ATTR_USB_INTFC_NUM
- See Also:
- Constant Field Values
-
VI_ATTR_USB_PROTOCOL
static final int VI_ATTR_USB_PROTOCOL
- See Also:
- Constant Field Values
-
VI_ATTR_USB_MAX_INTR_SIZE
static final int VI_ATTR_USB_MAX_INTR_SIZE
- See Also:
- Constant Field Values
-
VI_ATTR_PXI_DEV_NUM
static final int VI_ATTR_PXI_DEV_NUM
- See Also:
- Constant Field Values
-
VI_ATTR_PXI_FUNC_NUM
static final int VI_ATTR_PXI_FUNC_NUM
- See Also:
- Constant Field Values
-
VI_ATTR_PXI_BUS_NUM
static final int VI_ATTR_PXI_BUS_NUM
- See Also:
- Constant Field Values
-
VI_ATTR_PXI_CHASSIS
static final int VI_ATTR_PXI_CHASSIS
- See Also:
- Constant Field Values
-
VI_ATTR_PXI_SLOTPATH
static final int VI_ATTR_PXI_SLOTPATH
- See Also:
- Constant Field Values
-
VI_ATTR_PXI_SLOT_LBUS_LEFT
static final int VI_ATTR_PXI_SLOT_LBUS_LEFT
- See Also:
- Constant Field Values
-
VI_ATTR_PXI_SLOT_LBUS_RIGHT
static final int VI_ATTR_PXI_SLOT_LBUS_RIGHT
- See Also:
- Constant Field Values
-
VI_ATTR_PXI_TRIG_BUS
static final int VI_ATTR_PXI_TRIG_BUS
- See Also:
- Constant Field Values
-
VI_ATTR_PXI_STAR_TRIG_BUS
static final int VI_ATTR_PXI_STAR_TRIG_BUS
- See Also:
- Constant Field Values
-
VI_ATTR_PXI_STAR_TRIG_LINE
static final int VI_ATTR_PXI_STAR_TRIG_LINE
- See Also:
- Constant Field Values
-
VI_ATTR_PXI_SRC_TRIG_BUS
static final int VI_ATTR_PXI_SRC_TRIG_BUS
- See Also:
- Constant Field Values
-
VI_ATTR_PXI_DEST_TRIG_BUS
static final int VI_ATTR_PXI_DEST_TRIG_BUS
- See Also:
- Constant Field Values
-
VI_ATTR_PXI_MEM_TYPE_BAR0
static final int VI_ATTR_PXI_MEM_TYPE_BAR0
- See Also:
- Constant Field Values
-
VI_ATTR_PXI_MEM_TYPE_BAR1
static final int VI_ATTR_PXI_MEM_TYPE_BAR1
- See Also:
- Constant Field Values
-
VI_ATTR_PXI_MEM_TYPE_BAR2
static final int VI_ATTR_PXI_MEM_TYPE_BAR2
- See Also:
- Constant Field Values
-
VI_ATTR_PXI_MEM_TYPE_BAR3
static final int VI_ATTR_PXI_MEM_TYPE_BAR3
- See Also:
- Constant Field Values
-
VI_ATTR_PXI_MEM_TYPE_BAR4
static final int VI_ATTR_PXI_MEM_TYPE_BAR4
- See Also:
- Constant Field Values
-
VI_ATTR_PXI_MEM_TYPE_BAR5
static final int VI_ATTR_PXI_MEM_TYPE_BAR5
- See Also:
- Constant Field Values
-
VI_ATTR_PXI_MEM_BASE_BAR0_32
static final int VI_ATTR_PXI_MEM_BASE_BAR0_32
- See Also:
- Constant Field Values
-
VI_ATTR_PXI_MEM_BASE_BAR1_32
static final int VI_ATTR_PXI_MEM_BASE_BAR1_32
- See Also:
- Constant Field Values
-
VI_ATTR_PXI_MEM_BASE_BAR2_32
static final int VI_ATTR_PXI_MEM_BASE_BAR2_32
- See Also:
- Constant Field Values
-
VI_ATTR_PXI_MEM_BASE_BAR3_32
static final int VI_ATTR_PXI_MEM_BASE_BAR3_32
- See Also:
- Constant Field Values
-
VI_ATTR_PXI_MEM_BASE_BAR4_32
static final int VI_ATTR_PXI_MEM_BASE_BAR4_32
- See Also:
- Constant Field Values
-
VI_ATTR_PXI_MEM_BASE_BAR5_32
static final int VI_ATTR_PXI_MEM_BASE_BAR5_32
- See Also:
- Constant Field Values
-
VI_ATTR_PXI_MEM_BASE_BAR0_64
static final int VI_ATTR_PXI_MEM_BASE_BAR0_64
- See Also:
- Constant Field Values
-
VI_ATTR_PXI_MEM_BASE_BAR1_64
static final int VI_ATTR_PXI_MEM_BASE_BAR1_64
- See Also:
- Constant Field Values
-
VI_ATTR_PXI_MEM_BASE_BAR2_64
static final int VI_ATTR_PXI_MEM_BASE_BAR2_64
- See Also:
- Constant Field Values
-
VI_ATTR_PXI_MEM_BASE_BAR3_64
static final int VI_ATTR_PXI_MEM_BASE_BAR3_64
- See Also:
- Constant Field Values
-
VI_ATTR_PXI_MEM_BASE_BAR4_64
static final int VI_ATTR_PXI_MEM_BASE_BAR4_64
- See Also:
- Constant Field Values
-
VI_ATTR_PXI_MEM_BASE_BAR5_64
static final int VI_ATTR_PXI_MEM_BASE_BAR5_64
- See Also:
- Constant Field Values
-
VI_ATTR_PXI_MEM_SIZE_BAR0_32
static final int VI_ATTR_PXI_MEM_SIZE_BAR0_32
- See Also:
- Constant Field Values
-
VI_ATTR_PXI_MEM_SIZE_BAR1_32
static final int VI_ATTR_PXI_MEM_SIZE_BAR1_32
- See Also:
- Constant Field Values
-
VI_ATTR_PXI_MEM_SIZE_BAR2_32
static final int VI_ATTR_PXI_MEM_SIZE_BAR2_32
- See Also:
- Constant Field Values
-
VI_ATTR_PXI_MEM_SIZE_BAR3_32
static final int VI_ATTR_PXI_MEM_SIZE_BAR3_32
- See Also:
- Constant Field Values
-
VI_ATTR_PXI_MEM_SIZE_BAR4_32
static final int VI_ATTR_PXI_MEM_SIZE_BAR4_32
- See Also:
- Constant Field Values
-
VI_ATTR_PXI_MEM_SIZE_BAR5_32
static final int VI_ATTR_PXI_MEM_SIZE_BAR5_32
- See Also:
- Constant Field Values
-
VI_ATTR_PXI_MEM_SIZE_BAR0_64
static final int VI_ATTR_PXI_MEM_SIZE_BAR0_64
- See Also:
- Constant Field Values
-
VI_ATTR_PXI_MEM_SIZE_BAR1_64
static final int VI_ATTR_PXI_MEM_SIZE_BAR1_64
- See Also:
- Constant Field Values
-
VI_ATTR_PXI_MEM_SIZE_BAR2_64
static final int VI_ATTR_PXI_MEM_SIZE_BAR2_64
- See Also:
- Constant Field Values
-
VI_ATTR_PXI_MEM_SIZE_BAR3_64
static final int VI_ATTR_PXI_MEM_SIZE_BAR3_64
- See Also:
- Constant Field Values
-
VI_ATTR_PXI_MEM_SIZE_BAR4_64
static final int VI_ATTR_PXI_MEM_SIZE_BAR4_64
- See Also:
- Constant Field Values
-
VI_ATTR_PXI_MEM_SIZE_BAR5_64
static final int VI_ATTR_PXI_MEM_SIZE_BAR5_64
- See Also:
- Constant Field Values
-
VI_ATTR_PXI_IS_EXPRESS
static final int VI_ATTR_PXI_IS_EXPRESS
- See Also:
- Constant Field Values
-
VI_ATTR_PXI_SLOT_LWIDTH
static final int VI_ATTR_PXI_SLOT_LWIDTH
- See Also:
- Constant Field Values
-
VI_ATTR_PXI_MAX_LWIDTH
static final int VI_ATTR_PXI_MAX_LWIDTH
- See Also:
- Constant Field Values
-
VI_ATTR_PXI_ACTUAL_LWIDTH
static final int VI_ATTR_PXI_ACTUAL_LWIDTH
- See Also:
- Constant Field Values
-
VI_ATTR_PXI_DSTAR_BUS
static final int VI_ATTR_PXI_DSTAR_BUS
- See Also:
- Constant Field Values
-
VI_ATTR_PXI_DSTAR_SET
static final int VI_ATTR_PXI_DSTAR_SET
- See Also:
- Constant Field Values
-
VI_ATTR_PXI_ALLOW_WRITE_COMBINE
static final int VI_ATTR_PXI_ALLOW_WRITE_COMBINE
- See Also:
- Constant Field Values
-
VI_ATTR_TCPIP_HISLIP_OVERLAP_EN
static final int VI_ATTR_TCPIP_HISLIP_OVERLAP_EN
- See Also:
- Constant Field Values
-
VI_ATTR_TCPIP_HISLIP_VERSION
static final int VI_ATTR_TCPIP_HISLIP_VERSION
- See Also:
- Constant Field Values
-
VI_ATTR_TCPIP_HISLIP_MAX_MESSAGE_KB
static final int VI_ATTR_TCPIP_HISLIP_MAX_MESSAGE_KB
- See Also:
- Constant Field Values
-
VI_ATTR_TCPIP_IS_HISLIP
static final int VI_ATTR_TCPIP_IS_HISLIP
- See Also:
- Constant Field Values
-
VI_ATTR_JOB_ID
static final int VI_ATTR_JOB_ID
- See Also:
- Constant Field Values
-
VI_ATTR_EVENT_TYPE
static final int VI_ATTR_EVENT_TYPE
- See Also:
- Constant Field Values
-
VI_ATTR_SIGP_STATUS_ID
static final int VI_ATTR_SIGP_STATUS_ID
- See Also:
- Constant Field Values
-
VI_ATTR_RECV_TRIG_ID
static final int VI_ATTR_RECV_TRIG_ID
- See Also:
- Constant Field Values
-
VI_ATTR_INTR_STATUS_ID
static final int VI_ATTR_INTR_STATUS_ID
- See Also:
- Constant Field Values
-
VI_ATTR_STATUS
static final int VI_ATTR_STATUS
- See Also:
- Constant Field Values
-
VI_ATTR_RET_COUNT_32
static final int VI_ATTR_RET_COUNT_32
- See Also:
- Constant Field Values
-
VI_ATTR_BUFFER
static final int VI_ATTR_BUFFER
- See Also:
- Constant Field Values
-
VI_ATTR_RECV_INTR_LEVEL
static final int VI_ATTR_RECV_INTR_LEVEL
- See Also:
- Constant Field Values
-
VI_ATTR_OPER_NAME
static final int VI_ATTR_OPER_NAME
- See Also:
- Constant Field Values
-
VI_ATTR_GPIB_RECV_CIC_STATE
static final int VI_ATTR_GPIB_RECV_CIC_STATE
- See Also:
- Constant Field Values
-
VI_ATTR_RECV_TCPIP_ADDR
static final int VI_ATTR_RECV_TCPIP_ADDR
- See Also:
- Constant Field Values
-
VI_ATTR_USB_RECV_INTR_SIZE
static final int VI_ATTR_USB_RECV_INTR_SIZE
- See Also:
- Constant Field Values
-
VI_ATTR_USB_RECV_INTR_DATA
static final int VI_ATTR_USB_RECV_INTR_DATA
- See Also:
- Constant Field Values
-
VI_ATTR_PXI_RECV_INTR_SEQ
static final int VI_ATTR_PXI_RECV_INTR_SEQ
- See Also:
- Constant Field Values
-
VI_ATTR_PXI_RECV_INTR_DATA
static final int VI_ATTR_PXI_RECV_INTR_DATA
- See Also:
- Constant Field Values
-
VI_ATTR_USER_DATA
static final int VI_ATTR_USER_DATA
- See Also:
- Constant Field Values
-
VI_ATTR_RET_COUNT
static final int VI_ATTR_RET_COUNT
- See Also:
- Constant Field Values
-
VI_ATTR_WIN_BASE_ADDR_64
static final int VI_ATTR_WIN_BASE_ADDR_64
- See Also:
- Constant Field Values
-
VI_ATTR_WIN_SIZE_64
static final int VI_ATTR_WIN_SIZE_64
- See Also:
- Constant Field Values
-
VI_ATTR_MEM_BASE_64
static final int VI_ATTR_MEM_BASE_64
- See Also:
- Constant Field Values
-
VI_ATTR_MEM_SIZE_64
static final int VI_ATTR_MEM_SIZE_64
- See Also:
- Constant Field Values
-
VI_ATTR_WIN_BASE_ADDR
static final int VI_ATTR_WIN_BASE_ADDR
- See Also:
- Constant Field Values
-
VI_ATTR_WIN_SIZE
static final int VI_ATTR_WIN_SIZE
- See Also:
- Constant Field Values
-
VI_ATTR_MEM_BASE
static final int VI_ATTR_MEM_BASE
- See Also:
- Constant Field Values
-
VI_ATTR_MEM_SIZE
static final int VI_ATTR_MEM_SIZE
- See Also:
- Constant Field Values
-
VI_ATTR_PXI_MEM_BASE_BAR0
static final int VI_ATTR_PXI_MEM_BASE_BAR0
- See Also:
- Constant Field Values
-
VI_ATTR_PXI_MEM_BASE_BAR1
static final int VI_ATTR_PXI_MEM_BASE_BAR1
- See Also:
- Constant Field Values
-
VI_ATTR_PXI_MEM_BASE_BAR2
static final int VI_ATTR_PXI_MEM_BASE_BAR2
- See Also:
- Constant Field Values
-
VI_ATTR_PXI_MEM_BASE_BAR3
static final int VI_ATTR_PXI_MEM_BASE_BAR3
- See Also:
- Constant Field Values
-
VI_ATTR_PXI_MEM_BASE_BAR4
static final int VI_ATTR_PXI_MEM_BASE_BAR4
- See Also:
- Constant Field Values
-
VI_ATTR_PXI_MEM_BASE_BAR5
static final int VI_ATTR_PXI_MEM_BASE_BAR5
- See Also:
- Constant Field Values
-
VI_ATTR_PXI_MEM_SIZE_BAR0
static final int VI_ATTR_PXI_MEM_SIZE_BAR0
- See Also:
- Constant Field Values
-
VI_ATTR_PXI_MEM_SIZE_BAR1
static final int VI_ATTR_PXI_MEM_SIZE_BAR1
- See Also:
- Constant Field Values
-
VI_ATTR_PXI_MEM_SIZE_BAR2
static final int VI_ATTR_PXI_MEM_SIZE_BAR2
- See Also:
- Constant Field Values
-
VI_ATTR_PXI_MEM_SIZE_BAR3
static final int VI_ATTR_PXI_MEM_SIZE_BAR3
- See Also:
- Constant Field Values
-
VI_ATTR_PXI_MEM_SIZE_BAR4
static final int VI_ATTR_PXI_MEM_SIZE_BAR4
- See Also:
- Constant Field Values
-
VI_ATTR_PXI_MEM_SIZE_BAR5
static final int VI_ATTR_PXI_MEM_SIZE_BAR5
- See Also:
- Constant Field Values
-
VI_EVENT_IO_COMPLETION
static final int VI_EVENT_IO_COMPLETION
- See Also:
- Constant Field Values
-
VI_EVENT_TRIG
static final int VI_EVENT_TRIG
- See Also:
- Constant Field Values
-
VI_EVENT_SERVICE_REQ
static final int VI_EVENT_SERVICE_REQ
- See Also:
- Constant Field Values
-
VI_EVENT_CLEAR
static final int VI_EVENT_CLEAR
- See Also:
- Constant Field Values
-
VI_EVENT_EXCEPTION
static final int VI_EVENT_EXCEPTION
- See Also:
- Constant Field Values
-
VI_EVENT_GPIB_CIC
static final int VI_EVENT_GPIB_CIC
- See Also:
- Constant Field Values
-
VI_EVENT_GPIB_TALK
static final int VI_EVENT_GPIB_TALK
- See Also:
- Constant Field Values
-
VI_EVENT_GPIB_LISTEN
static final int VI_EVENT_GPIB_LISTEN
- See Also:
- Constant Field Values
-
VI_EVENT_VXI_VME_SYSFAIL
static final int VI_EVENT_VXI_VME_SYSFAIL
- See Also:
- Constant Field Values
-
VI_EVENT_VXI_VME_SYSRESET
static final int VI_EVENT_VXI_VME_SYSRESET
- See Also:
- Constant Field Values
-
VI_EVENT_VXI_SIGP
static final int VI_EVENT_VXI_SIGP
- See Also:
- Constant Field Values
-
VI_EVENT_VXI_VME_INTR
static final int VI_EVENT_VXI_VME_INTR
- See Also:
- Constant Field Values
-
VI_EVENT_PXI_INTR
static final int VI_EVENT_PXI_INTR
- See Also:
- Constant Field Values
-
VI_EVENT_TCPIP_CONNECT
static final int VI_EVENT_TCPIP_CONNECT
- See Also:
- Constant Field Values
-
VI_EVENT_USB_INTR
static final int VI_EVENT_USB_INTR
- See Also:
- Constant Field Values
-
VI_ALL_ENABLED_EVENTS
static final int VI_ALL_ENABLED_EVENTS
- See Also:
- Constant Field Values
-
VI_SUCCESS_EVENT_EN
static final int VI_SUCCESS_EVENT_EN
- See Also:
- Constant Field Values
-
VI_SUCCESS_EVENT_DIS
static final int VI_SUCCESS_EVENT_DIS
- See Also:
- Constant Field Values
-
VI_SUCCESS_QUEUE_EMPTY
static final int VI_SUCCESS_QUEUE_EMPTY
- See Also:
- Constant Field Values
-
VI_SUCCESS_TERM_CHAR
static final int VI_SUCCESS_TERM_CHAR
- See Also:
- Constant Field Values
-
VI_SUCCESS_MAX_CNT
static final int VI_SUCCESS_MAX_CNT
- See Also:
- Constant Field Values
-
VI_SUCCESS_DEV_NPRESENT
static final int VI_SUCCESS_DEV_NPRESENT
- See Also:
- Constant Field Values
-
VI_SUCCESS_TRIG_MAPPED
static final int VI_SUCCESS_TRIG_MAPPED
- See Also:
- Constant Field Values
-
VI_SUCCESS_QUEUE_NEMPTY
static final int VI_SUCCESS_QUEUE_NEMPTY
- See Also:
- Constant Field Values
-
VI_SUCCESS_NCHAIN
static final int VI_SUCCESS_NCHAIN
- See Also:
- Constant Field Values
-
VI_SUCCESS_NESTED_SHARED
static final int VI_SUCCESS_NESTED_SHARED
- See Also:
- Constant Field Values
-
VI_SUCCESS_NESTED_EXCLUSIVE
static final int VI_SUCCESS_NESTED_EXCLUSIVE
- See Also:
- Constant Field Values
-
VI_SUCCESS_SYNC
static final int VI_SUCCESS_SYNC
- See Also:
- Constant Field Values
-
VI_WARN_QUEUE_OVERFLOW
static final int VI_WARN_QUEUE_OVERFLOW
- See Also:
- Constant Field Values
-
VI_WARN_CONFIG_NLOADED
static final int VI_WARN_CONFIG_NLOADED
- See Also:
- Constant Field Values
-
VI_WARN_NULL_OBJECT
static final int VI_WARN_NULL_OBJECT
- See Also:
- Constant Field Values
-
VI_WARN_NSUP_ATTR_STATE
static final int VI_WARN_NSUP_ATTR_STATE
- See Also:
- Constant Field Values
-
VI_WARN_UNKNOWN_STATUS
static final int VI_WARN_UNKNOWN_STATUS
- See Also:
- Constant Field Values
-
VI_WARN_NSUP_BUF
static final int VI_WARN_NSUP_BUF
- See Also:
- Constant Field Values
-
VI_WARN_EXT_FUNC_NIMPL
static final int VI_WARN_EXT_FUNC_NIMPL
- See Also:
- Constant Field Values
-
VI_ERROR_SYSTEM_ERROR
static final int VI_ERROR_SYSTEM_ERROR
- See Also:
- Constant Field Values
-
VI_ERROR_INV_OBJECT
static final int VI_ERROR_INV_OBJECT
- See Also:
- Constant Field Values
-
VI_ERROR_RSRC_LOCKED
static final int VI_ERROR_RSRC_LOCKED
- See Also:
- Constant Field Values
-
VI_ERROR_INV_EXPR
static final int VI_ERROR_INV_EXPR
- See Also:
- Constant Field Values
-
VI_ERROR_RSRC_NFOUND
static final int VI_ERROR_RSRC_NFOUND
- See Also:
- Constant Field Values
-
VI_ERROR_INV_RSRC_NAME
static final int VI_ERROR_INV_RSRC_NAME
- See Also:
- Constant Field Values
-
VI_ERROR_INV_ACC_MODE
static final int VI_ERROR_INV_ACC_MODE
- See Also:
- Constant Field Values
-
VI_ERROR_TMO
static final int VI_ERROR_TMO
- See Also:
- Constant Field Values
-
VI_ERROR_CLOSING_FAILED
static final int VI_ERROR_CLOSING_FAILED
- See Also:
- Constant Field Values
-
VI_ERROR_INV_DEGREE
static final int VI_ERROR_INV_DEGREE
- See Also:
- Constant Field Values
-
VI_ERROR_INV_JOB_ID
static final int VI_ERROR_INV_JOB_ID
- See Also:
- Constant Field Values
-
VI_ERROR_NSUP_ATTR
static final int VI_ERROR_NSUP_ATTR
- See Also:
- Constant Field Values
-
VI_ERROR_NSUP_ATTR_STATE
static final int VI_ERROR_NSUP_ATTR_STATE
- See Also:
- Constant Field Values
-
VI_ERROR_ATTR_READONLY
static final int VI_ERROR_ATTR_READONLY
- See Also:
- Constant Field Values
-
VI_ERROR_INV_LOCK_TYPE
static final int VI_ERROR_INV_LOCK_TYPE
- See Also:
- Constant Field Values
-
VI_ERROR_INV_ACCESS_KEY
static final int VI_ERROR_INV_ACCESS_KEY
- See Also:
- Constant Field Values
-
VI_ERROR_INV_EVENT
static final int VI_ERROR_INV_EVENT
- See Also:
- Constant Field Values
-
VI_ERROR_INV_MECH
static final int VI_ERROR_INV_MECH
- See Also:
- Constant Field Values
-
VI_ERROR_HNDLR_NINSTALLED
static final int VI_ERROR_HNDLR_NINSTALLED
- See Also:
- Constant Field Values
-
VI_ERROR_INV_HNDLR_REF
static final int VI_ERROR_INV_HNDLR_REF
- See Also:
- Constant Field Values
-
VI_ERROR_INV_CONTEXT
static final int VI_ERROR_INV_CONTEXT
- See Also:
- Constant Field Values
-
VI_ERROR_NENABLED
static final int VI_ERROR_NENABLED
- See Also:
- Constant Field Values
-
VI_ERROR_ABORT
static final int VI_ERROR_ABORT
- See Also:
- Constant Field Values
-
VI_ERROR_RAW_WR_PROT_VIOL
static final int VI_ERROR_RAW_WR_PROT_VIOL
- See Also:
- Constant Field Values
-
VI_ERROR_RAW_RD_PROT_VIOL
static final int VI_ERROR_RAW_RD_PROT_VIOL
- See Also:
- Constant Field Values
-
VI_ERROR_OUTP_PROT_VIOL
static final int VI_ERROR_OUTP_PROT_VIOL
- See Also:
- Constant Field Values
-
VI_ERROR_INP_PROT_VIOL
static final int VI_ERROR_INP_PROT_VIOL
- See Also:
- Constant Field Values
-
VI_ERROR_BERR
static final int VI_ERROR_BERR
- See Also:
- Constant Field Values
-
VI_ERROR_IN_PROGRESS
static final int VI_ERROR_IN_PROGRESS
- See Also:
- Constant Field Values
-
VI_ERROR_INV_SETUP
static final int VI_ERROR_INV_SETUP
- See Also:
- Constant Field Values
-
VI_ERROR_QUEUE_ERROR
static final int VI_ERROR_QUEUE_ERROR
- See Also:
- Constant Field Values
-
VI_ERROR_ALLOC
static final int VI_ERROR_ALLOC
- See Also:
- Constant Field Values
-
VI_ERROR_INV_MASK
static final int VI_ERROR_INV_MASK
- See Also:
- Constant Field Values
-
VI_ERROR_IO
static final int VI_ERROR_IO
- See Also:
- Constant Field Values
-
VI_ERROR_INV_FMT
static final int VI_ERROR_INV_FMT
- See Also:
- Constant Field Values
-
VI_ERROR_NSUP_FMT
static final int VI_ERROR_NSUP_FMT
- See Also:
- Constant Field Values
-
VI_ERROR_LINE_IN_USE
static final int VI_ERROR_LINE_IN_USE
- See Also:
- Constant Field Values
-
VI_ERROR_NSUP_MODE
static final int VI_ERROR_NSUP_MODE
- See Also:
- Constant Field Values
-
VI_ERROR_SRQ_NOCCURRED
static final int VI_ERROR_SRQ_NOCCURRED
- See Also:
- Constant Field Values
-
VI_ERROR_INV_SPACE
static final int VI_ERROR_INV_SPACE
- See Also:
- Constant Field Values
-
VI_ERROR_INV_OFFSET
static final int VI_ERROR_INV_OFFSET
- See Also:
- Constant Field Values
-
VI_ERROR_INV_WIDTH
static final int VI_ERROR_INV_WIDTH
- See Also:
- Constant Field Values
-
VI_ERROR_NSUP_OFFSET
static final int VI_ERROR_NSUP_OFFSET
- See Also:
- Constant Field Values
-
VI_ERROR_NSUP_VAR_WIDTH
static final int VI_ERROR_NSUP_VAR_WIDTH
- See Also:
- Constant Field Values
-
VI_ERROR_WINDOW_NMAPPED
static final int VI_ERROR_WINDOW_NMAPPED
- See Also:
- Constant Field Values
-
VI_ERROR_RESP_PENDING
static final int VI_ERROR_RESP_PENDING
- See Also:
- Constant Field Values
-
VI_ERROR_NLISTENERS
static final int VI_ERROR_NLISTENERS
- See Also:
- Constant Field Values
-
VI_ERROR_NCIC
static final int VI_ERROR_NCIC
- See Also:
- Constant Field Values
-
VI_ERROR_NSYS_CNTLR
static final int VI_ERROR_NSYS_CNTLR
- See Also:
- Constant Field Values
-
VI_ERROR_NSUP_OPER
static final int VI_ERROR_NSUP_OPER
- See Also:
- Constant Field Values
-
VI_ERROR_INTR_PENDING
static final int VI_ERROR_INTR_PENDING
- See Also:
- Constant Field Values
-
VI_ERROR_ASRL_PARITY
static final int VI_ERROR_ASRL_PARITY
- See Also:
- Constant Field Values
-
VI_ERROR_ASRL_FRAMING
static final int VI_ERROR_ASRL_FRAMING
- See Also:
- Constant Field Values
-
VI_ERROR_ASRL_OVERRUN
static final int VI_ERROR_ASRL_OVERRUN
- See Also:
- Constant Field Values
-
VI_ERROR_TRIG_NMAPPED
static final int VI_ERROR_TRIG_NMAPPED
- See Also:
- Constant Field Values
-
VI_ERROR_NSUP_ALIGN_OFFSET
static final int VI_ERROR_NSUP_ALIGN_OFFSET
- See Also:
- Constant Field Values
-
VI_ERROR_USER_BUF
static final int VI_ERROR_USER_BUF
- See Also:
- Constant Field Values
-
VI_ERROR_RSRC_BUSY
static final int VI_ERROR_RSRC_BUSY
- See Also:
- Constant Field Values
-
VI_ERROR_NSUP_WIDTH
static final int VI_ERROR_NSUP_WIDTH
- See Also:
- Constant Field Values
-
VI_ERROR_INV_PARAMETER
static final int VI_ERROR_INV_PARAMETER
- See Also:
- Constant Field Values
-
VI_ERROR_INV_PROT
static final int VI_ERROR_INV_PROT
- See Also:
- Constant Field Values
-
VI_ERROR_INV_SIZE
static final int VI_ERROR_INV_SIZE
- See Also:
- Constant Field Values
-
VI_ERROR_WINDOW_MAPPED
static final int VI_ERROR_WINDOW_MAPPED
- See Also:
- Constant Field Values
-
VI_ERROR_NIMPL_OPER
static final int VI_ERROR_NIMPL_OPER
- See Also:
- Constant Field Values
-
VI_ERROR_INV_LENGTH
static final int VI_ERROR_INV_LENGTH
- See Also:
- Constant Field Values
-
VI_ERROR_INV_MODE
static final int VI_ERROR_INV_MODE
- See Also:
- Constant Field Values
-
VI_ERROR_SESN_NLOCKED
static final int VI_ERROR_SESN_NLOCKED
- See Also:
- Constant Field Values
-
VI_ERROR_MEM_NSHARED
static final int VI_ERROR_MEM_NSHARED
- See Also:
- Constant Field Values
-
VI_ERROR_LIBRARY_NFOUND
static final int VI_ERROR_LIBRARY_NFOUND
- See Also:
- Constant Field Values
-
VI_ERROR_NSUP_INTR
static final int VI_ERROR_NSUP_INTR
- See Also:
- Constant Field Values
-
VI_ERROR_INV_LINE
static final int VI_ERROR_INV_LINE
- See Also:
- Constant Field Values
-
VI_ERROR_FILE_ACCESS
static final int VI_ERROR_FILE_ACCESS
- See Also:
- Constant Field Values
-
VI_ERROR_FILE_IO
static final int VI_ERROR_FILE_IO
- See Also:
- Constant Field Values
-
VI_ERROR_NSUP_LINE
static final int VI_ERROR_NSUP_LINE
- See Also:
- Constant Field Values
-
VI_ERROR_NSUP_MECH
static final int VI_ERROR_NSUP_MECH
- See Also:
- Constant Field Values
-
VI_ERROR_INTF_NUM_NCONFIG
static final int VI_ERROR_INTF_NUM_NCONFIG
- See Also:
- Constant Field Values
-
VI_ERROR_CONN_LOST
static final int VI_ERROR_CONN_LOST
- See Also:
- Constant Field Values
-
VI_ERROR_NPERMISSION
static final int VI_ERROR_NPERMISSION
- See Also:
- Constant Field Values
-
VI_FIND_BUFLEN
static final int VI_FIND_BUFLEN
- See Also:
- Constant Field Values
-
VI_INTF_GPIB
static final int VI_INTF_GPIB
- See Also:
- Constant Field Values
-
VI_INTF_VXI
static final int VI_INTF_VXI
- See Also:
- Constant Field Values
-
VI_INTF_GPIB_VXI
static final int VI_INTF_GPIB_VXI
- See Also:
- Constant Field Values
-
VI_INTF_ASRL
static final int VI_INTF_ASRL
- See Also:
- Constant Field Values
-
VI_INTF_PXI
static final int VI_INTF_PXI
- See Also:
- Constant Field Values
-
VI_INTF_TCPIP
static final int VI_INTF_TCPIP
- See Also:
- Constant Field Values
-
VI_INTF_USB
static final int VI_INTF_USB
- See Also:
- Constant Field Values
-
VI_PROT_NORMAL
static final int VI_PROT_NORMAL
- See Also:
- Constant Field Values
-
VI_PROT_FDC
static final int VI_PROT_FDC
- See Also:
- Constant Field Values
-
VI_PROT_HS488
static final int VI_PROT_HS488
- See Also:
- Constant Field Values
-
VI_PROT_4882_STRS
static final int VI_PROT_4882_STRS
- See Also:
- Constant Field Values
-
VI_PROT_USBTMC_VENDOR
static final int VI_PROT_USBTMC_VENDOR
- See Also:
- Constant Field Values
-
VI_FDC_NORMAL
static final int VI_FDC_NORMAL
- See Also:
- Constant Field Values
-
VI_FDC_STREAM
static final int VI_FDC_STREAM
- See Also:
- Constant Field Values
-
VI_LOCAL_SPACE
static final int VI_LOCAL_SPACE
- See Also:
- Constant Field Values
-
VI_A16_SPACE
static final int VI_A16_SPACE
- See Also:
- Constant Field Values
-
VI_A24_SPACE
static final int VI_A24_SPACE
- See Also:
- Constant Field Values
-
VI_A32_SPACE
static final int VI_A32_SPACE
- See Also:
- Constant Field Values
-
VI_A64_SPACE
static final int VI_A64_SPACE
- See Also:
- Constant Field Values
-
VI_PXI_ALLOC_SPACE
static final int VI_PXI_ALLOC_SPACE
- See Also:
- Constant Field Values
-
VI_PXI_CFG_SPACE
static final int VI_PXI_CFG_SPACE
- See Also:
- Constant Field Values
-
VI_PXI_BAR0_SPACE
static final int VI_PXI_BAR0_SPACE
- See Also:
- Constant Field Values
-
VI_PXI_BAR1_SPACE
static final int VI_PXI_BAR1_SPACE
- See Also:
- Constant Field Values
-
VI_PXI_BAR2_SPACE
static final int VI_PXI_BAR2_SPACE
- See Also:
- Constant Field Values
-
VI_PXI_BAR3_SPACE
static final int VI_PXI_BAR3_SPACE
- See Also:
- Constant Field Values
-
VI_PXI_BAR4_SPACE
static final int VI_PXI_BAR4_SPACE
- See Also:
- Constant Field Values
-
VI_PXI_BAR5_SPACE
static final int VI_PXI_BAR5_SPACE
- See Also:
- Constant Field Values
-
VI_OPAQUE_SPACE
static final int VI_OPAQUE_SPACE
- See Also:
- Constant Field Values
-
VI_UNKNOWN_LA
static final int VI_UNKNOWN_LA
- See Also:
- Constant Field Values
-
VI_UNKNOWN_SLOT
static final int VI_UNKNOWN_SLOT
- See Also:
- Constant Field Values
-
VI_UNKNOWN_LEVEL
static final int VI_UNKNOWN_LEVEL
- See Also:
- Constant Field Values
-
VI_UNKNOWN_CHASSIS
static final int VI_UNKNOWN_CHASSIS
- See Also:
- Constant Field Values
-
VI_QUEUE
static final int VI_QUEUE
- See Also:
- Constant Field Values
-
VI_HNDLR
static final int VI_HNDLR
- See Also:
- Constant Field Values
-
VI_SUSPEND_HNDLR
static final int VI_SUSPEND_HNDLR
- See Also:
- Constant Field Values
-
VI_ALL_MECH
static final int VI_ALL_MECH
- See Also:
- Constant Field Values
-
VI_ANY_HNDLR
static final int VI_ANY_HNDLR
- See Also:
- Constant Field Values
-
VI_TRIG_ALL
static final int VI_TRIG_ALL
- See Also:
- Constant Field Values
-
VI_TRIG_SW
static final int VI_TRIG_SW
- See Also:
- Constant Field Values
-
VI_TRIG_TTL0
static final int VI_TRIG_TTL0
- See Also:
- Constant Field Values
-
VI_TRIG_TTL1
static final int VI_TRIG_TTL1
- See Also:
- Constant Field Values
-
VI_TRIG_TTL2
static final int VI_TRIG_TTL2
- See Also:
- Constant Field Values
-
VI_TRIG_TTL3
static final int VI_TRIG_TTL3
- See Also:
- Constant Field Values
-
VI_TRIG_TTL4
static final int VI_TRIG_TTL4
- See Also:
- Constant Field Values
-
VI_TRIG_TTL5
static final int VI_TRIG_TTL5
- See Also:
- Constant Field Values
-
VI_TRIG_TTL6
static final int VI_TRIG_TTL6
- See Also:
- Constant Field Values
-
VI_TRIG_TTL7
static final int VI_TRIG_TTL7
- See Also:
- Constant Field Values
-
VI_TRIG_ECL0
static final int VI_TRIG_ECL0
- See Also:
- Constant Field Values
-
VI_TRIG_ECL1
static final int VI_TRIG_ECL1
- See Also:
- Constant Field Values
-
VI_TRIG_ECL2
static final int VI_TRIG_ECL2
- See Also:
- Constant Field Values
-
VI_TRIG_ECL3
static final int VI_TRIG_ECL3
- See Also:
- Constant Field Values
-
VI_TRIG_ECL4
static final int VI_TRIG_ECL4
- See Also:
- Constant Field Values
-
VI_TRIG_ECL5
static final int VI_TRIG_ECL5
- See Also:
- Constant Field Values
-
VI_TRIG_STAR_SLOT1
static final int VI_TRIG_STAR_SLOT1
- See Also:
- Constant Field Values
-
VI_TRIG_STAR_SLOT2
static final int VI_TRIG_STAR_SLOT2
- See Also:
- Constant Field Values
-
VI_TRIG_STAR_SLOT3
static final int VI_TRIG_STAR_SLOT3
- See Also:
- Constant Field Values
-
VI_TRIG_STAR_SLOT4
static final int VI_TRIG_STAR_SLOT4
- See Also:
- Constant Field Values
-
VI_TRIG_STAR_SLOT5
static final int VI_TRIG_STAR_SLOT5
- See Also:
- Constant Field Values
-
VI_TRIG_STAR_SLOT6
static final int VI_TRIG_STAR_SLOT6
- See Also:
- Constant Field Values
-
VI_TRIG_STAR_SLOT7
static final int VI_TRIG_STAR_SLOT7
- See Also:
- Constant Field Values
-
VI_TRIG_STAR_SLOT8
static final int VI_TRIG_STAR_SLOT8
- See Also:
- Constant Field Values
-
VI_TRIG_STAR_SLOT9
static final int VI_TRIG_STAR_SLOT9
- See Also:
- Constant Field Values
-
VI_TRIG_STAR_SLOT10
static final int VI_TRIG_STAR_SLOT10
- See Also:
- Constant Field Values
-
VI_TRIG_STAR_SLOT11
static final int VI_TRIG_STAR_SLOT11
- See Also:
- Constant Field Values
-
VI_TRIG_STAR_SLOT12
static final int VI_TRIG_STAR_SLOT12
- See Also:
- Constant Field Values
-
VI_TRIG_STAR_INSTR
static final int VI_TRIG_STAR_INSTR
- See Also:
- Constant Field Values
-
VI_TRIG_PANEL_IN
static final int VI_TRIG_PANEL_IN
- See Also:
- Constant Field Values
-
VI_TRIG_PANEL_OUT
static final int VI_TRIG_PANEL_OUT
- See Also:
- Constant Field Values
-
VI_TRIG_STAR_VXI0
static final int VI_TRIG_STAR_VXI0
- See Also:
- Constant Field Values
-
VI_TRIG_STAR_VXI1
static final int VI_TRIG_STAR_VXI1
- See Also:
- Constant Field Values
-
VI_TRIG_STAR_VXI2
static final int VI_TRIG_STAR_VXI2
- See Also:
- Constant Field Values
-
VI_TRIG_PROT_DEFAULT
static final int VI_TRIG_PROT_DEFAULT
- See Also:
- Constant Field Values
-
VI_TRIG_PROT_ON
static final int VI_TRIG_PROT_ON
- See Also:
- Constant Field Values
-
VI_TRIG_PROT_OFF
static final int VI_TRIG_PROT_OFF
- See Also:
- Constant Field Values
-
VI_TRIG_PROT_SYNC
static final int VI_TRIG_PROT_SYNC
- See Also:
- Constant Field Values
-
VI_TRIG_PROT_RESERVE
static final int VI_TRIG_PROT_RESERVE
- See Also:
- Constant Field Values
-
VI_TRIG_PROT_UNRESERVE
static final int VI_TRIG_PROT_UNRESERVE
- See Also:
- Constant Field Values
-
VI_READ_BUF
static final int VI_READ_BUF
- See Also:
- Constant Field Values
-
VI_WRITE_BUF
static final int VI_WRITE_BUF
- See Also:
- Constant Field Values
-
VI_READ_BUF_DISCARD
static final int VI_READ_BUF_DISCARD
- See Also:
- Constant Field Values
-
VI_WRITE_BUF_DISCARD
static final int VI_WRITE_BUF_DISCARD
- See Also:
- Constant Field Values
-
VI_IO_IN_BUF
static final int VI_IO_IN_BUF
- See Also:
- Constant Field Values
-
VI_IO_OUT_BUF
static final int VI_IO_OUT_BUF
- See Also:
- Constant Field Values
-
VI_IO_IN_BUF_DISCARD
static final int VI_IO_IN_BUF_DISCARD
- See Also:
- Constant Field Values
-
VI_IO_OUT_BUF_DISCARD
static final int VI_IO_OUT_BUF_DISCARD
- See Also:
- Constant Field Values
-
VI_FLUSH_ON_ACCESS
static final int VI_FLUSH_ON_ACCESS
- See Also:
- Constant Field Values
-
VI_FLUSH_WHEN_FULL
static final int VI_FLUSH_WHEN_FULL
- See Also:
- Constant Field Values
-
VI_FLUSH_DISABLE
static final int VI_FLUSH_DISABLE
- See Also:
- Constant Field Values
-
VI_NMAPPED
static final int VI_NMAPPED
- See Also:
- Constant Field Values
-
VI_USE_OPERS
static final int VI_USE_OPERS
- See Also:
- Constant Field Values
-
VI_DEREF_ADDR
static final int VI_DEREF_ADDR
- See Also:
- Constant Field Values
-
VI_TMO_IMMEDIATE
static final int VI_TMO_IMMEDIATE
- See Also:
- Constant Field Values
-
VI_TMO_INFINITE
static final long VI_TMO_INFINITE
- See Also:
- Constant Field Values
-
VI_NO_LOCK
static final int VI_NO_LOCK
- See Also:
- Constant Field Values
-
VI_EXCLUSIVE_LOCK
static final int VI_EXCLUSIVE_LOCK
- See Also:
- Constant Field Values
-
VI_SHARED_LOCK
static final int VI_SHARED_LOCK
- See Also:
- Constant Field Values
-
VI_LOAD_CONFIG
static final int VI_LOAD_CONFIG
- See Also:
- Constant Field Values
-
VI_NO_SEC_ADDR
static final int VI_NO_SEC_ADDR
- See Also:
- Constant Field Values
-
VI_ASRL_PAR_NONE
static final int VI_ASRL_PAR_NONE
- See Also:
- Constant Field Values
-
VI_ASRL_PAR_ODD
static final int VI_ASRL_PAR_ODD
- See Also:
- Constant Field Values
-
VI_ASRL_PAR_EVEN
static final int VI_ASRL_PAR_EVEN
- See Also:
- Constant Field Values
-
VI_ASRL_PAR_MARK
static final int VI_ASRL_PAR_MARK
- See Also:
- Constant Field Values
-
VI_ASRL_PAR_SPACE
static final int VI_ASRL_PAR_SPACE
- See Also:
- Constant Field Values
-
VI_ASRL_STOP_ONE
static final int VI_ASRL_STOP_ONE
- See Also:
- Constant Field Values
-
VI_ASRL_STOP_ONE5
static final int VI_ASRL_STOP_ONE5
- See Also:
- Constant Field Values
-
VI_ASRL_STOP_TWO
static final int VI_ASRL_STOP_TWO
- See Also:
- Constant Field Values
-
VI_ASRL_FLOW_NONE
static final int VI_ASRL_FLOW_NONE
- See Also:
- Constant Field Values
-
VI_ASRL_FLOW_XON_XOFF
static final int VI_ASRL_FLOW_XON_XOFF
- See Also:
- Constant Field Values
-
VI_ASRL_FLOW_RTS_CTS
static final int VI_ASRL_FLOW_RTS_CTS
- See Also:
- Constant Field Values
-
VI_ASRL_FLOW_DTR_DSR
static final int VI_ASRL_FLOW_DTR_DSR
- See Also:
- Constant Field Values
-
VI_ASRL_END_NONE
static final int VI_ASRL_END_NONE
- See Also:
- Constant Field Values
-
VI_ASRL_END_LAST_BIT
static final int VI_ASRL_END_LAST_BIT
- See Also:
- Constant Field Values
-
VI_ASRL_END_TERMCHAR
static final int VI_ASRL_END_TERMCHAR
- See Also:
- Constant Field Values
-
VI_ASRL_END_BREAK
static final int VI_ASRL_END_BREAK
- See Also:
- Constant Field Values
-
VI_STATE_ASSERTED
static final int VI_STATE_ASSERTED
- See Also:
- Constant Field Values
-
VI_STATE_UNASSERTED
static final int VI_STATE_UNASSERTED
- See Also:
- Constant Field Values
-
VI_STATE_UNKNOWN
static final int VI_STATE_UNKNOWN
- See Also:
- Constant Field Values
-
VI_BIG_ENDIAN
static final int VI_BIG_ENDIAN
- See Also:
- Constant Field Values
-
VI_LITTLE_ENDIAN
static final int VI_LITTLE_ENDIAN
- See Also:
- Constant Field Values
-
VI_DATA_PRIV
static final int VI_DATA_PRIV
- See Also:
- Constant Field Values
-
VI_DATA_NPRIV
static final int VI_DATA_NPRIV
- See Also:
- Constant Field Values
-
VI_PROG_PRIV
static final int VI_PROG_PRIV
- See Also:
- Constant Field Values
-
VI_PROG_NPRIV
static final int VI_PROG_NPRIV
- See Also:
- Constant Field Values
-
VI_BLCK_PRIV
static final int VI_BLCK_PRIV
- See Also:
- Constant Field Values
-
VI_BLCK_NPRIV
static final int VI_BLCK_NPRIV
- See Also:
- Constant Field Values
-
VI_D64_PRIV
static final int VI_D64_PRIV
- See Also:
- Constant Field Values
-
VI_D64_NPRIV
static final int VI_D64_NPRIV
- See Also:
- Constant Field Values
-
VI_D64_2EVME
static final int VI_D64_2EVME
- See Also:
- Constant Field Values
-
VI_D64_SST160
static final int VI_D64_SST160
- See Also:
- Constant Field Values
-
VI_D64_SST267
static final int VI_D64_SST267
- See Also:
- Constant Field Values
-
VI_D64_SST320
static final int VI_D64_SST320
- See Also:
- Constant Field Values
-
VI_WIDTH_8
static final int VI_WIDTH_8
- See Also:
- Constant Field Values
-
VI_WIDTH_16
static final int VI_WIDTH_16
- See Also:
- Constant Field Values
-
VI_WIDTH_32
static final int VI_WIDTH_32
- See Also:
- Constant Field Values
-
VI_WIDTH_64
static final int VI_WIDTH_64
- See Also:
- Constant Field Values
-
VI_GPIB_REN_DEASSERT
static final int VI_GPIB_REN_DEASSERT
- See Also:
- Constant Field Values
-
VI_GPIB_REN_ASSERT
static final int VI_GPIB_REN_ASSERT
- See Also:
- Constant Field Values
-
VI_GPIB_REN_DEASSERT_GTL
static final int VI_GPIB_REN_DEASSERT_GTL
- See Also:
- Constant Field Values
-
VI_GPIB_REN_ASSERT_ADDRESS
static final int VI_GPIB_REN_ASSERT_ADDRESS
- See Also:
- Constant Field Values
-
VI_GPIB_REN_ASSERT_LLO
static final int VI_GPIB_REN_ASSERT_LLO
- See Also:
- Constant Field Values
-
VI_GPIB_REN_ASSERT_ADDRESS_LLO
static final int VI_GPIB_REN_ASSERT_ADDRESS_LLO
- See Also:
- Constant Field Values
-
VI_GPIB_REN_ADDRESS_GTL
static final int VI_GPIB_REN_ADDRESS_GTL
- See Also:
- Constant Field Values
-
VI_GPIB_ATN_DEASSERT
static final int VI_GPIB_ATN_DEASSERT
- See Also:
- Constant Field Values
-
VI_GPIB_ATN_ASSERT
static final int VI_GPIB_ATN_ASSERT
- See Also:
- Constant Field Values
-
VI_GPIB_ATN_DEASSERT_HANDSHAKE
static final int VI_GPIB_ATN_DEASSERT_HANDSHAKE
- See Also:
- Constant Field Values
-
VI_GPIB_ATN_ASSERT_IMMEDIATE
static final int VI_GPIB_ATN_ASSERT_IMMEDIATE
- See Also:
- Constant Field Values
-
VI_GPIB_HS488_DISABLED
static final int VI_GPIB_HS488_DISABLED
- See Also:
- Constant Field Values
-
VI_GPIB_HS488_NIMPL
static final int VI_GPIB_HS488_NIMPL
- See Also:
- Constant Field Values
-
VI_GPIB_UNADDRESSED
static final int VI_GPIB_UNADDRESSED
- See Also:
- Constant Field Values
-
VI_GPIB_TALKER
static final int VI_GPIB_TALKER
- See Also:
- Constant Field Values
-
VI_GPIB_LISTENER
static final int VI_GPIB_LISTENER
- See Also:
- Constant Field Values
-
VI_VXI_CMD16
static final int VI_VXI_CMD16
- See Also:
- Constant Field Values
-
VI_VXI_CMD16_RESP16
static final int VI_VXI_CMD16_RESP16
- See Also:
- Constant Field Values
-
VI_VXI_RESP16
static final int VI_VXI_RESP16
- See Also:
- Constant Field Values
-
VI_VXI_CMD32
static final int VI_VXI_CMD32
- See Also:
- Constant Field Values
-
VI_VXI_CMD32_RESP16
static final int VI_VXI_CMD32_RESP16
- See Also:
- Constant Field Values
-
VI_VXI_CMD32_RESP32
static final int VI_VXI_CMD32_RESP32
- See Also:
- Constant Field Values
-
VI_VXI_RESP32
static final int VI_VXI_RESP32
- See Also:
- Constant Field Values
-
VI_ASSERT_SIGNAL
static final int VI_ASSERT_SIGNAL
- See Also:
- Constant Field Values
-
VI_ASSERT_USE_ASSIGNED
static final int VI_ASSERT_USE_ASSIGNED
- See Also:
- Constant Field Values
-
VI_ASSERT_IRQ1
static final int VI_ASSERT_IRQ1
- See Also:
- Constant Field Values
-
VI_ASSERT_IRQ2
static final int VI_ASSERT_IRQ2
- See Also:
- Constant Field Values
-
VI_ASSERT_IRQ3
static final int VI_ASSERT_IRQ3
- See Also:
- Constant Field Values
-
VI_ASSERT_IRQ4
static final int VI_ASSERT_IRQ4
- See Also:
- Constant Field Values
-
VI_ASSERT_IRQ5
static final int VI_ASSERT_IRQ5
- See Also:
- Constant Field Values
-
VI_ASSERT_IRQ6
static final int VI_ASSERT_IRQ6
- See Also:
- Constant Field Values
-
VI_ASSERT_IRQ7
static final int VI_ASSERT_IRQ7
- See Also:
- Constant Field Values
-
VI_UTIL_ASSERT_SYSRESET
static final int VI_UTIL_ASSERT_SYSRESET
- See Also:
- Constant Field Values
-
VI_UTIL_ASSERT_SYSFAIL
static final int VI_UTIL_ASSERT_SYSFAIL
- See Also:
- Constant Field Values
-
VI_UTIL_DEASSERT_SYSFAIL
static final int VI_UTIL_DEASSERT_SYSFAIL
- See Also:
- Constant Field Values
-
VI_VXI_CLASS_MEMORY
static final int VI_VXI_CLASS_MEMORY
- See Also:
- Constant Field Values
-
VI_VXI_CLASS_EXTENDED
static final int VI_VXI_CLASS_EXTENDED
- See Also:
- Constant Field Values
-
VI_VXI_CLASS_MESSAGE
static final int VI_VXI_CLASS_MESSAGE
- See Also:
- Constant Field Values
-
VI_VXI_CLASS_REGISTER
static final int VI_VXI_CLASS_REGISTER
- See Also:
- Constant Field Values
-
VI_VXI_CLASS_OTHER
static final int VI_VXI_CLASS_OTHER
- See Also:
- Constant Field Values
-
VI_PXI_ADDR_NONE
static final int VI_PXI_ADDR_NONE
- See Also:
- Constant Field Values
-
VI_PXI_ADDR_MEM
static final int VI_PXI_ADDR_MEM
- See Also:
- Constant Field Values
-
VI_PXI_ADDR_IO
static final int VI_PXI_ADDR_IO
- See Also:
- Constant Field Values
-
VI_PXI_ADDR_CFG
static final int VI_PXI_ADDR_CFG
- See Also:
- Constant Field Values
-
VI_TRIG_UNKNOWN
static final int VI_TRIG_UNKNOWN
- See Also:
- Constant Field Values
-
VI_PXI_LBUS_STAR_TRIG_BUS_0
static final int VI_PXI_LBUS_STAR_TRIG_BUS_0
- See Also:
- Constant Field Values
-
VI_PXI_LBUS_STAR_TRIG_BUS_1
static final int VI_PXI_LBUS_STAR_TRIG_BUS_1
- See Also:
- Constant Field Values
-
VI_PXI_LBUS_STAR_TRIG_BUS_2
static final int VI_PXI_LBUS_STAR_TRIG_BUS_2
- See Also:
- Constant Field Values
-
VI_PXI_LBUS_STAR_TRIG_BUS_3
static final int VI_PXI_LBUS_STAR_TRIG_BUS_3
- See Also:
- Constant Field Values
-
VI_PXI_LBUS_STAR_TRIG_BUS_4
static final int VI_PXI_LBUS_STAR_TRIG_BUS_4
- See Also:
- Constant Field Values
-
VI_PXI_LBUS_STAR_TRIG_BUS_5
static final int VI_PXI_LBUS_STAR_TRIG_BUS_5
- See Also:
- Constant Field Values
-
VI_PXI_LBUS_STAR_TRIG_BUS_6
static final int VI_PXI_LBUS_STAR_TRIG_BUS_6
- See Also:
- Constant Field Values
-
VI_PXI_LBUS_STAR_TRIG_BUS_7
static final int VI_PXI_LBUS_STAR_TRIG_BUS_7
- See Also:
- Constant Field Values
-
VI_PXI_LBUS_STAR_TRIG_BUS_8
static final int VI_PXI_LBUS_STAR_TRIG_BUS_8
- See Also:
- Constant Field Values
-
VI_PXI_LBUS_STAR_TRIG_BUS_9
static final int VI_PXI_LBUS_STAR_TRIG_BUS_9
- See Also:
- Constant Field Values
-
VI_PXI_STAR_TRIG_CONTROLLER
static final int VI_PXI_STAR_TRIG_CONTROLLER
- See Also:
- Constant Field Values
-
VI_ERROR_INV_SESSION
static final int VI_ERROR_INV_SESSION
- See Also:
- Constant Field Values
-
VI_INFINITE
static final long VI_INFINITE
- See Also:
- Constant Field Values
-
VI_NORMAL
static final int VI_NORMAL
- See Also:
- Constant Field Values
-
VI_FDC
static final int VI_FDC
- See Also:
- Constant Field Values
-
VI_HS488
static final int VI_HS488
- See Also:
- Constant Field Values
-
VI_ASRL488
static final int VI_ASRL488
- See Also:
- Constant Field Values
-
VI_ASRL_IN_BUF
static final int VI_ASRL_IN_BUF
- See Also:
- Constant Field Values
-
VI_ASRL_OUT_BUF
static final int VI_ASRL_OUT_BUF
- See Also:
- Constant Field Values
-
VI_ASRL_IN_BUF_DISCARD
static final int VI_ASRL_IN_BUF_DISCARD
- See Also:
- Constant Field Values
-
VI_ASRL_OUT_BUF_DISCARD
static final int VI_ASRL_OUT_BUF_DISCARD
- See Also:
- Constant Field Values
-
-
Method Detail
-
viOpenDefaultRM
com.sun.jna.NativeLong viOpenDefaultRM(com.sun.jna.ptr.NativeLongByReference vi)
- Resource Manager Functions and Operations -------------------------------
Original signature :ViStatus viOpenDefaultRM(ViPSession)
native declaration : visa.h:74- Parameters:
vi
- session handle- Returns:
- status of the operation
-
viFindRsrc
com.sun.jna.NativeLong viFindRsrc(com.sun.jna.NativeLong rmSession, java.nio.ByteBuffer expr, com.sun.jna.ptr.NativeLongByReference vi, com.sun.jna.ptr.NativeLongByReference retCnt, java.nio.ByteBuffer desc)
Original signature :ViStatus viFindRsrc(ViSession, ViString, ViPFindList, ViPUInt32, ViChar[])
native declaration : visa.h:76- Parameters:
rmSession
- session handle of resource managerexpr
- regular search expression, for example "TCPIP::*::INSTR"vi
- find handle, to be used in viFindNext functionretCnt
- number of instruments founddesc
- first found instrument with address matching regular expression- Returns:
- status of the operation
-
viFindNext
com.sun.jna.NativeLong viFindNext(com.sun.jna.NativeLong vi, java.nio.ByteBuffer desc)
Original signature :ViStatus viFindNext(ViFindList, ViChar[])
native declaration : visa.h:78- Parameters:
vi
- find handle, obtained from viFindRsrc functiondesc
- next found instrument with address matching regular expression- Returns:
- status of the operation
-
viParseRsrc
com.sun.jna.NativeLong viParseRsrc(com.sun.jna.NativeLong rmSession, java.nio.ByteBuffer rsrcName, java.nio.ShortBuffer intfType, java.nio.ShortBuffer intfNum)
Original signature :ViStatus viParseRsrc(ViSession, ViRsrc, ViPUInt16, ViPUInt16)
native declaration : visa.h:80- Parameters:
rmSession
- session handle of resource managerrsrcName
- name of instrument resourceintfType
- type of communication interfaceintfNum
- number of board the interface uses- Returns:
- status of the operation
-
viParseRsrcEx
com.sun.jna.NativeLong viParseRsrcEx(com.sun.jna.NativeLong rmSession, java.nio.ByteBuffer rsrcName, java.nio.ShortBuffer intfType, java.nio.ShortBuffer intfNum, java.nio.ByteBuffer rsrcClass, java.nio.ByteBuffer expandedUnaliasedName, java.nio.ByteBuffer aliasIfExists)
Original signature :ViStatus viParseRsrcEx(ViSession, ViRsrc, ViPUInt16, ViPUInt16, ViChar[], ViChar[], ViChar[])
native declaration : visa.h:82- Parameters:
rmSession
- session handle of resource managerrsrcName
- name of instrument resourceintfType
- type of communication interfaceintfNum
- number of board the interface usesrsrcClass
- resource class, for example "INSTR"expandedUnaliasedName
- complete address string of instrumentaliasIfExists
- name alias- Returns:
- status of the operation
-
viOpen
com.sun.jna.NativeLong viOpen(com.sun.jna.NativeLong rmSession, java.nio.ByteBuffer name, com.sun.jna.NativeLong mode, com.sun.jna.NativeLong timeout, com.sun.jna.ptr.NativeLongByReference vi)
Original signature :ViStatus viOpen(ViSession, ViRsrc, ViAccessMode, ViUInt32, ViPSession)
native declaration : visa.h:86- Parameters:
rmSession
- session handle of resource managername
- resource name / address string of instrumentmode
- access modetimeout
- timeout of function in msvi
- handle for instrument session- Returns:
- status of the operation
-
viClose
com.sun.jna.NativeLong viClose(com.sun.jna.NativeLong vi)
- Resource Template Operations --------------------------------------------
Original signature :ViStatus viClose(ViObject)
native declaration : visa.h:91- Parameters:
vi
- handle for instrument session- Returns:
- status of the operation
-
viSetAttribute
com.sun.jna.NativeLong viSetAttribute(com.sun.jna.NativeLong vi, com.sun.jna.NativeLong attrName, com.sun.jna.NativeLong attrValue)
Original signature :ViStatus viSetAttribute(ViObject, ViAttr, ViAttrState)
native declaration : visa.h:92- Parameters:
vi
- handle for instrument sessionattrName
- type / key of attributeattrValue
- value of attribute- Returns:
- status of the operation
-
viGetAttribute
com.sun.jna.NativeLong viGetAttribute(com.sun.jna.NativeLong vi, com.sun.jna.NativeLong attrName, com.sun.jna.Pointer attrValue)
Original signature :ViStatus viGetAttribute(ViObject, ViAttr, void*)
native declaration : visa.h:93- Parameters:
vi
- handle for instrument sessionattrName
- type / key of attributeattrValue
- value of attribute- Returns:
- status of the operation
-
viStatusDesc
com.sun.jna.NativeLong viStatusDesc(com.sun.jna.NativeLong vi, com.sun.jna.NativeLong status, java.nio.ByteBuffer desc)
Original signature :ViStatus viStatusDesc(ViObject, ViStatus, ViChar[])
native declaration : visa.h:94- Parameters:
vi
- handle for instrument sessionstatus
- status the description is requested fordesc
- status description- Returns:
- status of the operation
-
viTerminate
com.sun.jna.NativeLong viTerminate(com.sun.jna.NativeLong vi, short degree, com.sun.jna.NativeLong jobId)
Original signature :ViStatus viTerminate(ViObject, ViUInt16, ViJobId)
native declaration : visa.h:95- Parameters:
vi
- handle for instrument sessiondegree
- always 0jobId
- job identifier- Returns:
- status of the operation
-
viLock
com.sun.jna.NativeLong viLock(com.sun.jna.NativeLong vi, com.sun.jna.NativeLong lockType, com.sun.jna.NativeLong timeout, java.nio.ByteBuffer requestedKey, java.nio.ByteBuffer accessKey)
Original signature :ViStatus viLock(ViSession, ViAccessMode, ViUInt32, ViKeyId, ViChar[])
native declaration : visa.h:97- Parameters:
vi
- handle for instrument sessionlockType
- type of lock, exclusive (0) or shared (1)timeout
- maximum time in ms to wait for the lockrequestedKey
- lock key - can be given to other sessionsaccessKey
- access key to lock is returned if requestedKey is null- Returns:
- status of the operation
-
viUnlock
com.sun.jna.NativeLong viUnlock(com.sun.jna.NativeLong vi)
Original signature :ViStatus viUnlock(ViSession)
native declaration : visa.h:99- Parameters:
vi
- handle for instrument session- Returns:
- status of the operation
-
viEnableEvent
com.sun.jna.NativeLong viEnableEvent(com.sun.jna.NativeLong vi, com.sun.jna.NativeLong eventType, short mechanism, com.sun.jna.NativeLong context)
Original signature :ViStatus viEnableEvent(ViSession, ViEventType, ViUInt16, ViEventFilter)
native declaration : visa.h:100- Parameters:
vi
- handle for instrument sessioneventType
- event typemechanism
- event mechanismcontext
- event context- Returns:
- status of the operation
-
viDisableEvent
com.sun.jna.NativeLong viDisableEvent(com.sun.jna.NativeLong vi, com.sun.jna.NativeLong eventType, short mechanism)
Original signature :ViStatus viDisableEvent(ViSession, ViEventType, ViUInt16)
native declaration : visa.h:102- Parameters:
vi
- handle for instrument sessioneventType
- event typemechanism
- event mechanism- Returns:
- status of the operation
-
viDiscardEvents
com.sun.jna.NativeLong viDiscardEvents(com.sun.jna.NativeLong vi, com.sun.jna.NativeLong eventType, short mechanism)
Original signature :ViStatus viDiscardEvents(ViSession, ViEventType, ViUInt16)
native declaration : visa.h:103- Parameters:
vi
- handle for instrument sessioneventType
- event typemechanism
- event mechanism- Returns:
- status of the operation
-
viWaitOnEvent
com.sun.jna.NativeLong viWaitOnEvent(com.sun.jna.NativeLong vi, com.sun.jna.NativeLong inEventType, com.sun.jna.NativeLong timeout, com.sun.jna.ptr.NativeLongByReference outEventType, com.sun.jna.ptr.NativeLongByReference outContext)
Original signature :ViStatus viWaitOnEvent(ViSession, ViEventType, ViUInt32, ViPEventType, ViPEvent)
native declaration : visa.h:104- Parameters:
vi
- handle for instrument sessioninEventType
- event type to wait fortimeout
- wait time in ms before timing outoutEventType
- signaled event typeoutContext
- signaled event context- Returns:
- status of the operation
-
viInstallHandler
com.sun.jna.NativeLong viInstallHandler(com.sun.jna.NativeLong vi, com.sun.jna.NativeLong eventType, VISANativeInterface.ViHndlr handler, com.sun.jna.Pointer userHandle)
Original signature :ViStatus viInstallHandler(ViSession, ViEventType, ViHndlr, ViAddr)
native declaration : visa.h:106- Parameters:
vi
- handle for instrument sessioneventType
- event type to handlehandler
- event handleruserHandle
- handler id given by the application- Returns:
- status of the operation
-
viUninstallHandler
com.sun.jna.NativeLong viUninstallHandler(com.sun.jna.NativeLong vi, com.sun.jna.NativeLong eventType, VISANativeInterface.ViHndlr handler, com.sun.jna.Pointer userHandle)
Original signature :ViStatus viUninstallHandler(ViSession, ViEventType, ViHndlr, ViAddr)
native declaration : visa.h:108- Parameters:
vi
- handle for instrument sessioneventType
- event type to handlehandler
- event handleruserHandle
- handler id given by the application- Returns:
- status of the operation
-
viRead
com.sun.jna.NativeLong viRead(com.sun.jna.NativeLong vi, java.nio.ByteBuffer buf, com.sun.jna.NativeLong cnt, com.sun.jna.ptr.NativeLongByReference retCnt)
- Basic I/O Operations ----------------------------------------------------
Original signature :ViStatus viRead(ViSession, ViPBuf, ViUInt32, ViPUInt32)
native declaration : visa.h:113- Parameters:
vi
- handle for instrument sessionbuf
- read buffercnt
- number of bytes to readretCnt
- number of bytes read- Returns:
- status of the operation
-
viReadAsync
com.sun.jna.NativeLong viReadAsync(com.sun.jna.NativeLong vi, java.nio.ByteBuffer buf, com.sun.jna.NativeLong cnt, com.sun.jna.ptr.NativeLongByReference jobId)
Original signature :ViStatus viReadAsync(ViSession, ViPBuf, ViUInt32, ViPJobId)
native declaration : visa.h:114- Parameters:
vi
- handle for instrument sessionbuf
- read buffercnt
- number of bytes to readjobId
- job identifier- Returns:
- status of the operation
-
viReadToFile
com.sun.jna.NativeLong viReadToFile(com.sun.jna.NativeLong vi, java.nio.ByteBuffer filename, com.sun.jna.NativeLong cnt, com.sun.jna.ptr.NativeLongByReference retCnt)
Original signature :ViStatus viReadToFile(ViSession, ViConstString, ViUInt32, ViPUInt32)
native declaration : visa.h:115- Parameters:
vi
- handle for instrument sessionfilename
- output filenamecnt
- number of bytes to readretCnt
- number of bytes read- Returns:
- status of the operation
-
viWrite
com.sun.jna.NativeLong viWrite(com.sun.jna.NativeLong vi, java.nio.ByteBuffer buf, com.sun.jna.NativeLong cnt, com.sun.jna.ptr.NativeLongByReference retCnt)
Original signature :ViStatus viWrite(ViSession, ViBuf, ViUInt32, ViPUInt32)
native declaration : visa.h:117- Parameters:
vi
- handle for instrument sessionbuf
- write buffercnt
- number of bytes to writeretCnt
- number of bytes written- Returns:
- status of the operation
-
viWriteAsync
com.sun.jna.NativeLong viWriteAsync(com.sun.jna.NativeLong vi, java.nio.ByteBuffer buf, com.sun.jna.NativeLong cnt, com.sun.jna.ptr.NativeLongByReference jobId)
Original signature :ViStatus viWriteAsync(ViSession, ViBuf, ViUInt32, ViPJobId)
native declaration : visa.h:118- Parameters:
vi
- handle for instrument sessionbuf
- write buffercnt
- number of bytes to readjobId
- job identifier- Returns:
- status of the operation
-
viWriteFromFile
com.sun.jna.NativeLong viWriteFromFile(com.sun.jna.NativeLong vi, java.nio.ByteBuffer filename, com.sun.jna.NativeLong cnt, com.sun.jna.ptr.NativeLongByReference retCnt)
Original signature :ViStatus viWriteFromFile(ViSession, ViConstString, ViUInt32, ViPUInt32)
native declaration : visa.h:119- Parameters:
vi
- handle for instrument sessionfilename
- input filenamecnt
- number of bytes to writeretCnt
- number of bytes written- Returns:
- status of the operation
-
viAssertTrigger
com.sun.jna.NativeLong viAssertTrigger(com.sun.jna.NativeLong vi, short protocol)
Original signature :ViStatus viAssertTrigger(ViSession, ViUInt16)
native declaration : visa.h:121- Parameters:
vi
- handle for instrument sessionprotocol
- type of protocol- Returns:
- status of the operation
-
viReadSTB
com.sun.jna.NativeLong viReadSTB(com.sun.jna.NativeLong vi, java.nio.ShortBuffer status)
Original signature :ViStatus viReadSTB(ViSession, ViPUInt16)
native declaration : visa.h:122- Parameters:
vi
- handle for instrument sessionstatus
- STB status mask- Returns:
- status of the operation
-
viClear
com.sun.jna.NativeLong viClear(com.sun.jna.NativeLong vi)
Original signature :ViStatus viClear(ViSession)
native declaration : visa.h:123- Parameters:
vi
- handle for instrument session- Returns:
- status of the operation
-
viSetBuf
com.sun.jna.NativeLong viSetBuf(com.sun.jna.NativeLong vi, short mask, com.sun.jna.NativeLong size)
- Formatted and Buffered I/O Operations -----------------------------------
Original signature :ViStatus viSetBuf(ViSession, ViUInt16, ViUInt32)
native declaration : visa.h:127- Parameters:
vi
- handle for instrument sessionmask
- bit mask indicating the buffers to be setsize
- buffer size- Returns:
- status of the operation
-
viFlush
com.sun.jna.NativeLong viFlush(com.sun.jna.NativeLong vi, short mask)
Original signature :ViStatus viFlush(ViSession, ViUInt16)
native declaration : visa.h:128- Parameters:
vi
- handle for instrument sessionmask
- bit mask indicating the buffers to be flushed- Returns:
- status of the operation
-
viBufWrite
com.sun.jna.NativeLong viBufWrite(com.sun.jna.NativeLong vi, java.nio.ByteBuffer buf, com.sun.jna.NativeLong cnt, com.sun.jna.ptr.NativeLongByReference retCnt)
Original signature :ViStatus viBufWrite(ViSession, ViBuf, ViUInt32, ViPUInt32)
native declaration : visa.h:130- Parameters:
vi
- handle for instrument sessionbuf
- buffer to writecnt
- number of bytes to writeretCnt
- number of bytes written- Returns:
- status of the operation
-
viBufRead
com.sun.jna.NativeLong viBufRead(com.sun.jna.NativeLong vi, java.nio.ByteBuffer buf, com.sun.jna.NativeLong cnt, com.sun.jna.ptr.NativeLongByReference retCnt)
Original signature :ViStatus viBufRead(ViSession, ViPBuf, ViUInt32, ViPUInt32)
native declaration : visa.h:131- Parameters:
vi
- handle for instrument sessionbuf
- buffer to read intocnt
- number of bytes to readretCnt
- number of bytes read- Returns:
- status of the operation
-
viPrintf
com.sun.jna.NativeLong viPrintf(com.sun.jna.NativeLong vi, java.nio.ByteBuffer writeFmt, java.lang.Object... varArgs1)
Original signature :ViStatus viPrintf(ViSession, ViString, null)
native declaration : visa.h:133- Parameters:
vi
- handle for instrument sessionwriteFmt
- format stringvarArgs1
- comma separated arguments- Returns:
- status of the operation
-
viVPrintf
com.sun.jna.NativeLong viVPrintf(com.sun.jna.NativeLong vi, java.nio.ByteBuffer writeFmt, VISANativeInterface.ViVAList params)
Original signature :ViStatus viVPrintf(ViSession, ViString, ViVAList)
native declaration : visa.h:134- Parameters:
vi
- handle for instrument sessionwriteFmt
- format stringparams
- parameter list / array- Returns:
- status of the operation
-
viSPrintf
com.sun.jna.NativeLong viSPrintf(com.sun.jna.NativeLong vi, java.nio.ByteBuffer buf, java.nio.ByteBuffer writeFmt, java.lang.Object... varArgs1)
Original signature :ViStatus viSPrintf(ViSession, ViPBuf, ViString, null)
native declaration : visa.h:135- Parameters:
vi
- handle for instrument sessionbuf
- destination buffer for formatted stringwriteFmt
- format stringvarArgs1
- comma separated arguments- Returns:
- status of the operation
-
viVSPrintf
com.sun.jna.NativeLong viVSPrintf(com.sun.jna.NativeLong vi, java.nio.ByteBuffer buf, java.nio.ByteBuffer writeFmt, VISANativeInterface.ViVAList params)
Original signature :ViStatus viVSPrintf(ViSession, ViPBuf, ViString, ViVAList)
native declaration : visa.h:136- Parameters:
vi
- handle for instrument sessionbuf
- destination buffer for formatted stringwriteFmt
- format stringparams
- parameter list / array- Returns:
- status of the operation
-
viScanf
com.sun.jna.NativeLong viScanf(com.sun.jna.NativeLong vi, java.nio.ByteBuffer readFmt, java.lang.Object... varArgs1)
Original signature :ViStatus viScanf(ViSession, ViString, null)
native declaration : visa.h:138- Parameters:
vi
- handle for instrument sessionreadFmt
- format stringvarArgs1
- comma separated arguments- Returns:
- status of the operation
-
viVScanf
com.sun.jna.NativeLong viVScanf(com.sun.jna.NativeLong vi, java.nio.ByteBuffer readFmt, VISANativeInterface.ViVAList params)
Original signature :ViStatus viVScanf(ViSession, ViString, ViVAList)
native declaration : visa.h:139- Parameters:
vi
- handle for instrument sessionreadFmt
- format stringparams
- parameter list / array- Returns:
- status of the operation
-
viSScanf
com.sun.jna.NativeLong viSScanf(com.sun.jna.NativeLong vi, java.nio.ByteBuffer buf, java.nio.ByteBuffer readFmt, java.lang.Object... varArgs1)
Original signature :ViStatus viSScanf(ViSession, ViBuf, ViString, null)
native declaration : visa.h:140- Parameters:
vi
- handle for instrument sessionbuf
- source buffer to scanreadFmt
- format stringvarArgs1
- comma separated arguments- Returns:
- status of the operation
-
viVSScanf
com.sun.jna.NativeLong viVSScanf(com.sun.jna.NativeLong vi, java.nio.ByteBuffer buf, java.nio.ByteBuffer readFmt, VISANativeInterface.ViVAList params)
Original signature :ViStatus viVSScanf(ViSession, ViBuf, ViString, ViVAList)
native declaration : visa.h:141- Parameters:
vi
- handle for instrument sessionbuf
- source buffer to scanreadFmt
- format stringparams
- parameter list / array- Returns:
- status of the operation
-
viQueryf
com.sun.jna.NativeLong viQueryf(com.sun.jna.NativeLong vi, java.nio.ByteBuffer writeFmt, java.nio.ByteBuffer readFmt, java.lang.Object... varArgs1)
Original signature :ViStatus viQueryf(ViSession, ViString, ViString, null)
native declaration : visa.h:143- Parameters:
vi
- handle for instrument sessionwriteFmt
- write format stringreadFmt
- read format stringvarArgs1
- comma separated arguments- Returns:
- status of the operation
-
viVQueryf
com.sun.jna.NativeLong viVQueryf(com.sun.jna.NativeLong vi, java.nio.ByteBuffer writeFmt, java.nio.ByteBuffer readFmt, VISANativeInterface.ViVAList params)
Original signature :ViStatus viVQueryf(ViSession, ViString, ViString, ViVAList)
native declaration : visa.h:144- Parameters:
vi
- handle for instrument sessionwriteFmt
- write format stringreadFmt
- read format stringparams
- parameter list / array- Returns:
- status of the operation
-
viIn8
com.sun.jna.NativeLong viIn8(com.sun.jna.NativeLong vi, short space, com.sun.jna.NativeLong offset, java.nio.ByteBuffer val8)
- Memory I/O Operations ---------------------------------------------------
Original signature :ViStatus viIn8(ViSession, ViUInt16, ViBusAddress, ViPUInt8)
native declaration : visa.h:149- Parameters:
vi
- handle for instrument sessionspace
- type of address spaceoffset
- offset from base addressval8
- 8-bit value- Returns:
- status of the operation
-
viOut8
com.sun.jna.NativeLong viOut8(com.sun.jna.NativeLong vi, short space, com.sun.jna.NativeLong offset, byte val8)
Original signature :ViStatus viOut8(ViSession, ViUInt16, ViBusAddress, ViUInt8)
native declaration : visa.h:151- Parameters:
vi
- handle for instrument sessionspace
- type of address spaceoffset
- offset from base addressval8
- 8-bit value- Returns:
- status of the operation
-
viIn16
com.sun.jna.NativeLong viIn16(com.sun.jna.NativeLong vi, short space, com.sun.jna.NativeLong offset, java.nio.ShortBuffer val16)
Original signature :ViStatus viIn16(ViSession, ViUInt16, ViBusAddress, ViPUInt16)
native declaration : visa.h:153- Parameters:
vi
- handle for instrument sessionspace
- type of address spaceoffset
- offset from base addressval16
- 16-bit value- Returns:
- status of the operation
-
viOut16
com.sun.jna.NativeLong viOut16(com.sun.jna.NativeLong vi, short space, com.sun.jna.NativeLong offset, short val16)
Original signature :ViStatus viOut16(ViSession, ViUInt16, ViBusAddress, ViUInt16)
native declaration : visa.h:155- Parameters:
vi
- handle for instrument sessionspace
- type of address spaceoffset
- offset from base addressval16
- 16-bit value- Returns:
- status of the operation
-
viIn32
com.sun.jna.NativeLong viIn32(com.sun.jna.NativeLong vi, short space, com.sun.jna.NativeLong offset, com.sun.jna.ptr.NativeLongByReference val32)
Original signature :ViStatus viIn32(ViSession, ViUInt16, ViBusAddress, ViPUInt32)
native declaration : visa.h:157- Parameters:
vi
- handle for instrument sessionspace
- type of address spaceoffset
- offset from base addressval32
- 32-bit value- Returns:
- status of the operation
-
viOut32
com.sun.jna.NativeLong viOut32(com.sun.jna.NativeLong vi, short space, com.sun.jna.NativeLong offset, com.sun.jna.NativeLong val32)
Original signature :ViStatus viOut32(ViSession, ViUInt16, ViBusAddress, ViUInt32)
native declaration : visa.h:159- Parameters:
vi
- handle for instrument sessionspace
- type of address spaceoffset
- offset from base addressval32
- 32-bit value- Returns:
- status of the operation
-
viIn64
com.sun.jna.NativeLong viIn64(com.sun.jna.NativeLong vi, short space, com.sun.jna.NativeLong offset, VISANativeInterface.ViPUInt64 val64)
Original signature :ViStatus viIn64(ViSession, ViUInt16, ViBusAddress, ViPUInt64)
native declaration : visa.h:163- Parameters:
vi
- handle for instrument sessionspace
- type of address spaceoffset
- offset from base addressval64
- 64-bit value- Returns:
- status of the operation
-
viOut64
com.sun.jna.NativeLong viOut64(com.sun.jna.NativeLong vi, short space, com.sun.jna.NativeLong offset, VISANativeInterface.ViUInt64 val64)
Original signature :ViStatus viOut64(ViSession, ViUInt16, ViBusAddress, ViUInt64)
native declaration : visa.h:165- Parameters:
vi
- handle for instrument sessionspace
- type of address spaceoffset
- offset from base addressval64
- 64-bit value- Returns:
- status of the operation
-
viIn8Ex
com.sun.jna.NativeLong viIn8Ex(com.sun.jna.NativeLong vi, short space, VISANativeInterface.ViBusAddress64 offset, java.nio.ByteBuffer val8)
Original signature :ViStatus viIn8Ex(ViSession, ViUInt16, ViBusAddress64, ViPUInt8)
native declaration : visa.h:168- Parameters:
vi
- handle for instrument sessionspace
- type of address spaceoffset
- offset from base addressval8
- 8-bit value- Returns:
- status of the operation
-
viOut8Ex
com.sun.jna.NativeLong viOut8Ex(com.sun.jna.NativeLong vi, short space, VISANativeInterface.ViBusAddress64 offset, byte val8)
Original signature :ViStatus viOut8Ex(ViSession, ViUInt16, ViBusAddress64, ViUInt8)
native declaration : visa.h:170- Parameters:
vi
- handle for instrument sessionspace
- type of address spaceoffset
- offset from base addressval8
- 8-bit value- Returns:
- status of the operation
-
viIn16Ex
com.sun.jna.NativeLong viIn16Ex(com.sun.jna.NativeLong vi, short space, VISANativeInterface.ViBusAddress64 offset, java.nio.ShortBuffer val16)
Original signature :ViStatus viIn16Ex(ViSession, ViUInt16, ViBusAddress64, ViPUInt16)
native declaration : visa.h:172- Parameters:
vi
- handle for instrument sessionspace
- type of address spaceoffset
- offset from base addressval16
- 16-bit value- Returns:
- status of the operation
-
viOut16Ex
com.sun.jna.NativeLong viOut16Ex(com.sun.jna.NativeLong vi, short space, VISANativeInterface.ViBusAddress64 offset, short val16)
Original signature :ViStatus viOut16Ex(ViSession, ViUInt16, ViBusAddress64, ViUInt16)
native declaration : visa.h:174- Parameters:
vi
- handle for instrument sessionspace
- type of address spaceoffset
- offset from base addressval16
- 16-bit value- Returns:
- status of the operation
-
viIn32Ex
com.sun.jna.NativeLong viIn32Ex(com.sun.jna.NativeLong vi, short space, VISANativeInterface.ViBusAddress64 offset, com.sun.jna.ptr.NativeLongByReference val32)
Original signature :ViStatus viIn32Ex(ViSession, ViUInt16, ViBusAddress64, ViPUInt32)
native declaration : visa.h:176- Parameters:
vi
- handle for instrument sessionspace
- type of address spaceoffset
- offset from base addressval32
- 32-bit value- Returns:
- status of the operation
-
viOut32Ex
com.sun.jna.NativeLong viOut32Ex(com.sun.jna.NativeLong vi, short space, VISANativeInterface.ViBusAddress64 offset, com.sun.jna.NativeLong val32)
Original signature :ViStatus viOut32Ex(ViSession, ViUInt16, ViBusAddress64, ViUInt32)
native declaration : visa.h:178- Parameters:
vi
- handle for instrument sessionspace
- type of address spaceoffset
- offset from base addressval32
- 32-bit value- Returns:
- status of the operation
-
viIn64Ex
com.sun.jna.NativeLong viIn64Ex(com.sun.jna.NativeLong vi, short space, VISANativeInterface.ViBusAddress64 offset, VISANativeInterface.ViPUInt64 val64)
Original signature :ViStatus viIn64Ex(ViSession, ViUInt16, ViBusAddress64, ViPUInt64)
native declaration : visa.h:180- Parameters:
vi
- handle for instrument sessionspace
- type of address spaceoffset
- offset from base addressval64
- 64-bit value- Returns:
- status of the operation
-
viOut64Ex
com.sun.jna.NativeLong viOut64Ex(com.sun.jna.NativeLong vi, short space, VISANativeInterface.ViBusAddress64 offset, VISANativeInterface.ViUInt64 val64)
Original signature :ViStatus viOut64Ex(ViSession, ViUInt16, ViBusAddress64, ViUInt64)
native declaration : visa.h:182- Parameters:
vi
- handle for instrument sessionspace
- type of address spaceoffset
- offset from base addressval64
- 64-bit value- Returns:
- status of the operation
-
viMoveIn8
com.sun.jna.NativeLong viMoveIn8(com.sun.jna.NativeLong vi, short space, com.sun.jna.NativeLong offset, com.sun.jna.NativeLong length, java.nio.ByteBuffer buf8)
Original signature :ViStatus viMoveIn8(ViSession, ViUInt16, ViBusAddress, ViBusSize, ViAUInt8)
native declaration : visa.h:186- Parameters:
vi
- handle for instrument sessionspace
- type of address spaceoffset
- offset from base addresslength
- number of bytes to movebuf8
- 8-bit buffer- Returns:
- status of the operation
-
viMoveOut8
com.sun.jna.NativeLong viMoveOut8(com.sun.jna.NativeLong vi, short space, com.sun.jna.NativeLong offset, com.sun.jna.NativeLong length, java.nio.ByteBuffer buf8)
Original signature :ViStatus viMoveOut8(ViSession, ViUInt16, ViBusAddress, ViBusSize, ViAUInt8)
native declaration : visa.h:188- Parameters:
vi
- handle for instrument sessionspace
- type of address spaceoffset
- offset from base addresslength
- number of bytes to movebuf8
- 8-bit buffer- Returns:
- status of the operation
-
viMoveIn16
com.sun.jna.NativeLong viMoveIn16(com.sun.jna.NativeLong vi, short space, com.sun.jna.NativeLong offset, com.sun.jna.NativeLong length, java.nio.ShortBuffer buf16)
Original signature :ViStatus viMoveIn16(ViSession, ViUInt16, ViBusAddress, ViBusSize, ViAUInt16)
native declaration : visa.h:190- Parameters:
vi
- handle for instrument sessionspace
- type of address spaceoffset
- offset from base addresslength
- number of bytes to movebuf16
- 16-bit buffer- Returns:
- status of the operation
-
viMoveOut16
com.sun.jna.NativeLong viMoveOut16(com.sun.jna.NativeLong vi, short space, com.sun.jna.NativeLong offset, com.sun.jna.NativeLong length, java.nio.ShortBuffer buf16)
Original signature :ViStatus viMoveOut16(ViSession, ViUInt16, ViBusAddress, ViBusSize, ViAUInt16)
native declaration : visa.h:192- Parameters:
vi
- handle for instrument sessionspace
- type of address spaceoffset
- offset from base addresslength
- number of bytes to movebuf16
- 16-bit buffer- Returns:
- status of the operation
-
viMoveIn32
com.sun.jna.NativeLong viMoveIn32(com.sun.jna.NativeLong vi, short space, com.sun.jna.NativeLong offset, com.sun.jna.NativeLong length, com.sun.jna.ptr.NativeLongByReference buf32)
Original signature :ViStatus viMoveIn32(ViSession, ViUInt16, ViBusAddress, ViBusSize, ViAUInt32)
native declaration : visa.h:194- Parameters:
vi
- handle for instrument sessionspace
- type of address spaceoffset
- offset from base addresslength
- number of bytes to movebuf32
- 32-bit buffer- Returns:
- status of the operation
-
viMoveOut32
com.sun.jna.NativeLong viMoveOut32(com.sun.jna.NativeLong vi, short space, com.sun.jna.NativeLong offset, com.sun.jna.NativeLong length, com.sun.jna.ptr.NativeLongByReference buf32)
Original signature :ViStatus viMoveOut32(ViSession, ViUInt16, ViBusAddress, ViBusSize, ViAUInt32)
native declaration : visa.h:196- Parameters:
vi
- handle for instrument sessionspace
- type of address spaceoffset
- offset from base addresslength
- number of bytes to movebuf32
- 32-bit buffer- Returns:
- status of the operation
-
viMoveIn64
com.sun.jna.NativeLong viMoveIn64(com.sun.jna.NativeLong vi, short space, com.sun.jna.NativeLong offset, com.sun.jna.NativeLong length, VISANativeInterface.ViAUInt64 buf64)
Original signature :ViStatus viMoveIn64(ViSession, ViUInt16, ViBusAddress, ViBusSize, ViAUInt64)
native declaration : visa.h:200- Parameters:
vi
- handle for instrument sessionspace
- type of address spaceoffset
- offset from base addresslength
- number of bytes to movebuf64
- 64-bit buffer- Returns:
- status of the operation
-
viMoveOut64
com.sun.jna.NativeLong viMoveOut64(com.sun.jna.NativeLong vi, short space, com.sun.jna.NativeLong offset, com.sun.jna.NativeLong length, VISANativeInterface.ViAUInt64 buf64)
Original signature :ViStatus viMoveOut64(ViSession, ViUInt16, ViBusAddress, ViBusSize, ViAUInt64)
native declaration : visa.h:202- Parameters:
vi
- handle for instrument sessionspace
- type of address spaceoffset
- offset from base addresslength
- number of bytes to movebuf64
- 64-bit buffer- Returns:
- status of the operation
-
viMoveIn8Ex
com.sun.jna.NativeLong viMoveIn8Ex(com.sun.jna.NativeLong vi, short space, VISANativeInterface.ViBusAddress64 offset, com.sun.jna.NativeLong length, java.nio.ByteBuffer buf8)
Original signature :ViStatus viMoveIn8Ex(ViSession, ViUInt16, ViBusAddress64, ViBusSize, ViAUInt8)
native declaration : visa.h:205- Parameters:
vi
- handle for instrument sessionspace
- type of address spaceoffset
- offset from base addresslength
- number of bytes to movebuf8
- 8-bit buffer- Returns:
- status of the operation
-
viMoveOut8Ex
com.sun.jna.NativeLong viMoveOut8Ex(com.sun.jna.NativeLong vi, short space, VISANativeInterface.ViBusAddress64 offset, com.sun.jna.NativeLong length, java.nio.ByteBuffer buf8)
Original signature :ViStatus viMoveOut8Ex(ViSession, ViUInt16, ViBusAddress64, ViBusSize, ViAUInt8)
native declaration : visa.h:207- Parameters:
vi
- handle for instrument sessionspace
- type of address spaceoffset
- offset from base addresslength
- number of bytes to movebuf8
- 8-bit buffer- Returns:
- status of the operation
-
viMoveIn16Ex
com.sun.jna.NativeLong viMoveIn16Ex(com.sun.jna.NativeLong vi, short space, VISANativeInterface.ViBusAddress64 offset, com.sun.jna.NativeLong length, java.nio.ShortBuffer buf16)
Original signature :ViStatus viMoveIn16Ex(ViSession, ViUInt16, ViBusAddress64, ViBusSize, ViAUInt16)
native declaration : visa.h:209- Parameters:
vi
- handle for instrument sessionspace
- type of address spaceoffset
- offset from base addresslength
- number of bytes to movebuf16
- 16-bit buffer- Returns:
- status of the operation
-
viMoveOut16Ex
com.sun.jna.NativeLong viMoveOut16Ex(com.sun.jna.NativeLong vi, short space, VISANativeInterface.ViBusAddress64 offset, com.sun.jna.NativeLong length, java.nio.ShortBuffer buf16)
Original signature :ViStatus viMoveOut16Ex(ViSession, ViUInt16, ViBusAddress64, ViBusSize, ViAUInt16)
native declaration : visa.h:211- Parameters:
vi
- handle for instrument sessionspace
- type of address spaceoffset
- offset from base addresslength
- number of bytes to movebuf16
- 16-bit buffer- Returns:
- status of the operation
-
viMoveIn32Ex
com.sun.jna.NativeLong viMoveIn32Ex(com.sun.jna.NativeLong vi, short space, VISANativeInterface.ViBusAddress64 offset, com.sun.jna.NativeLong length, com.sun.jna.ptr.NativeLongByReference buf32)
Original signature :ViStatus viMoveIn32Ex(ViSession, ViUInt16, ViBusAddress64, ViBusSize, ViAUInt32)
native declaration : visa.h:213- Parameters:
vi
- handle for instrument sessionspace
- type of address spaceoffset
- offset from base addresslength
- number of bytes to movebuf32
- 32-bit buffer- Returns:
- status of the operation
-
viMoveOut32Ex
com.sun.jna.NativeLong viMoveOut32Ex(com.sun.jna.NativeLong vi, short space, VISANativeInterface.ViBusAddress64 offset, com.sun.jna.NativeLong length, com.sun.jna.ptr.NativeLongByReference buf32)
Original signature :ViStatus viMoveOut32Ex(ViSession, ViUInt16, ViBusAddress64, ViBusSize, ViAUInt32)
native declaration : visa.h:215- Parameters:
vi
- handle for instrument sessionspace
- type of address spaceoffset
- offset from base addresslength
- number of bytes to movebuf32
- 32-bit buffer- Returns:
- status of the operation
-
viMoveIn64Ex
com.sun.jna.NativeLong viMoveIn64Ex(com.sun.jna.NativeLong vi, short space, VISANativeInterface.ViBusAddress64 offset, com.sun.jna.NativeLong length, VISANativeInterface.ViAUInt64 buf64)
Original signature :ViStatus viMoveIn64Ex(ViSession, ViUInt16, ViBusAddress64, ViBusSize, ViAUInt64)
native declaration : visa.h:217- Parameters:
vi
- handle for instrument sessionspace
- type of address spaceoffset
- offset from base addresslength
- number of bytes to movebuf64
- 64-bit buffer- Returns:
- status of the operation
-
viMoveOut64Ex
com.sun.jna.NativeLong viMoveOut64Ex(com.sun.jna.NativeLong vi, short space, VISANativeInterface.ViBusAddress64 offset, com.sun.jna.NativeLong length, VISANativeInterface.ViAUInt64 buf64)
Original signature :ViStatus viMoveOut64Ex(ViSession, ViUInt16, ViBusAddress64, ViBusSize, ViAUInt64)
native declaration : visa.h:219- Parameters:
vi
- handle for instrument sessionspace
- type of address spaceoffset
- offset from base addresslength
- number of bytes to movebuf64
- 64-bit buffer- Returns:
- status of the operation
-
viMove
com.sun.jna.NativeLong viMove(com.sun.jna.NativeLong vi, short srcSpace, com.sun.jna.NativeLong srcOffset, short srcWidth, short destSpace, com.sun.jna.NativeLong destOffset, short destWidth, com.sun.jna.NativeLong srcLength)
Original signature :ViStatus viMove(ViSession, ViUInt16, ViBusAddress, ViUInt16, ViUInt16, ViBusAddress, ViUInt16, ViBusSize)
native declaration : visa.h:223- Parameters:
vi
- handle for instrument sessionsrcSpace
- type of source address spacesrcOffset
- offset from source base addresssrcWidth
- data width of source elementdestSpace
- type of destination address spacedestOffset
- offset from destination base addressdestWidth
- data width of destination elementsrcLength
- number of bytes to move- Returns:
- status of the operation
-
viMoveAsync
com.sun.jna.NativeLong viMoveAsync(com.sun.jna.NativeLong vi, short srcSpace, com.sun.jna.NativeLong srcOffset, short srcWidth, short destSpace, com.sun.jna.NativeLong destOffset, short destWidth, com.sun.jna.NativeLong srcLength, com.sun.jna.ptr.NativeLongByReference jobId)
Original signature :ViStatus viMoveAsync(ViSession, ViUInt16, ViBusAddress, ViUInt16, ViUInt16, ViBusAddress, ViUInt16, ViBusSize, ViPJobId)
native declaration : visa.h:227- Parameters:
vi
- handle for instrument sessionsrcSpace
- type of source address spacesrcOffset
- offset from source base addresssrcWidth
- data width of source elementdestSpace
- type of destination address spacedestOffset
- offset from destination base addressdestWidth
- data width of destination elementsrcLength
- number of bytes to movejobId
- job identifier- Returns:
- status of the operation
-
viMoveEx
com.sun.jna.NativeLong viMoveEx(com.sun.jna.NativeLong vi, short srcSpace, VISANativeInterface.ViBusAddress64 srcOffset, short srcWidth, short destSpace, VISANativeInterface.ViBusAddress64 destOffset, short destWidth, com.sun.jna.NativeLong srcLength)
Original signature :ViStatus viMoveEx(ViSession, ViUInt16, ViBusAddress64, ViUInt16, ViUInt16, ViBusAddress64, ViUInt16, ViBusSize)
native declaration : visa.h:233- Parameters:
vi
- handle for instrument sessionsrcSpace
- type of source address spacesrcOffset
- offset from source base addresssrcWidth
- data width of source elementdestSpace
- type of destination address spacedestOffset
- offset from destination base addressdestWidth
- data width of destination elementsrcLength
- number of bytes to move- Returns:
- status of the operation
-
viMoveAsyncEx
com.sun.jna.NativeLong viMoveAsyncEx(com.sun.jna.NativeLong vi, short srcSpace, VISANativeInterface.ViBusAddress64 srcOffset, short srcWidth, short destSpace, VISANativeInterface.ViBusAddress64 destOffset, short destWidth, com.sun.jna.NativeLong srcLength, com.sun.jna.ptr.NativeLongByReference jobId)
Original signature :ViStatus viMoveAsyncEx(ViSession, ViUInt16, ViBusAddress64, ViUInt16, ViUInt16, ViBusAddress64, ViUInt16, ViBusSize, ViPJobId)
native declaration : visa.h:237- Parameters:
vi
- handle for instrument sessionsrcSpace
- type of source address spacesrcOffset
- offset from source base addresssrcWidth
- data width of source elementdestSpace
- type of destination address spacedestOffset
- offset from destination base addressdestWidth
- data width of destination elementsrcLength
- number of bytes to movejobId
- job identifier- Returns:
- status of the operation
-
viMapAddress
com.sun.jna.NativeLong viMapAddress(com.sun.jna.NativeLong vi, short mapSpace, com.sun.jna.NativeLong mapOffset, com.sun.jna.NativeLong mapSize, short access, com.sun.jna.Pointer suggested, com.sun.jna.ptr.PointerByReference address)
Original signature :ViStatus viMapAddress(ViSession, ViUInt16, ViBusAddress, ViBusSize, ViBoolean, ViAddr, ViPAddr)
native declaration : visa.h:243- Parameters:
vi
- handle for instrument sessionmapSpace
- address space to mapmapOffset
- address offsetmapSize
- memory size to mapaccess
- always 0suggested
- suggested address to map toaddress
- address space was mapped to this address- Returns:
- status of the operation
-
viUnmapAddress
com.sun.jna.NativeLong viUnmapAddress(com.sun.jna.NativeLong vi)
Original signature :ViStatus viUnmapAddress(ViSession)
native declaration : visa.h:246- Parameters:
vi
- handle for instrument session- Returns:
- status of the operation
-
viMapAddressEx
com.sun.jna.NativeLong viMapAddressEx(com.sun.jna.NativeLong vi, short mapSpace, VISANativeInterface.ViBusAddress64 mapOffset, com.sun.jna.NativeLong mapSize, short access, com.sun.jna.Pointer suggested, com.sun.jna.ptr.PointerByReference address)
Original signature :ViStatus viMapAddressEx(ViSession, ViUInt16, ViBusAddress64, ViBusSize, ViBoolean, ViAddr, ViPAddr)
native declaration : visa.h:249- Parameters:
vi
- handle for instrument sessionmapSpace
- address space to mapmapOffset
- address offsetmapSize
- memory size to mapaccess
- always 0suggested
- suggested address to map toaddress
- address space was mapped to this address- Returns:
- status of the operation
-
viPeek8
void viPeek8(com.sun.jna.NativeLong vi, com.sun.jna.Pointer address, java.nio.ByteBuffer val8)
Original signature :void viPeek8(ViSession, ViAddr, ViPUInt8)
native declaration : visa.h:254- Parameters:
vi
- handle for instrument sessionaddress
- memory mapped addressval8
- 8-bit value
-
viPoke8
void viPoke8(com.sun.jna.NativeLong vi, com.sun.jna.Pointer address, byte val8)
Original signature :void viPoke8(ViSession, ViAddr, ViUInt8)
native declaration : visa.h:255- Parameters:
vi
- handle for instrument sessionaddress
- memory mapped addressval8
- 8-bit value
-
viPeek16
void viPeek16(com.sun.jna.NativeLong vi, com.sun.jna.Pointer address, java.nio.ShortBuffer val16)
Original signature :void viPeek16(ViSession, ViAddr, ViPUInt16)
native declaration : visa.h:256- Parameters:
vi
- handle for instrument sessionaddress
- memory mapped addressval16
- 16-bit value
-
viPoke16
void viPoke16(com.sun.jna.NativeLong vi, com.sun.jna.Pointer address, short val16)
Original signature :void viPoke16(ViSession, ViAddr, ViUInt16)
native declaration : visa.h:257- Parameters:
vi
- handle for instrument sessionaddress
- memory mapped addressval16
- 16-bit value
-
viPeek32
void viPeek32(com.sun.jna.NativeLong vi, com.sun.jna.Pointer address, com.sun.jna.ptr.NativeLongByReference val32)
Original signature :void viPeek32(ViSession, ViAddr, ViPUInt32)
native declaration : visa.h:258- Parameters:
vi
- handle for instrument sessionaddress
- memory mapped addressval32
- 32-bit value
-
viPoke32
void viPoke32(com.sun.jna.NativeLong vi, com.sun.jna.Pointer address, com.sun.jna.NativeLong val32)
Original signature :void viPoke32(ViSession, ViAddr, ViUInt32)
native declaration : visa.h:259- Parameters:
vi
- handle for instrument sessionaddress
- memory mapped addressval32
- 32-bit value
-
viPeek64
void viPeek64(com.sun.jna.NativeLong vi, com.sun.jna.Pointer address, VISANativeInterface.ViPUInt64 val64)
Original signature :void viPeek64(ViSession, ViAddr, ViPUInt64)
native declaration : visa.h:262- Parameters:
vi
- handle for instrument sessionaddress
- memory mapped addressval64
- 64-bit value
-
viPoke64
void viPoke64(com.sun.jna.NativeLong vi, com.sun.jna.Pointer address, VISANativeInterface.ViUInt64 val64)
Original signature :void viPoke64(ViSession, ViAddr, ViUInt64)
native declaration : visa.h:263- Parameters:
vi
- handle for instrument sessionaddress
- memory mapped addressval64
- 64-bit value
-
viMemAlloc
com.sun.jna.NativeLong viMemAlloc(com.sun.jna.NativeLong vi, com.sun.jna.NativeLong size, com.sun.jna.ptr.NativeLongByReference offset)
- Shared Memory Operations ------------------------------------------------
Original signature :ViStatus viMemAlloc(ViSession, ViBusSize, ViPBusAddress)
native declaration : visa.h:268- Parameters:
vi
- handle for instrument sessionsize
- number of bytes to allocateoffset
- offset from base address- Returns:
- status of the operation
-
viMemFree
com.sun.jna.NativeLong viMemFree(com.sun.jna.NativeLong vi, com.sun.jna.NativeLong offset)
Original signature :ViStatus viMemFree(ViSession, ViBusAddress)
native declaration : visa.h:269- Parameters:
vi
- handle for instrument sessionoffset
- offset from base address- Returns:
- status of the operation
-
viMemAllocEx
com.sun.jna.NativeLong viMemAllocEx(com.sun.jna.NativeLong vi, com.sun.jna.NativeLong size, VISANativeInterface.ViPBusAddress64 offset)
Original signature :ViStatus viMemAllocEx(ViSession, ViBusSize, ViPBusAddress64)
native declaration : visa.h:272- Parameters:
vi
- handle for instrument sessionsize
- number of bytes to allocateoffset
- offset from base address- Returns:
- status of the operation
-
viMemFreeEx
com.sun.jna.NativeLong viMemFreeEx(com.sun.jna.NativeLong vi, VISANativeInterface.ViBusAddress64 offset)
Original signature :ViStatus viMemFreeEx(ViSession, ViBusAddress64)
native declaration : visa.h:273- Parameters:
vi
- handle for instrument sessionoffset
- offset from base address- Returns:
- status of the operation
-
viGpibControlREN
com.sun.jna.NativeLong viGpibControlREN(com.sun.jna.NativeLong vi, short mode)
- Interface Specific Operations -------------------------------------------
Original signature :ViStatus viGpibControlREN(ViSession, ViUInt16)
native declaration : visa.h:278- Parameters:
vi
- handle for instrument sessionmode
- REN mode (state and optional commands, for example GoToLocal)- Returns:
- status of the operation
-
viGpibControlATN
com.sun.jna.NativeLong viGpibControlATN(com.sun.jna.NativeLong vi, short mode)
Original signature :ViStatus viGpibControlATN(ViSession, ViUInt16)
native declaration : visa.h:279- Parameters:
vi
- handle for instrument sessionmode
- mode of ATN line- Returns:
- status of the operation
-
viGpibSendIFC
com.sun.jna.NativeLong viGpibSendIFC(com.sun.jna.NativeLong vi)
Original signature :ViStatus viGpibSendIFC(ViSession)
native declaration : visa.h:280- Parameters:
vi
- handle for instrument session- Returns:
- status of the operation
-
viGpibCommand
com.sun.jna.NativeLong viGpibCommand(com.sun.jna.NativeLong vi, java.nio.ByteBuffer cmd, com.sun.jna.NativeLong cnt, com.sun.jna.ptr.NativeLongByReference retCnt)
Original signature :ViStatus viGpibCommand(ViSession, ViBuf, ViUInt32, ViPUInt32)
native declaration : visa.h:281- Parameters:
vi
- handle for instrument sessioncmd
- GPIB commandcnt
- number of bytes in commandretCnt
- number of bytes sent- Returns:
- status of the operation
-
viGpibPassControl
com.sun.jna.NativeLong viGpibPassControl(com.sun.jna.NativeLong vi, short primAddr, short secAddr)
Original signature :ViStatus viGpibPassControl(ViSession, ViUInt16, ViUInt16)
native declaration : visa.h:282- Parameters:
vi
- handle for instrument sessionprimAddr
- primary GPIB addresssecAddr
- secondary GPIB address- Returns:
- status of the operation
-
viVxiCommandQuery
com.sun.jna.NativeLong viVxiCommandQuery(com.sun.jna.NativeLong vi, short mode, com.sun.jna.NativeLong cmd, com.sun.jna.ptr.NativeLongByReference response)
Original signature :ViStatus viVxiCommandQuery(ViSession, ViUInt16, ViUInt32, ViPUInt32)
native declaration : visa.h:284- Parameters:
vi
- handle for instrument sessionmode
- query modecmd
- VXI commandresponse
- VXI response- Returns:
- status of the operation
-
viAssertUtilSignal
com.sun.jna.NativeLong viAssertUtilSignal(com.sun.jna.NativeLong vi, short line)
Original signature :ViStatus viAssertUtilSignal(ViSession, ViUInt16)
native declaration : visa.h:286- Parameters:
vi
- handle for instrument sessionline
- signal line identifier- Returns:
- status of the operation
-
viAssertIntrSignal
com.sun.jna.NativeLong viAssertIntrSignal(com.sun.jna.NativeLong vi, short mode, com.sun.jna.NativeLong statusID)
Original signature :ViStatus viAssertIntrSignal(ViSession, ViInt16, ViUInt32)
native declaration : visa.h:287- Parameters:
vi
- handle for instrument sessionmode
- signal identifierstatusID
- signal status- Returns:
- status of the operation
-
viMapTrigger
com.sun.jna.NativeLong viMapTrigger(com.sun.jna.NativeLong vi, short trigSrc, short trigDest, short mode)
Original signature :ViStatus viMapTrigger(ViSession, ViInt16, ViInt16, ViUInt16)
native declaration : visa.h:288- Parameters:
vi
- handle for instrument sessiontrigSrc
- trigger sourcetrigDest
- trigger destinationmode
- mapping mode- Returns:
- status of the operation
-
viUnmapTrigger
com.sun.jna.NativeLong viUnmapTrigger(com.sun.jna.NativeLong vi, short trigSrc, short trigDest)
Original signature :ViStatus viUnmapTrigger(ViSession, ViInt16, ViInt16)
native declaration : visa.h:290- Parameters:
vi
- handle for instrument sessiontrigSrc
- trigger sourcetrigDest
- trigger destination- Returns:
- status of the operation
-
viUsbControlOut
com.sun.jna.NativeLong viUsbControlOut(com.sun.jna.NativeLong vi, short bmRequestType, short bRequest, short wValue, short wIndex, short wLength, java.nio.ByteBuffer buf)
Original signature :ViStatus viUsbControlOut(ViSession, ViInt16, ViInt16, ViUInt16, ViUInt16, ViUInt16, ViBuf)
native declaration : visa.h:291- Parameters:
vi
- handle for instrument sessionbmRequestType
- request type parameter of setup stagebRequest
- request parameter of setup stagewValue
- wValue parameter of setup stagewIndex
- wIndex parameter of setup stagewLength
- wLength parameter of setup stagebuf
- transmit buffer used by control transfer (if wLength > 0)- Returns:
- status of the operation
-
viUsbControlIn
com.sun.jna.NativeLong viUsbControlIn(com.sun.jna.NativeLong vi, short bmRequestType, short bRequest, short wValue, short wIndex, short wLength, java.nio.ByteBuffer buf, java.nio.ShortBuffer retCnt)
Original signature :ViStatus viUsbControlIn(ViSession, ViInt16, ViInt16, ViUInt16, ViUInt16, ViUInt16, ViPBuf, ViPUInt16)
native declaration : visa.h:294- Parameters:
vi
- handle for instrument sessionbmRequestType
- request type parameter of setup stagebRequest
- request parameter of setup stagewValue
- wValue parameter of setup stagewIndex
- wIndex parameter of setup stagewLength
- wLength parameter of setup stagebuf
- receive buffer used by control transfer (if wLength > 0)retCnt
- number of bytes received- Returns:
- status of the operation
-
viPxiReserveTriggers
com.sun.jna.NativeLong viPxiReserveTriggers(com.sun.jna.NativeLong vi, short cnt, java.nio.ShortBuffer trigBuses, java.nio.ShortBuffer trigLines, java.nio.ShortBuffer failureIndex)
Original signature :ViStatus viPxiReserveTriggers(ViSession, ViInt16, ViAInt16, ViAInt16, ViPInt16)
native declaration : visa.h:297- Parameters:
vi
- handle for instrument sessioncnt
- number of triggers to reservetrigBuses
- list of trigger busestrigLines
- list of trigger linesfailureIndex
- failure index- Returns:
- status of the operation
-
-