Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- addEventHandler(JVisaEventHandler) - Method in class xyz.froud.jvisa.JVisaInstrument
C
- CALLBACK - Variable in class xyz.froud.jvisa.eventhandling.JVisaEventHandler
- clear() - Method in class xyz.froud.jvisa.JVisaInstrument
-
Clears the device input and output buffers.
- CLEAR - Enum constant in enum xyz.froud.jvisa.eventhandling.JVisaEventType
- close() - Method in class xyz.froud.jvisa.JVisaInstrument
-
Closes an instrument session.
- close() - Method in class xyz.froud.jvisa.JVisaResourceManager
-
Closes the resource manager.
D
- disableEvent(JVisaEventType) - Method in class xyz.froud.jvisa.JVisaInstrument
- discardEvents(JVisaEventType) - Method in class xyz.froud.jvisa.JVisaInstrument
- DTR_DSR - Enum constant in enum xyz.froud.jvisa.SerialFlowControl
E
- enableEvent(JVisaEventType) - Method in class xyz.froud.jvisa.JVisaInstrument
- EVEN - Enum constant in enum xyz.froud.jvisa.SerialParity
- EVENT_TYPE - Variable in class xyz.froud.jvisa.eventhandling.JVisaEventHandler
- EXCEPTION - Enum constant in enum xyz.froud.jvisa.eventhandling.JVisaEventType
F
- findResources() - Method in class xyz.froud.jvisa.JVisaResourceManager
-
Search for connected VISA resources (without filtering).
- findResources(String) - Method in class xyz.froud.jvisa.JVisaResourceManager
-
Search for connected VISA resources with a filter on the resource name.
G
- getAttributeBytes(int) - Method in class xyz.froud.jvisa.JVisaInstrument
- getAttributeBytes(int, int) - Method in class xyz.froud.jvisa.JVisaInstrument
- getAttributeString(int) - Method in class xyz.froud.jvisa.JVisaInstrument
- getAttributeString(int, int) - Method in class xyz.froud.jvisa.JVisaInstrument
- getInstrumentAlias(String) - Method in class xyz.froud.jvisa.JVisaResourceManager
-
Returns the alias for a resource.
- getManufacturerName() - Method in class xyz.froud.jvisa.JVisaInstrument
- getModelName() - Method in class xyz.froud.jvisa.JVisaInstrument
- getReadTerminationCharacter() - Method in class xyz.froud.jvisa.JVisaInstrument
-
VI_ATTR_TERMCHAR is the termination character.
- getUsbSerialNumber() - Method in class xyz.froud.jvisa.JVisaInstrument
- getWriteTerminator() - Method in class xyz.froud.jvisa.JVisaInstrument
- GPIB_CIC - Enum constant in enum xyz.froud.jvisa.eventhandling.JVisaEventType
- GPIB_LISTEN - Enum constant in enum xyz.froud.jvisa.eventhandling.JVisaEventType
- GPIB_TALK - Enum constant in enum xyz.froud.jvisa.eventhandling.JVisaEventType
I
- invoke(NativeLong, NativeLong, NativeLong, Pointer) - Method in interface xyz.froud.jvisa.eventhandling.JVisaEventCallback
-
Original signature:
ViStatus viEventHandler(ViSession vi, ViEventType eventType, ViEvent context, ViAddr userHandle) - IO_COMPLETION - Enum constant in enum xyz.froud.jvisa.eventhandling.JVisaEventType
- isReadTerminationCharacterEnabled() - Method in class xyz.froud.jvisa.JVisaInstrument
J
- JVisaEventCallback - Interface in xyz.froud.jvisa.eventhandling
-
Interface with a method which may be called asynchronously.
- JVisaEventHandler - Class in xyz.froud.jvisa.eventhandling
-
Container for event type, callback, and user data.
- JVisaEventHandler(JVisaEventType, JVisaEventCallback) - Constructor for class xyz.froud.jvisa.eventhandling.JVisaEventHandler
- JVisaEventHandler(JVisaEventType, JVisaEventCallback, String) - Constructor for class xyz.froud.jvisa.eventhandling.JVisaEventHandler
- JVisaEventType - Enum in xyz.froud.jvisa.eventhandling
- JVisaException - Exception in xyz.froud.jvisa
-
Exception for VISA operations.
- JVisaException(long, String, String) - Constructor for exception xyz.froud.jvisa.JVisaException
- JVisaException(String) - Constructor for exception xyz.froud.jvisa.JVisaException
- JVisaException(String, Throwable) - Constructor for exception xyz.froud.jvisa.JVisaException
- JVisaInstrument - Class in xyz.froud.jvisa
-
Represents a Visa instrument.
- JVisaInstrument(JVisaResourceManager, NativeLongByReference, String) - Constructor for class xyz.froud.jvisa.JVisaInstrument
- JVisaLibrary - Interface in xyz.froud.jvisa
-
JNI wrapper for
visa.h. - JVisaLibrary.ViAUInt64 - Class in xyz.froud.jvisa
- JVisaLibrary.ViBusAddress64 - Class in xyz.froud.jvisa
- JVisaLibrary.ViPBusAddress64 - Class in xyz.froud.jvisa
- JVisaLibrary.ViPUInt64 - Class in xyz.froud.jvisa
- JVisaLibrary.ViUInt64 - Class in xyz.froud.jvisa
- JVisaLibrary.ViVAList - Class in xyz.froud.jvisa
- JVisaResourceManager - Class in xyz.froud.jvisa
-
The Visa resource manager "scans the system to find all the devices connected to it through the various interface buses and then controls the access to them."
- JVisaResourceManager() - Constructor for class xyz.froud.jvisa.JVisaResourceManager
-
Creates a session for a default resource manager.
- JVisaResourceManager(String) - Constructor for class xyz.froud.jvisa.JVisaResourceManager
-
Creates a session for a default resource manager.
- JVisaUtils - Class in xyz.froud.jvisa
-
Contains static utility functions.
- JVisaUtils() - Constructor for class xyz.froud.jvisa.JVisaUtils
M
- MARK - Enum constant in enum xyz.froud.jvisa.SerialParity
N
- NONE - Enum constant in enum xyz.froud.jvisa.SerialFlowControl
- NONE - Enum constant in enum xyz.froud.jvisa.SerialParity
O
- ODD - Enum constant in enum xyz.froud.jvisa.SerialParity
- ONE - Enum constant in enum xyz.froud.jvisa.SerialStopBits
- ONE_AND_A_HALF - Enum constant in enum xyz.froud.jvisa.SerialStopBits
- openInstrument(String) - Method in class xyz.froud.jvisa.JVisaResourceManager
-
Opens an instrument session.
P
- parseInt(int) - Static method in enum xyz.froud.jvisa.eventhandling.JVisaEventType
- parseInt(int) - Static method in enum xyz.froud.jvisa.SerialFlowControl
- parseInt(int) - Static method in enum xyz.froud.jvisa.SerialParity
- parseInt(int) - Static method in enum xyz.froud.jvisa.SerialStopBits
- PXI_INTR - Enum constant in enum xyz.froud.jvisa.eventhandling.JVisaEventType
Q
- queryBinaryBlock(String) - Method in class xyz.froud.jvisa.JVisaInstrument
- queryBytes(String) - Method in class xyz.froud.jvisa.JVisaInstrument
-
Sends a command and receives its response.
- queryBytes(String, int) - Method in class xyz.froud.jvisa.JVisaInstrument
-
Sends a command and receives its response.
- queryString(String) - Method in class xyz.froud.jvisa.JVisaInstrument
-
Sends a command and receives its response.
- queryString(String, int) - Method in class xyz.froud.jvisa.JVisaInstrument
-
Sends a command and receives its response.
R
- readBinaryBlock() - Method in class xyz.froud.jvisa.JVisaInstrument
- readBytes(int) - Method in class xyz.froud.jvisa.JVisaInstrument
-
Reads data from the instrument, e.g.
- readString() - Method in class xyz.froud.jvisa.JVisaInstrument
-
reads a string from the instrument, usually a command response.
- readString(int) - Method in class xyz.froud.jvisa.JVisaInstrument
-
Reads a string from the instrument, e.g.
- removeEventHandler(JVisaEventHandler) - Method in class xyz.froud.jvisa.JVisaInstrument
- RESOURCE_NAME - Variable in class xyz.froud.jvisa.JVisaInstrument
- RTS_CTS - Enum constant in enum xyz.froud.jvisa.SerialFlowControl
S
- SerialFlowControl - Enum in xyz.froud.jvisa
-
Flow control for a serial port.
- SerialParity - Enum in xyz.froud.jvisa
-
Parity for a serial port.
- SerialStopBits - Enum in xyz.froud.jvisa
-
Stop bits for a serial port.
- SERVICE_REQ - Enum constant in enum xyz.froud.jvisa.eventhandling.JVisaEventType
- setAttribute(int, long) - Method in class xyz.froud.jvisa.JVisaInstrument
- setReadTerminationCharacter(char) - Method in class xyz.froud.jvisa.JVisaInstrument
-
VI_ATTR_TERMCHAR is the termination character.
- setReadTerminationCharacterEnabled(boolean) - Method in class xyz.froud.jvisa.JVisaInstrument
-
VI_ATTR_TERMCHAR_EN is a flag that determines whether the read operation should terminate when a termination character is received.
- setSerialBaudRate(int) - Method in class xyz.froud.jvisa.JVisaInstrument
- setSerialDataBits(int) - Method in class xyz.froud.jvisa.JVisaInstrument
- setSerialFlowControl(SerialFlowControl) - Method in class xyz.froud.jvisa.JVisaInstrument
- setSerialParity(SerialParity) - Method in class xyz.froud.jvisa.JVisaInstrument
- setSerialStopBits(SerialStopBits) - Method in class xyz.froud.jvisa.JVisaInstrument
- setTimeout(long) - Method in class xyz.froud.jvisa.JVisaInstrument
- setWriteTerminator(String) - Method in class xyz.froud.jvisa.JVisaInstrument
-
Specify a string which will be appended to all commands sent to the instrument, or null to not append a terminator.
- SPACE - Enum constant in enum xyz.froud.jvisa.SerialParity
T
- TCPIP_CONNECT - Enum constant in enum xyz.froud.jvisa.eventhandling.JVisaEventType
- TRIG - Enum constant in enum xyz.froud.jvisa.eventhandling.JVisaEventType
- TWO - Enum constant in enum xyz.froud.jvisa.SerialStopBits
U
- USB_INTR - Enum constant in enum xyz.froud.jvisa.eventhandling.JVisaEventType
- USER_DATA - Variable in class xyz.froud.jvisa.eventhandling.JVisaEventHandler
V
- VALUE - Variable in enum xyz.froud.jvisa.eventhandling.JVisaEventType
- VALUE - Variable in enum xyz.froud.jvisa.SerialFlowControl
- VALUE - Variable in enum xyz.froud.jvisa.SerialParity
- VALUE - Variable in enum xyz.froud.jvisa.SerialStopBits
- valueOf(String) - Static method in enum xyz.froud.jvisa.eventhandling.JVisaEventType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum xyz.froud.jvisa.SerialFlowControl
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum xyz.froud.jvisa.SerialParity
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum xyz.froud.jvisa.SerialStopBits
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum xyz.froud.jvisa.eventhandling.JVisaEventType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum xyz.froud.jvisa.SerialFlowControl
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum xyz.froud.jvisa.SerialParity
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum xyz.froud.jvisa.SerialStopBits
-
Returns an array containing the constants of this enum type, in the order they are declared.
- VI_A16_SPACE - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_A24_SPACE - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_A32_SPACE - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_A64_SPACE - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_ALL_ENABLED_EVENTS - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_ALL_MECH - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_ANY_HNDLR - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_ASRL_END_BREAK - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_ASRL_END_LAST_BIT - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_ASRL_END_NONE - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_ASRL_END_TERMCHAR - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_ASRL_FLOW_DTR_DSR - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_ASRL_FLOW_NONE - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_ASRL_FLOW_RTS_CTS - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_ASRL_FLOW_XON_XOFF - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_ASRL_IN_BUF - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_ASRL_IN_BUF_DISCARD - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_ASRL_OUT_BUF - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_ASRL_OUT_BUF_DISCARD - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_ASRL_PAR_EVEN - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_ASRL_PAR_MARK - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_ASRL_PAR_NONE - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_ASRL_PAR_ODD - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_ASRL_PAR_SPACE - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_ASRL_STOP_ONE - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_ASRL_STOP_ONE5 - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_ASRL_STOP_TWO - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_ASRL488 - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_ASSERT_IRQ1 - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_ASSERT_IRQ2 - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_ASSERT_IRQ3 - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_ASSERT_IRQ4 - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_ASSERT_IRQ5 - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_ASSERT_IRQ6 - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_ASSERT_IRQ7 - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_ASSERT_SIGNAL - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_ASSERT_USE_ASSIGNED - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_ATTR_4882_COMPLIANT - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_ATTR_ASRL_AVAIL_NUM - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_ATTR_ASRL_BAUD - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_ATTR_ASRL_CTS_STATE - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_ATTR_ASRL_DATA_BITS - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_ATTR_ASRL_DCD_STATE - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_ATTR_ASRL_DSR_STATE - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_ATTR_ASRL_DTR_STATE - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_ATTR_ASRL_END_IN - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_ATTR_ASRL_END_OUT - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_ATTR_ASRL_FLOW_CNTRL - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_ATTR_ASRL_PARITY - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_ATTR_ASRL_REPLACE_CHAR - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_ATTR_ASRL_RI_STATE - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_ATTR_ASRL_RTS_STATE - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_ATTR_ASRL_STOP_BITS - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_ATTR_ASRL_XOFF_CHAR - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_ATTR_ASRL_XON_CHAR - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_ATTR_BUFFER - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_ATTR_CMDR_LA - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_ATTR_DEST_ACCESS_PRIV - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_ATTR_DEST_BYTE_ORDER - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_ATTR_DEST_INCREMENT - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_ATTR_DEV_STATUS_BYTE - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_ATTR_DMA_ALLOW_EN - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_ATTR_EVENT_TYPE - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_ATTR_FDC_CHNL - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_ATTR_FDC_GEN_SIGNAL_EN - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_ATTR_FDC_MODE - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_ATTR_FDC_USE_PAIR - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_ATTR_FILE_APPEND_EN - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_ATTR_GPIB_ADDR_STATE - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_ATTR_GPIB_ATN_STATE - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_ATTR_GPIB_CIC_STATE - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_ATTR_GPIB_HS488_CBL_LEN - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_ATTR_GPIB_NDAC_STATE - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_ATTR_GPIB_PRIMARY_ADDR - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_ATTR_GPIB_READDR_EN - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_ATTR_GPIB_RECV_CIC_STATE - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_ATTR_GPIB_REN_STATE - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_ATTR_GPIB_SECONDARY_ADDR - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_ATTR_GPIB_SRQ_STATE - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_ATTR_GPIB_SYS_CNTRL_STATE - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_ATTR_GPIB_UNADDR_EN - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_ATTR_IMMEDIATE_SERV - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_ATTR_INTF_INST_NAME - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_ATTR_INTF_NUM - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_ATTR_INTF_PARENT_NUM - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_ATTR_INTF_TYPE - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_ATTR_INTR_STATUS_ID - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_ATTR_IO_PROT - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_ATTR_JOB_ID - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_ATTR_MAINFRAME_LA - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_ATTR_MANF_ID - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_ATTR_MANF_NAME - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_ATTR_MAX_QUEUE_LENGTH - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_ATTR_MEM_BASE - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_ATTR_MEM_BASE_32 - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_ATTR_MEM_BASE_64 - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_ATTR_MEM_SIZE - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_ATTR_MEM_SIZE_32 - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_ATTR_MEM_SIZE_64 - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_ATTR_MEM_SPACE - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_ATTR_MODEL_CODE - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_ATTR_MODEL_NAME - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_ATTR_OPER_NAME - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_ATTR_PXI_ACTUAL_LWIDTH - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_ATTR_PXI_ALLOW_WRITE_COMBINE - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_ATTR_PXI_BUS_NUM - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_ATTR_PXI_CHASSIS - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_ATTR_PXI_DEST_TRIG_BUS - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_ATTR_PXI_DEV_NUM - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_ATTR_PXI_DSTAR_BUS - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_ATTR_PXI_DSTAR_SET - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_ATTR_PXI_FUNC_NUM - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_ATTR_PXI_IS_EXPRESS - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_ATTR_PXI_MAX_LWIDTH - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_ATTR_PXI_MEM_BASE_BAR0 - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_ATTR_PXI_MEM_BASE_BAR0_32 - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_ATTR_PXI_MEM_BASE_BAR0_64 - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_ATTR_PXI_MEM_BASE_BAR1 - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_ATTR_PXI_MEM_BASE_BAR1_32 - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_ATTR_PXI_MEM_BASE_BAR1_64 - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_ATTR_PXI_MEM_BASE_BAR2 - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_ATTR_PXI_MEM_BASE_BAR2_32 - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_ATTR_PXI_MEM_BASE_BAR2_64 - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_ATTR_PXI_MEM_BASE_BAR3 - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_ATTR_PXI_MEM_BASE_BAR3_32 - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_ATTR_PXI_MEM_BASE_BAR3_64 - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_ATTR_PXI_MEM_BASE_BAR4 - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_ATTR_PXI_MEM_BASE_BAR4_32 - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_ATTR_PXI_MEM_BASE_BAR4_64 - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_ATTR_PXI_MEM_BASE_BAR5 - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_ATTR_PXI_MEM_BASE_BAR5_32 - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_ATTR_PXI_MEM_BASE_BAR5_64 - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_ATTR_PXI_MEM_SIZE_BAR0 - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_ATTR_PXI_MEM_SIZE_BAR0_32 - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_ATTR_PXI_MEM_SIZE_BAR0_64 - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_ATTR_PXI_MEM_SIZE_BAR1 - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_ATTR_PXI_MEM_SIZE_BAR1_32 - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_ATTR_PXI_MEM_SIZE_BAR1_64 - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_ATTR_PXI_MEM_SIZE_BAR2 - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_ATTR_PXI_MEM_SIZE_BAR2_32 - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_ATTR_PXI_MEM_SIZE_BAR2_64 - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_ATTR_PXI_MEM_SIZE_BAR3 - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_ATTR_PXI_MEM_SIZE_BAR3_32 - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_ATTR_PXI_MEM_SIZE_BAR3_64 - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_ATTR_PXI_MEM_SIZE_BAR4 - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_ATTR_PXI_MEM_SIZE_BAR4_32 - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_ATTR_PXI_MEM_SIZE_BAR4_64 - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_ATTR_PXI_MEM_SIZE_BAR5 - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_ATTR_PXI_MEM_SIZE_BAR5_32 - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_ATTR_PXI_MEM_SIZE_BAR5_64 - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_ATTR_PXI_MEM_TYPE_BAR0 - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_ATTR_PXI_MEM_TYPE_BAR1 - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_ATTR_PXI_MEM_TYPE_BAR2 - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_ATTR_PXI_MEM_TYPE_BAR3 - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_ATTR_PXI_MEM_TYPE_BAR4 - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_ATTR_PXI_MEM_TYPE_BAR5 - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_ATTR_PXI_RECV_INTR_DATA - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_ATTR_PXI_RECV_INTR_SEQ - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_ATTR_PXI_SLOT_LBUS_LEFT - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_ATTR_PXI_SLOT_LBUS_RIGHT - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_ATTR_PXI_SLOT_LWIDTH - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_ATTR_PXI_SLOTPATH - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_ATTR_PXI_SRC_TRIG_BUS - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_ATTR_PXI_STAR_TRIG_BUS - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_ATTR_PXI_STAR_TRIG_LINE - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_ATTR_PXI_TRIG_BUS - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_ATTR_RD_BUF_OPER_MODE - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_ATTR_RD_BUF_SIZE - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_ATTR_RECV_INTR_LEVEL - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_ATTR_RECV_TCPIP_ADDR - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_ATTR_RECV_TRIG_ID - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_ATTR_RET_COUNT - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_ATTR_RET_COUNT_32 - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_ATTR_RM_SESSION - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_ATTR_RSRC_CLASS - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_ATTR_RSRC_IMPL_VERSION - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_ATTR_RSRC_LOCK_STATE - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_ATTR_RSRC_MANF_ID - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_ATTR_RSRC_MANF_NAME - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_ATTR_RSRC_NAME - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_ATTR_RSRC_SPEC_VERSION - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_ATTR_SEND_END_EN - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_ATTR_SIGP_STATUS_ID - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_ATTR_SLOT - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_ATTR_SRC_ACCESS_PRIV - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_ATTR_SRC_BYTE_ORDER - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_ATTR_SRC_INCREMENT - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_ATTR_STATUS - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_ATTR_SUPPRESS_END_EN - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_ATTR_TCPIP_ADDR - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_ATTR_TCPIP_DEVICE_NAME - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_ATTR_TCPIP_HISLIP_MAX_MESSAGE_KB - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_ATTR_TCPIP_HISLIP_OVERLAP_EN - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_ATTR_TCPIP_HISLIP_VERSION - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_ATTR_TCPIP_HOSTNAME - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_ATTR_TCPIP_IS_HISLIP - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_ATTR_TCPIP_KEEPALIVE - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_ATTR_TCPIP_NODELAY - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_ATTR_TCPIP_PORT - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_ATTR_TERMCHAR - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_ATTR_TERMCHAR_EN - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_ATTR_TMO_VALUE - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_ATTR_TRIG_ID - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_ATTR_USB_INTFC_NUM - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_ATTR_USB_MAX_INTR_SIZE - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_ATTR_USB_PROTOCOL - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_ATTR_USB_RECV_INTR_DATA - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_ATTR_USB_RECV_INTR_SIZE - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_ATTR_USB_SERIAL_NUM - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_ATTR_USER_DATA - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_ATTR_USER_DATA_32 - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_ATTR_VXI_DEV_CLASS - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_ATTR_VXI_LA - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_ATTR_VXI_TRIG_STATUS - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_ATTR_VXI_TRIG_SUPPORT - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_ATTR_VXI_VME_INTR_STATUS - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_ATTR_VXI_VME_SYSFAIL_STATE - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_ATTR_WIN_ACCESS - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_ATTR_WIN_ACCESS_PRIV - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_ATTR_WIN_BASE_ADDR - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_ATTR_WIN_BASE_ADDR_32 - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_ATTR_WIN_BASE_ADDR_64 - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_ATTR_WIN_BYTE_ORDER - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_ATTR_WIN_SIZE - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_ATTR_WIN_SIZE_32 - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_ATTR_WIN_SIZE_64 - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_ATTR_WR_BUF_OPER_MODE - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_ATTR_WR_BUF_SIZE - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_BIG_ENDIAN - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_BLCK_NPRIV - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_BLCK_PRIV - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_D64_2EVME - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_D64_NPRIV - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_D64_PRIV - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_D64_SST160 - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_D64_SST267 - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_D64_SST320 - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_DATA_NPRIV - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_DATA_PRIV - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_DEREF_ADDR - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_ERROR_ABORT - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_ERROR_ALLOC - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_ERROR_ASRL_FRAMING - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_ERROR_ASRL_OVERRUN - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_ERROR_ASRL_PARITY - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_ERROR_ATTR_READONLY - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_ERROR_BERR - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_ERROR_CLOSING_FAILED - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_ERROR_CONN_LOST - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_ERROR_FILE_ACCESS - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_ERROR_FILE_IO - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_ERROR_HNDLR_NINSTALLED - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_ERROR_IN_PROGRESS - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_ERROR_INP_PROT_VIOL - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_ERROR_INTF_NUM_NCONFIG - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_ERROR_INTR_PENDING - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_ERROR_INV_ACC_MODE - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_ERROR_INV_ACCESS_KEY - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_ERROR_INV_CONTEXT - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_ERROR_INV_DEGREE - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_ERROR_INV_EVENT - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_ERROR_INV_EXPR - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_ERROR_INV_FMT - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_ERROR_INV_HNDLR_REF - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_ERROR_INV_JOB_ID - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_ERROR_INV_LENGTH - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_ERROR_INV_LINE - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_ERROR_INV_LOCK_TYPE - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_ERROR_INV_MASK - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_ERROR_INV_MECH - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_ERROR_INV_MODE - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_ERROR_INV_OBJECT - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_ERROR_INV_OFFSET - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_ERROR_INV_PARAMETER - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_ERROR_INV_PROT - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_ERROR_INV_RSRC_NAME - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_ERROR_INV_SESSION - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_ERROR_INV_SETUP - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_ERROR_INV_SIZE - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_ERROR_INV_SPACE - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_ERROR_INV_WIDTH - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_ERROR_IO - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_ERROR_LIBRARY_NFOUND - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_ERROR_LINE_IN_USE - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_ERROR_MEM_NSHARED - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_ERROR_NCIC - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_ERROR_NENABLED - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_ERROR_NIMPL_OPER - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_ERROR_NLISTENERS - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_ERROR_NPERMISSION - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_ERROR_NSUP_ALIGN_OFFSET - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_ERROR_NSUP_ATTR - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_ERROR_NSUP_ATTR_STATE - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_ERROR_NSUP_FMT - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_ERROR_NSUP_INTR - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_ERROR_NSUP_LINE - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_ERROR_NSUP_MECH - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_ERROR_NSUP_MODE - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_ERROR_NSUP_OFFSET - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_ERROR_NSUP_OPER - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_ERROR_NSUP_VAR_WIDTH - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_ERROR_NSUP_WIDTH - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_ERROR_NSYS_CNTLR - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_ERROR_OUTP_PROT_VIOL - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_ERROR_QUEUE_ERROR - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_ERROR_RAW_RD_PROT_VIOL - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_ERROR_RAW_WR_PROT_VIOL - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_ERROR_RESP_PENDING - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_ERROR_RSRC_BUSY - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_ERROR_RSRC_LOCKED - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_ERROR_RSRC_NFOUND - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_ERROR_SESN_NLOCKED - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_ERROR_SRQ_NOCCURRED - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_ERROR_SYSTEM_ERROR - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_ERROR_TMO - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_ERROR_TRIG_NMAPPED - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_ERROR_USER_BUF - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_ERROR_WINDOW_MAPPED - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_ERROR_WINDOW_NMAPPED - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_EVENT_CLEAR - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_EVENT_EXCEPTION - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_EVENT_GPIB_CIC - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_EVENT_GPIB_LISTEN - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_EVENT_GPIB_TALK - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_EVENT_IO_COMPLETION - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_EVENT_PXI_INTR - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_EVENT_SERVICE_REQ - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_EVENT_TCPIP_CONNECT - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_EVENT_TRIG - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_EVENT_USB_INTR - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_EVENT_VXI_SIGP - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_EVENT_VXI_VME_INTR - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_EVENT_VXI_VME_SYSFAIL - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_EVENT_VXI_VME_SYSRESET - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_EXCLUSIVE_LOCK - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_FDC - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_FDC_NORMAL - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_FDC_STREAM - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_FIND_BUFLEN - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_FLUSH_DISABLE - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_FLUSH_ON_ACCESS - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_FLUSH_WHEN_FULL - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_GPIB_ATN_ASSERT - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_GPIB_ATN_ASSERT_IMMEDIATE - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_GPIB_ATN_DEASSERT - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_GPIB_ATN_DEASSERT_HANDSHAKE - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_GPIB_HS488_DISABLED - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_GPIB_HS488_NIMPL - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_GPIB_LISTENER - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_GPIB_REN_ADDRESS_GTL - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_GPIB_REN_ASSERT - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_GPIB_REN_ASSERT_ADDRESS - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_GPIB_REN_ASSERT_ADDRESS_LLO - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_GPIB_REN_ASSERT_LLO - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_GPIB_REN_DEASSERT - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_GPIB_REN_DEASSERT_GTL - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_GPIB_TALKER - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_GPIB_UNADDRESSED - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_HNDLR - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_HS488 - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_INFINITE - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_INTF_ASRL - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_INTF_GPIB - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_INTF_GPIB_VXI - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_INTF_PXI - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_INTF_TCPIP - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_INTF_USB - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_INTF_VXI - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_IO_IN_BUF - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_IO_IN_BUF_DISCARD - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_IO_OUT_BUF - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_IO_OUT_BUF_DISCARD - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_LITTLE_ENDIAN - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_LOAD_CONFIG - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_LOCAL_SPACE - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_NMAPPED - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_NO_LOCK - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_NO_SEC_ADDR - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_NORMAL - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_OPAQUE_SPACE - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_PROG_NPRIV - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_PROG_PRIV - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_PROT_4882_STRS - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_PROT_FDC - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_PROT_HS488 - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_PROT_NORMAL - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_PROT_USBTMC_VENDOR - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_PXI_ADDR_CFG - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_PXI_ADDR_IO - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_PXI_ADDR_MEM - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_PXI_ADDR_NONE - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_PXI_ALLOC_SPACE - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_PXI_BAR0_SPACE - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_PXI_BAR1_SPACE - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_PXI_BAR2_SPACE - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_PXI_BAR3_SPACE - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_PXI_BAR4_SPACE - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_PXI_BAR5_SPACE - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_PXI_CFG_SPACE - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_PXI_LBUS_STAR_TRIG_BUS_0 - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_PXI_LBUS_STAR_TRIG_BUS_1 - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_PXI_LBUS_STAR_TRIG_BUS_2 - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_PXI_LBUS_STAR_TRIG_BUS_3 - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_PXI_LBUS_STAR_TRIG_BUS_4 - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_PXI_LBUS_STAR_TRIG_BUS_5 - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_PXI_LBUS_STAR_TRIG_BUS_6 - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_PXI_LBUS_STAR_TRIG_BUS_7 - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_PXI_LBUS_STAR_TRIG_BUS_8 - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_PXI_LBUS_STAR_TRIG_BUS_9 - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_PXI_STAR_TRIG_CONTROLLER - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_QUEUE - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_READ_BUF - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_READ_BUF_DISCARD - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_SHARED_LOCK - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_SPEC_VERSION - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_STATE_ASSERTED - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_STATE_UNASSERTED - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_STATE_UNKNOWN - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_SUCCESS_DEV_NPRESENT - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_SUCCESS_EVENT_DIS - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_SUCCESS_EVENT_EN - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_SUCCESS_MAX_CNT - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_SUCCESS_NCHAIN - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_SUCCESS_NESTED_EXCLUSIVE - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_SUCCESS_NESTED_SHARED - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_SUCCESS_QUEUE_EMPTY - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_SUCCESS_QUEUE_NEMPTY - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_SUCCESS_SYNC - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_SUCCESS_TERM_CHAR - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_SUCCESS_TRIG_MAPPED - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_SUSPEND_HNDLR - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_TMO_IMMEDIATE - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_TMO_INFINITE - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_TRIG_ALL - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_TRIG_ECL0 - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_TRIG_ECL1 - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_TRIG_ECL2 - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_TRIG_ECL3 - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_TRIG_ECL4 - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_TRIG_ECL5 - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_TRIG_PANEL_IN - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_TRIG_PANEL_OUT - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_TRIG_PROT_DEFAULT - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_TRIG_PROT_OFF - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_TRIG_PROT_ON - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_TRIG_PROT_RESERVE - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_TRIG_PROT_SYNC - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_TRIG_PROT_UNRESERVE - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_TRIG_STAR_INSTR - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_TRIG_STAR_SLOT1 - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_TRIG_STAR_SLOT10 - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_TRIG_STAR_SLOT11 - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_TRIG_STAR_SLOT12 - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_TRIG_STAR_SLOT2 - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_TRIG_STAR_SLOT3 - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_TRIG_STAR_SLOT4 - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_TRIG_STAR_SLOT5 - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_TRIG_STAR_SLOT6 - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_TRIG_STAR_SLOT7 - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_TRIG_STAR_SLOT8 - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_TRIG_STAR_SLOT9 - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_TRIG_STAR_VXI0 - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_TRIG_STAR_VXI1 - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_TRIG_STAR_VXI2 - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_TRIG_SW - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_TRIG_TTL0 - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_TRIG_TTL1 - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_TRIG_TTL2 - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_TRIG_TTL3 - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_TRIG_TTL4 - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_TRIG_TTL5 - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_TRIG_TTL6 - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_TRIG_TTL7 - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_TRIG_UNKNOWN - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_UNKNOWN_CHASSIS - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_UNKNOWN_LA - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_UNKNOWN_LEVEL - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_UNKNOWN_SLOT - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_USE_OPERS - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_UTIL_ASSERT_SYSFAIL - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_UTIL_ASSERT_SYSRESET - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_UTIL_DEASSERT_SYSFAIL - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_VXI_CLASS_EXTENDED - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_VXI_CLASS_MEMORY - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_VXI_CLASS_MESSAGE - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_VXI_CLASS_OTHER - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_VXI_CLASS_REGISTER - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_VXI_CMD16 - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_VXI_CMD16_RESP16 - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_VXI_CMD32 - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_VXI_CMD32_RESP16 - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_VXI_CMD32_RESP32 - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_VXI_RESP16 - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_VXI_RESP32 - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_WARN_CONFIG_NLOADED - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_WARN_EXT_FUNC_NIMPL - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_WARN_NSUP_ATTR_STATE - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_WARN_NSUP_BUF - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_WARN_NULL_OBJECT - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_WARN_QUEUE_OVERFLOW - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_WARN_UNKNOWN_STATUS - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_WIDTH_16 - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_WIDTH_32 - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_WIDTH_64 - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_WIDTH_8 - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_WRITE_BUF - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- VI_WRITE_BUF_DISCARD - Static variable in interface xyz.froud.jvisa.JVisaLibrary
-
native declaration : visa.h
- viAssertIntrSignal(NativeLong, short, NativeLong) - Method in interface xyz.froud.jvisa.JVisaLibrary
-
Original signature :
ViStatus viAssertIntrSignal(ViSession, ViInt16, ViUInt32)
native declaration : visa.h:287 - viAssertTrigger(NativeLong, short) - Method in interface xyz.froud.jvisa.JVisaLibrary
-
Original signature :
ViStatus viAssertTrigger(ViSession, ViUInt16)
native declaration : visa.h:121 - viAssertUtilSignal(NativeLong, short) - Method in interface xyz.froud.jvisa.JVisaLibrary
-
Original signature :
ViStatus viAssertUtilSignal(ViSession, ViUInt16)
native declaration : visa.h:286 - ViAUInt64() - Constructor for class xyz.froud.jvisa.JVisaLibrary.ViAUInt64
- ViAUInt64(Pointer) - Constructor for class xyz.froud.jvisa.JVisaLibrary.ViAUInt64
- viBufRead(NativeLong, ByteBuffer, NativeLong, NativeLongByReference) - Method in interface xyz.froud.jvisa.JVisaLibrary
-
Original signature :
ViStatus viBufRead(ViSession, ViPBuf, ViUInt32, ViPUInt32)
native declaration : visa.h:131 - viBufWrite(NativeLong, ByteBuffer, NativeLong, NativeLongByReference) - Method in interface xyz.froud.jvisa.JVisaLibrary
-
Original signature :
ViStatus viBufWrite(ViSession, ViBuf, ViUInt32, ViPUInt32)
native declaration : visa.h:130 - ViBusAddress64() - Constructor for class xyz.froud.jvisa.JVisaLibrary.ViBusAddress64
- ViBusAddress64(Pointer) - Constructor for class xyz.froud.jvisa.JVisaLibrary.ViBusAddress64
- viClear(NativeLong) - Method in interface xyz.froud.jvisa.JVisaLibrary
-
Original signature :
ViStatus viClear(ViSession)
native declaration : visa.h:123 - viClose(NativeLong) - Method in interface xyz.froud.jvisa.JVisaLibrary
-
- Resource Template Operations --------------------------------------------
Original signature :ViStatus viClose(ViObject)
native declaration : visa.h:91 - viDisableEvent(NativeLong, NativeLong, short) - Method in interface xyz.froud.jvisa.JVisaLibrary
-
Original signature :
ViStatus viDisableEvent(ViSession, ViEventType, ViUInt16)
native declaration : visa.h:102 - viDiscardEvents(NativeLong, NativeLong, short) - Method in interface xyz.froud.jvisa.JVisaLibrary
-
Original signature :
ViStatus viDiscardEvents(ViSession, ViEventType, ViUInt16)
native declaration : visa.h:103 - viEnableEvent(NativeLong, NativeLong, short, NativeLong) - Method in interface xyz.froud.jvisa.JVisaLibrary
-
Original signature :
ViStatus viEnableEvent(ViSession, ViEventType, ViUInt16, ViEventFilter)
native declaration : visa.h:100 - viFindNext(NativeLong, ByteBuffer) - Method in interface xyz.froud.jvisa.JVisaLibrary
-
Original signature :
ViStatus viFindNext(ViFindList, ViChar[])
native declaration : visa.h:78 - viFindRsrc(NativeLong, ByteBuffer, NativeLongByReference, NativeLongByReference, ByteBuffer) - Method in interface xyz.froud.jvisa.JVisaLibrary
-
Original signature :
ViStatus viFindRsrc(ViSession, ViString, ViPFindList, ViPUInt32, ViChar[])
native declaration : visa.h:76 - viFlush(NativeLong, short) - Method in interface xyz.froud.jvisa.JVisaLibrary
-
Original signature :
ViStatus viFlush(ViSession, ViUInt16)
native declaration : visa.h:128 - viGetAttribute(NativeLong, NativeLong, Pointer) - Method in interface xyz.froud.jvisa.JVisaLibrary
-
Original signature :
ViStatus viGetAttribute(ViObject, ViAttr, void*)
native declaration : visa.h:93 - viGpibCommand(NativeLong, ByteBuffer, NativeLong, NativeLongByReference) - Method in interface xyz.froud.jvisa.JVisaLibrary
-
Original signature :
ViStatus viGpibCommand(ViSession, ViBuf, ViUInt32, ViPUInt32)
native declaration : visa.h:281 - viGpibControlATN(NativeLong, short) - Method in interface xyz.froud.jvisa.JVisaLibrary
-
Original signature :
ViStatus viGpibControlATN(ViSession, ViUInt16)
native declaration : visa.h:279 - viGpibControlREN(NativeLong, short) - Method in interface xyz.froud.jvisa.JVisaLibrary
-
- Interface Specific Operations -------------------------------------------
Original signature :ViStatus viGpibControlREN(ViSession, ViUInt16)
native declaration : visa.h:278 - viGpibPassControl(NativeLong, short, short) - Method in interface xyz.froud.jvisa.JVisaLibrary
-
Original signature :
ViStatus viGpibPassControl(ViSession, ViUInt16, ViUInt16)
native declaration : visa.h:282 - viGpibSendIFC(NativeLong) - Method in interface xyz.froud.jvisa.JVisaLibrary
-
Original signature :
ViStatus viGpibSendIFC(ViSession)
native declaration : visa.h:280 - viIn16(NativeLong, short, NativeLong, ShortBuffer) - Method in interface xyz.froud.jvisa.JVisaLibrary
-
Original signature :
ViStatus viIn16(ViSession, ViUInt16, ViBusAddress, ViPUInt16)
native declaration : visa.h:153 - viIn16Ex(NativeLong, short, JVisaLibrary.ViBusAddress64, ShortBuffer) - Method in interface xyz.froud.jvisa.JVisaLibrary
-
Original signature :
ViStatus viIn16Ex(ViSession, ViUInt16, ViBusAddress64, ViPUInt16)
native declaration : visa.h:172 - viIn32(NativeLong, short, NativeLong, NativeLongByReference) - Method in interface xyz.froud.jvisa.JVisaLibrary
-
Original signature :
ViStatus viIn32(ViSession, ViUInt16, ViBusAddress, ViPUInt32)
native declaration : visa.h:157 - viIn32Ex(NativeLong, short, JVisaLibrary.ViBusAddress64, NativeLongByReference) - Method in interface xyz.froud.jvisa.JVisaLibrary
-
Original signature :
ViStatus viIn32Ex(ViSession, ViUInt16, ViBusAddress64, ViPUInt32)
native declaration : visa.h:176 - viIn64(NativeLong, short, NativeLong, JVisaLibrary.ViPUInt64) - Method in interface xyz.froud.jvisa.JVisaLibrary
-
Original signature :
ViStatus viIn64(ViSession, ViUInt16, ViBusAddress, ViPUInt64)
native declaration : visa.h:163 - viIn64Ex(NativeLong, short, JVisaLibrary.ViBusAddress64, JVisaLibrary.ViPUInt64) - Method in interface xyz.froud.jvisa.JVisaLibrary
-
Original signature :
ViStatus viIn64Ex(ViSession, ViUInt16, ViBusAddress64, ViPUInt64)
native declaration : visa.h:180 - viIn8(NativeLong, short, NativeLong, ByteBuffer) - Method in interface xyz.froud.jvisa.JVisaLibrary
-
- Memory I/O Operations ---------------------------------------------------
Original signature :ViStatus viIn8(ViSession, ViUInt16, ViBusAddress, ViPUInt8)
native declaration : visa.h:149 - viIn8Ex(NativeLong, short, JVisaLibrary.ViBusAddress64, ByteBuffer) - Method in interface xyz.froud.jvisa.JVisaLibrary
-
Original signature :
ViStatus viIn8Ex(ViSession, ViUInt16, ViBusAddress64, ViPUInt8)
native declaration : visa.h:168 - viInstallHandler(NativeLong, NativeLong, JVisaEventCallback, Pointer) - Method in interface xyz.froud.jvisa.JVisaLibrary
-
Original signature :
ViStatus viInstallHandler(ViSession, ViEventType, ViHndlr, ViAddr)
native declaration : visa.h:106 - viLock(NativeLong, NativeLong, NativeLong, ByteBuffer, ByteBuffer) - Method in interface xyz.froud.jvisa.JVisaLibrary
-
Original signature :
ViStatus viLock(ViSession, ViAccessMode, ViUInt32, ViKeyId, ViChar[])
native declaration : visa.h:97 - viMapAddress(NativeLong, short, NativeLong, NativeLong, short, Pointer, PointerByReference) - Method in interface xyz.froud.jvisa.JVisaLibrary
-
Original signature :
ViStatus viMapAddress(ViSession, ViUInt16, ViBusAddress, ViBusSize, ViBoolean, ViAddr, ViPAddr)
native declaration : visa.h:243 - viMapAddressEx(NativeLong, short, JVisaLibrary.ViBusAddress64, NativeLong, short, Pointer, PointerByReference) - Method in interface xyz.froud.jvisa.JVisaLibrary
-
Original signature :
ViStatus viMapAddressEx(ViSession, ViUInt16, ViBusAddress64, ViBusSize, ViBoolean, ViAddr, ViPAddr)
native declaration : visa.h:249 - viMapTrigger(NativeLong, short, short, short) - Method in interface xyz.froud.jvisa.JVisaLibrary
-
Original signature :
ViStatus viMapTrigger(ViSession, ViInt16, ViInt16, ViUInt16)
native declaration : visa.h:288 - viMemAlloc(NativeLong, NativeLong, NativeLongByReference) - Method in interface xyz.froud.jvisa.JVisaLibrary
-
- Shared Memory Operations ------------------------------------------------
Original signature :ViStatus viMemAlloc(ViSession, ViBusSize, ViPBusAddress)
native declaration : visa.h:268 - viMemAllocEx(NativeLong, NativeLong, JVisaLibrary.ViPBusAddress64) - Method in interface xyz.froud.jvisa.JVisaLibrary
-
Original signature :
ViStatus viMemAllocEx(ViSession, ViBusSize, ViPBusAddress64)
native declaration : visa.h:272 - viMemFree(NativeLong, NativeLong) - Method in interface xyz.froud.jvisa.JVisaLibrary
-
Original signature :
ViStatus viMemFree(ViSession, ViBusAddress)
native declaration : visa.h:269 - viMemFreeEx(NativeLong, JVisaLibrary.ViBusAddress64) - Method in interface xyz.froud.jvisa.JVisaLibrary
-
Original signature :
ViStatus viMemFreeEx(ViSession, ViBusAddress64)
native declaration : visa.h:273 - viMove(NativeLong, short, NativeLong, short, short, NativeLong, short, NativeLong) - Method in interface xyz.froud.jvisa.JVisaLibrary
-
Original signature :
ViStatus viMove(ViSession, ViUInt16, ViBusAddress, ViUInt16, ViUInt16, ViBusAddress, ViUInt16, ViBusSize)
native declaration : visa.h:223 - viMoveAsync(NativeLong, short, NativeLong, short, short, NativeLong, short, NativeLong, NativeLongByReference) - Method in interface xyz.froud.jvisa.JVisaLibrary
-
Original signature :
ViStatus viMoveAsync(ViSession, ViUInt16, ViBusAddress, ViUInt16, ViUInt16, ViBusAddress, ViUInt16, ViBusSize, ViPJobId)
native declaration : visa.h:227 - viMoveAsyncEx(NativeLong, short, JVisaLibrary.ViBusAddress64, short, short, JVisaLibrary.ViBusAddress64, short, NativeLong, NativeLongByReference) - Method in interface xyz.froud.jvisa.JVisaLibrary
-
Original signature :
ViStatus viMoveAsyncEx(ViSession, ViUInt16, ViBusAddress64, ViUInt16, ViUInt16, ViBusAddress64, ViUInt16, ViBusSize, ViPJobId)
native declaration : visa.h:237 - viMoveEx(NativeLong, short, JVisaLibrary.ViBusAddress64, short, short, JVisaLibrary.ViBusAddress64, short, NativeLong) - Method in interface xyz.froud.jvisa.JVisaLibrary
-
Original signature :
ViStatus viMoveEx(ViSession, ViUInt16, ViBusAddress64, ViUInt16, ViUInt16, ViBusAddress64, ViUInt16, ViBusSize)
native declaration : visa.h:233 - viMoveIn16(NativeLong, short, NativeLong, NativeLong, ShortBuffer) - Method in interface xyz.froud.jvisa.JVisaLibrary
-
Original signature :
ViStatus viMoveIn16(ViSession, ViUInt16, ViBusAddress, ViBusSize, ViAUInt16)
native declaration : visa.h:190 - viMoveIn16Ex(NativeLong, short, JVisaLibrary.ViBusAddress64, NativeLong, ShortBuffer) - Method in interface xyz.froud.jvisa.JVisaLibrary
-
Original signature :
ViStatus viMoveIn16Ex(ViSession, ViUInt16, ViBusAddress64, ViBusSize, ViAUInt16)
native declaration : visa.h:209 - viMoveIn32(NativeLong, short, NativeLong, NativeLong, NativeLongByReference) - Method in interface xyz.froud.jvisa.JVisaLibrary
-
Original signature :
ViStatus viMoveIn32(ViSession, ViUInt16, ViBusAddress, ViBusSize, ViAUInt32)
native declaration : visa.h:194 - viMoveIn32Ex(NativeLong, short, JVisaLibrary.ViBusAddress64, NativeLong, NativeLongByReference) - Method in interface xyz.froud.jvisa.JVisaLibrary
-
Original signature :
ViStatus viMoveIn32Ex(ViSession, ViUInt16, ViBusAddress64, ViBusSize, ViAUInt32)
native declaration : visa.h:213 - viMoveIn64(NativeLong, short, NativeLong, NativeLong, JVisaLibrary.ViAUInt64) - Method in interface xyz.froud.jvisa.JVisaLibrary
-
Original signature :
ViStatus viMoveIn64(ViSession, ViUInt16, ViBusAddress, ViBusSize, ViAUInt64)
native declaration : visa.h:200 - viMoveIn64Ex(NativeLong, short, JVisaLibrary.ViBusAddress64, NativeLong, JVisaLibrary.ViAUInt64) - Method in interface xyz.froud.jvisa.JVisaLibrary
-
Original signature :
ViStatus viMoveIn64Ex(ViSession, ViUInt16, ViBusAddress64, ViBusSize, ViAUInt64)
native declaration : visa.h:217 - viMoveIn8(NativeLong, short, NativeLong, NativeLong, ByteBuffer) - Method in interface xyz.froud.jvisa.JVisaLibrary
-
Original signature :
ViStatus viMoveIn8(ViSession, ViUInt16, ViBusAddress, ViBusSize, ViAUInt8)
native declaration : visa.h:186 - viMoveIn8Ex(NativeLong, short, JVisaLibrary.ViBusAddress64, NativeLong, ByteBuffer) - Method in interface xyz.froud.jvisa.JVisaLibrary
-
Original signature :
ViStatus viMoveIn8Ex(ViSession, ViUInt16, ViBusAddress64, ViBusSize, ViAUInt8)
native declaration : visa.h:205 - viMoveOut16(NativeLong, short, NativeLong, NativeLong, ShortBuffer) - Method in interface xyz.froud.jvisa.JVisaLibrary
-
Original signature :
ViStatus viMoveOut16(ViSession, ViUInt16, ViBusAddress, ViBusSize, ViAUInt16)
native declaration : visa.h:192 - viMoveOut16Ex(NativeLong, short, JVisaLibrary.ViBusAddress64, NativeLong, ShortBuffer) - Method in interface xyz.froud.jvisa.JVisaLibrary
-
Original signature :
ViStatus viMoveOut16Ex(ViSession, ViUInt16, ViBusAddress64, ViBusSize, ViAUInt16)
native declaration : visa.h:211 - viMoveOut32(NativeLong, short, NativeLong, NativeLong, NativeLongByReference) - Method in interface xyz.froud.jvisa.JVisaLibrary
-
Original signature :
ViStatus viMoveOut32(ViSession, ViUInt16, ViBusAddress, ViBusSize, ViAUInt32)
native declaration : visa.h:196 - viMoveOut32Ex(NativeLong, short, JVisaLibrary.ViBusAddress64, NativeLong, NativeLongByReference) - Method in interface xyz.froud.jvisa.JVisaLibrary
-
Original signature :
ViStatus viMoveOut32Ex(ViSession, ViUInt16, ViBusAddress64, ViBusSize, ViAUInt32)
native declaration : visa.h:215 - viMoveOut64(NativeLong, short, NativeLong, NativeLong, JVisaLibrary.ViAUInt64) - Method in interface xyz.froud.jvisa.JVisaLibrary
-
Original signature :
ViStatus viMoveOut64(ViSession, ViUInt16, ViBusAddress, ViBusSize, ViAUInt64)
native declaration : visa.h:202 - viMoveOut64Ex(NativeLong, short, JVisaLibrary.ViBusAddress64, NativeLong, JVisaLibrary.ViAUInt64) - Method in interface xyz.froud.jvisa.JVisaLibrary
-
Original signature :
ViStatus viMoveOut64Ex(ViSession, ViUInt16, ViBusAddress64, ViBusSize, ViAUInt64)
native declaration : visa.h:219 - viMoveOut8(NativeLong, short, NativeLong, NativeLong, ByteBuffer) - Method in interface xyz.froud.jvisa.JVisaLibrary
-
Original signature :
ViStatus viMoveOut8(ViSession, ViUInt16, ViBusAddress, ViBusSize, ViAUInt8)
native declaration : visa.h:188 - viMoveOut8Ex(NativeLong, short, JVisaLibrary.ViBusAddress64, NativeLong, ByteBuffer) - Method in interface xyz.froud.jvisa.JVisaLibrary
-
Original signature :
ViStatus viMoveOut8Ex(ViSession, ViUInt16, ViBusAddress64, ViBusSize, ViAUInt8)
native declaration : visa.h:207 - viOpen(NativeLong, ByteBuffer, NativeLong, NativeLong, NativeLongByReference) - Method in interface xyz.froud.jvisa.JVisaLibrary
-
Original signature :
ViStatus viOpen(ViSession, ViRsrc, ViAccessMode, ViUInt32, ViPSession)
native declaration : visa.h:86 - viOpenDefaultRM(NativeLongByReference) - Method in interface xyz.froud.jvisa.JVisaLibrary
-
- Resource Manager Functions and Operations -------------------------------
Original signature :ViStatus viOpenDefaultRM(ViPSession)
native declaration : visa.h:74 - viOut16(NativeLong, short, NativeLong, short) - Method in interface xyz.froud.jvisa.JVisaLibrary
-
Original signature :
ViStatus viOut16(ViSession, ViUInt16, ViBusAddress, ViUInt16)
native declaration : visa.h:155 - viOut16Ex(NativeLong, short, JVisaLibrary.ViBusAddress64, short) - Method in interface xyz.froud.jvisa.JVisaLibrary
-
Original signature :
ViStatus viOut16Ex(ViSession, ViUInt16, ViBusAddress64, ViUInt16)
native declaration : visa.h:174 - viOut32(NativeLong, short, NativeLong, NativeLong) - Method in interface xyz.froud.jvisa.JVisaLibrary
-
Original signature :
ViStatus viOut32(ViSession, ViUInt16, ViBusAddress, ViUInt32)
native declaration : visa.h:159 - viOut32Ex(NativeLong, short, JVisaLibrary.ViBusAddress64, NativeLong) - Method in interface xyz.froud.jvisa.JVisaLibrary
-
Original signature :
ViStatus viOut32Ex(ViSession, ViUInt16, ViBusAddress64, ViUInt32)
native declaration : visa.h:178 - viOut64(NativeLong, short, NativeLong, JVisaLibrary.ViUInt64) - Method in interface xyz.froud.jvisa.JVisaLibrary
-
Original signature :
ViStatus viOut64(ViSession, ViUInt16, ViBusAddress, ViUInt64)
native declaration : visa.h:165 - viOut64Ex(NativeLong, short, JVisaLibrary.ViBusAddress64, JVisaLibrary.ViUInt64) - Method in interface xyz.froud.jvisa.JVisaLibrary
-
Original signature :
ViStatus viOut64Ex(ViSession, ViUInt16, ViBusAddress64, ViUInt64)
native declaration : visa.h:182 - viOut8(NativeLong, short, NativeLong, byte) - Method in interface xyz.froud.jvisa.JVisaLibrary
-
Original signature :
ViStatus viOut8(ViSession, ViUInt16, ViBusAddress, ViUInt8)
native declaration : visa.h:151 - viOut8Ex(NativeLong, short, JVisaLibrary.ViBusAddress64, byte) - Method in interface xyz.froud.jvisa.JVisaLibrary
-
Original signature :
ViStatus viOut8Ex(ViSession, ViUInt16, ViBusAddress64, ViUInt8)
native declaration : visa.h:170 - viParseRsrc(NativeLong, ByteBuffer, ShortBuffer, ShortBuffer) - Method in interface xyz.froud.jvisa.JVisaLibrary
-
Original signature :
ViStatus viParseRsrc(ViSession, ViRsrc, ViPUInt16, ViPUInt16)
native declaration : visa.h:80 - viParseRsrcEx(NativeLong, ByteBuffer, NativeLongByReference, NativeLongByReference, NativeLongByReference, ByteBuffer, ByteBuffer) - Method in interface xyz.froud.jvisa.JVisaLibrary
-
Original signature :
ViStatus viParseRsrcEx(ViSession, ViRsrc, ViPUInt16, ViPUInt16, ViChar[], ViChar[], ViChar[])
native declaration : visa.h:82 - ViPBusAddress64() - Constructor for class xyz.froud.jvisa.JVisaLibrary.ViPBusAddress64
- ViPBusAddress64(Pointer) - Constructor for class xyz.froud.jvisa.JVisaLibrary.ViPBusAddress64
- viPeek16(NativeLong, Pointer, ShortBuffer) - Method in interface xyz.froud.jvisa.JVisaLibrary
-
Original signature :
void viPeek16(ViSession, ViAddr, ViPUInt16)
native declaration : visa.h:256 - viPeek32(NativeLong, Pointer, NativeLongByReference) - Method in interface xyz.froud.jvisa.JVisaLibrary
-
Original signature :
void viPeek32(ViSession, ViAddr, ViPUInt32)
native declaration : visa.h:258 - viPeek64(NativeLong, Pointer, JVisaLibrary.ViPUInt64) - Method in interface xyz.froud.jvisa.JVisaLibrary
-
Original signature :
void viPeek64(ViSession, ViAddr, ViPUInt64)
native declaration : visa.h:262 - viPeek8(NativeLong, Pointer, ByteBuffer) - Method in interface xyz.froud.jvisa.JVisaLibrary
-
Original signature :
void viPeek8(ViSession, ViAddr, ViPUInt8)
native declaration : visa.h:254 - viPoke16(NativeLong, Pointer, short) - Method in interface xyz.froud.jvisa.JVisaLibrary
-
Original signature :
void viPoke16(ViSession, ViAddr, ViUInt16)
native declaration : visa.h:257 - viPoke32(NativeLong, Pointer, NativeLong) - Method in interface xyz.froud.jvisa.JVisaLibrary
-
Original signature :
void viPoke32(ViSession, ViAddr, ViUInt32)
native declaration : visa.h:259 - viPoke64(NativeLong, Pointer, JVisaLibrary.ViUInt64) - Method in interface xyz.froud.jvisa.JVisaLibrary
-
Original signature :
void viPoke64(ViSession, ViAddr, ViUInt64)
native declaration : visa.h:263 - viPoke8(NativeLong, Pointer, byte) - Method in interface xyz.froud.jvisa.JVisaLibrary
-
Original signature :
void viPoke8(ViSession, ViAddr, ViUInt8)
native declaration : visa.h:255 - viPrintf(NativeLong, ByteBuffer, Object...) - Method in interface xyz.froud.jvisa.JVisaLibrary
-
Original signature :
ViStatus viPrintf(ViSession, ViString, null)
native declaration : visa.h:133 - ViPUInt64() - Constructor for class xyz.froud.jvisa.JVisaLibrary.ViPUInt64
- ViPUInt64(Pointer) - Constructor for class xyz.froud.jvisa.JVisaLibrary.ViPUInt64
- viPxiReserveTriggers(NativeLong, short, ShortBuffer, ShortBuffer, ShortBuffer) - Method in interface xyz.froud.jvisa.JVisaLibrary
-
Original signature :
ViStatus viPxiReserveTriggers(ViSession, ViInt16, ViAInt16, ViAInt16, ViPInt16)
native declaration : visa.h:297 - viQueryf(NativeLong, ByteBuffer, ByteBuffer, Object...) - Method in interface xyz.froud.jvisa.JVisaLibrary
-
Original signature :
ViStatus viQueryf(ViSession, ViString, ViString, null)
native declaration : visa.h:143 - viRead(NativeLong, ByteBuffer, NativeLong, NativeLongByReference) - Method in interface xyz.froud.jvisa.JVisaLibrary
-
- Basic I/O Operations ----------------------------------------------------
Original signature :ViStatus viRead(ViSession, ViPBuf, ViUInt32, ViPUInt32)
native declaration : visa.h:113 - viReadAsync(NativeLong, ByteBuffer, NativeLong, NativeLongByReference) - Method in interface xyz.froud.jvisa.JVisaLibrary
-
Original signature :
ViStatus viReadAsync(ViSession, ViPBuf, ViUInt32, ViPJobId)
native declaration : visa.h:114 - viReadSTB(NativeLong, ShortBuffer) - Method in interface xyz.froud.jvisa.JVisaLibrary
-
Original signature :
ViStatus viReadSTB(ViSession, ViPUInt16)
native declaration : visa.h:122 - viReadToFile(NativeLong, ByteBuffer, NativeLong, NativeLongByReference) - Method in interface xyz.froud.jvisa.JVisaLibrary
-
Original signature :
ViStatus viReadToFile(ViSession, ViConstString, ViUInt32, ViPUInt32)
native declaration : visa.h:115 - VISA_LIBRARY - Variable in class xyz.froud.jvisa.JVisaResourceManager
- viScanf(NativeLong, ByteBuffer, Object...) - Method in interface xyz.froud.jvisa.JVisaLibrary
-
Original signature :
ViStatus viScanf(ViSession, ViString, null)
native declaration : visa.h:138 - viSetAttribute(NativeLong, NativeLong, NativeLong) - Method in interface xyz.froud.jvisa.JVisaLibrary
-
Original signature :
ViStatus viSetAttribute(ViObject, ViAttr, ViAttrState)
native declaration : visa.h:92 - viSetBuf(NativeLong, short, NativeLong) - Method in interface xyz.froud.jvisa.JVisaLibrary
-
- Formatted and Buffered I/O Operations -----------------------------------
Original signature :ViStatus viSetBuf(ViSession, ViUInt16, ViUInt32)
native declaration : visa.h:127 - viSPrintf(NativeLong, ByteBuffer, ByteBuffer, Object...) - Method in interface xyz.froud.jvisa.JVisaLibrary
-
Original signature :
ViStatus viSPrintf(ViSession, ViPBuf, ViString, null)
native declaration : visa.h:135 - viSScanf(NativeLong, ByteBuffer, ByteBuffer, Object...) - Method in interface xyz.froud.jvisa.JVisaLibrary
-
Original signature :
ViStatus viSScanf(ViSession, ViBuf, ViString, null)
native declaration : visa.h:140 - viStatusDesc(NativeLong, NativeLong, ByteBuffer) - Method in interface xyz.froud.jvisa.JVisaLibrary
-
Original signature :
ViStatus viStatusDesc(ViObject, ViStatus, ViChar[])
native declaration : visa.h:94 - viTerminate(NativeLong, short, NativeLong) - Method in interface xyz.froud.jvisa.JVisaLibrary
-
Original signature :
ViStatus viTerminate(ViObject, ViUInt16, ViJobId)
native declaration : visa.h:95 - ViUInt64() - Constructor for class xyz.froud.jvisa.JVisaLibrary.ViUInt64
- ViUInt64(Pointer) - Constructor for class xyz.froud.jvisa.JVisaLibrary.ViUInt64
- viUninstallHandler(NativeLong, NativeLong, JVisaEventCallback, Pointer) - Method in interface xyz.froud.jvisa.JVisaLibrary
-
Original signature :
ViStatus viUninstallHandler(ViSession, ViEventType, ViHndlr, ViAddr)
native declaration : visa.h:108 - viUnlock(NativeLong) - Method in interface xyz.froud.jvisa.JVisaLibrary
-
Original signature :
ViStatus viUnlock(ViSession)
native declaration : visa.h:99 - viUnmapAddress(NativeLong) - Method in interface xyz.froud.jvisa.JVisaLibrary
-
Original signature :
ViStatus viUnmapAddress(ViSession)
native declaration : visa.h:246 - viUnmapTrigger(NativeLong, short, short) - Method in interface xyz.froud.jvisa.JVisaLibrary
-
Original signature :
ViStatus viUnmapTrigger(ViSession, ViInt16, ViInt16)
native declaration : visa.h:290 - viUsbControlIn(NativeLong, short, short, short, short, short, ByteBuffer, ShortBuffer) - Method in interface xyz.froud.jvisa.JVisaLibrary
-
Original signature :
ViStatus viUsbControlIn(ViSession, ViInt16, ViInt16, ViUInt16, ViUInt16, ViUInt16, ViPBuf, ViPUInt16)
native declaration : visa.h:294 - viUsbControlOut(NativeLong, short, short, short, short, short, ByteBuffer) - Method in interface xyz.froud.jvisa.JVisaLibrary
-
Original signature :
ViStatus viUsbControlOut(ViSession, ViInt16, ViInt16, ViUInt16, ViUInt16, ViUInt16, ViBuf)
native declaration : visa.h:291 - ViVAList() - Constructor for class xyz.froud.jvisa.JVisaLibrary.ViVAList
- ViVAList(Pointer) - Constructor for class xyz.froud.jvisa.JVisaLibrary.ViVAList
- viVPrintf(NativeLong, ByteBuffer, JVisaLibrary.ViVAList) - Method in interface xyz.froud.jvisa.JVisaLibrary
-
Original signature :
ViStatus viVPrintf(ViSession, ViString, ViVAList)
native declaration : visa.h:134 - viVQueryf(NativeLong, ByteBuffer, ByteBuffer, JVisaLibrary.ViVAList) - Method in interface xyz.froud.jvisa.JVisaLibrary
-
Original signature :
ViStatus viVQueryf(ViSession, ViString, ViString, ViVAList)
native declaration : visa.h:144 - viVScanf(NativeLong, ByteBuffer, JVisaLibrary.ViVAList) - Method in interface xyz.froud.jvisa.JVisaLibrary
-
Original signature :
ViStatus viVScanf(ViSession, ViString, ViVAList)
native declaration : visa.h:139 - viVSPrintf(NativeLong, ByteBuffer, ByteBuffer, JVisaLibrary.ViVAList) - Method in interface xyz.froud.jvisa.JVisaLibrary
-
Original signature :
ViStatus viVSPrintf(ViSession, ViPBuf, ViString, ViVAList)
native declaration : visa.h:136 - viVSScanf(NativeLong, ByteBuffer, ByteBuffer, JVisaLibrary.ViVAList) - Method in interface xyz.froud.jvisa.JVisaLibrary
-
Original signature :
ViStatus viVSScanf(ViSession, ViBuf, ViString, ViVAList)
native declaration : visa.h:141 - viVxiCommandQuery(NativeLong, short, NativeLong, NativeLongByReference) - Method in interface xyz.froud.jvisa.JVisaLibrary
-
Original signature :
ViStatus viVxiCommandQuery(ViSession, ViUInt16, ViUInt32, ViPUInt32)
native declaration : visa.h:284 - viWaitOnEvent(NativeLong, NativeLong, NativeLong, NativeLongByReference, NativeLongByReference) - Method in interface xyz.froud.jvisa.JVisaLibrary
-
Original signature :
ViStatus viWaitOnEvent(ViSession, ViEventType, ViUInt32, ViPEventType, ViPEvent)
native declaration : visa.h:104 - viWrite(NativeLong, ByteBuffer, NativeLong, NativeLongByReference) - Method in interface xyz.froud.jvisa.JVisaLibrary
-
Original signature :
ViStatus viWrite(ViSession, ViBuf, ViUInt32, ViPUInt32)
native declaration : visa.h:117 - viWriteAsync(NativeLong, ByteBuffer, NativeLong, NativeLongByReference) - Method in interface xyz.froud.jvisa.JVisaLibrary
-
Original signature :
ViStatus viWriteAsync(ViSession, ViBuf, ViUInt32, ViPJobId)
native declaration : visa.h:118 - viWriteFromFile(NativeLong, ByteBuffer, NativeLong, NativeLongByReference) - Method in interface xyz.froud.jvisa.JVisaLibrary
-
Original signature :
ViStatus viWriteFromFile(ViSession, ViConstString, ViUInt32, ViPUInt32)
native declaration : visa.h:119 - VXI_SIGP - Enum constant in enum xyz.froud.jvisa.eventhandling.JVisaEventType
- VXI_VME_INTR - Enum constant in enum xyz.froud.jvisa.eventhandling.JVisaEventType
- VXI_VME_SYSFAIL - Enum constant in enum xyz.froud.jvisa.eventhandling.JVisaEventType
- VXI_VME_SYSRESET - Enum constant in enum xyz.froud.jvisa.eventhandling.JVisaEventType
W
- write(String) - Method in class xyz.froud.jvisa.JVisaInstrument
-
Sends a command to the instrument.
X
- XON_XOFF - Enum constant in enum xyz.froud.jvisa.SerialFlowControl
- xyz.froud.jvisa - package xyz.froud.jvisa
-
Java library for VISA (Virtual Instrument Software Architecture)
- xyz.froud.jvisa.eventhandling - package xyz.froud.jvisa.eventhandling
-
Incomplete implementation of Visa event handling.
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form