Package
Class
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
A
C
D
E
F
G
I
L
O
R
S
T
U
V
W
A
All
- Static variable in class com.cesys.cebo.cebomsr.
DeviceType
AnalogInput
- Class in
com.cesys.cebo.cebomsr
Offers functionality of the different kind of analog inputs.
AnalogOutput
- Class in
com.cesys.cebo.cebomsr
Offers functionality for analog outputs.
C
calculateMaxBufferedInputFrames()
- Method in class com.cesys.cebo.cebomsr.
Device
Calculate maximum count of frames that can be buffered on the device when using multiple frame mode.
CeboLC
- Static variable in class com.cesys.cebo.cebomsr.
DeviceType
CeboStick
- Static variable in class com.cesys.cebo.cebomsr.
DeviceType
close()
- Method in class com.cesys.cebo.cebomsr.
Device
Close device.
com.cesys.cebo.cebomsr
- package com.cesys.cebo.cebomsr
Counter
- Class in
com.cesys.cebo.cebomsr
Offers functionality for counter periphery.
Counter.CounterConfig
- Enum in
com.cesys.cebo.cebomsr
The possible trigger configuration values.
createOutputFrame()
- Method in class com.cesys.cebo.cebomsr.
Device
Create OutputFrame instance specific to this device.
CurrentSource
- Class in
com.cesys.cebo.cebomsr
Offers functionality for current sources.
D
Device
- Class in
com.cesys.cebo.cebomsr
The primary object to communicate with a CeboMsr-compatible device.
DeviceType
- Class in
com.cesys.cebo.cebomsr
Values to be used in enumeration.
DigitalPort
- Class in
com.cesys.cebo.cebomsr
Offers functionality to work with digital ports.
E
enumerate(DeviceType)
- Static method in class com.cesys.cebo.cebomsr.
LibraryInterface
Enumerate devices on this system.
enumerateNetwork(String, int, DeviceType)
- Static method in class com.cesys.cebo.cebomsr.
LibraryInterface
*** unofficial experimental feature, don't use ***
F
FlagResetInputFifo
- Static variable in class com.cesys.cebo.cebomsr.
Device
Valid flags to use with
Device
.resetPeripherals().
G
getAnalogOutputs()
- Method in class com.cesys.cebo.cebomsr.
Device
Return list of analog outputs.
getApiVersion()
- Static method in class com.cesys.cebo.cebomsr.
LibraryInterface
Request version of the CeboMsr-Base-API.
getConfig()
- Method in class com.cesys.cebo.cebomsr.
Counter
Request configuration of the counter.
getConfig()
- Method in class com.cesys.cebo.cebomsr.
Trigger
Request configuration of the trigger.
getCounter(int)
- Method in class com.cesys.cebo.cebomsr.
InputFrame
Read value of specified counter.
getCounters()
- Method in class com.cesys.cebo.cebomsr.
Device
Return list of counters.
getCurrentSources()
- Method in class com.cesys.cebo.cebomsr.
Device
Return list of current sources.
getDefaultInterChannelDelay(Range)
- Method in class com.cesys.cebo.cebomsr.
AnalogInput
Request default interchannel delay at the given range setting.
getDeviceType()
- Method in class com.cesys.cebo.cebomsr.
Device
Get actual type of device.
getDifferential(int)
- Method in class com.cesys.cebo.cebomsr.
InputFrame
Read value from differential input with given index.
getDifferentialInputs()
- Method in class com.cesys.cebo.cebomsr.
Device
Return list of differential analog inputs.
getDigitalPort(int)
- Method in class com.cesys.cebo.cebomsr.
InputFrame
Read value from digital port with given index.
getDigitalPorts()
- Method in class com.cesys.cebo.cebomsr.
Device
Return list of digital ports.
getFirmwareVersion()
- Method in class com.cesys.cebo.cebomsr.
Device
Read string which contains the firmware version.
getIdentifier()
- Method in class com.cesys.cebo.cebomsr.
Device
Return unique id of device.
getInterChannelDelay()
- Method in class com.cesys.cebo.cebomsr.
AnalogInput
Read active interchannel delay.
getIoCount()
- Method in class com.cesys.cebo.cebomsr.
DigitalPort
Return count of I/O's for the specified port.
getIoName(int)
- Method in class com.cesys.cebo.cebomsr.
DigitalPort
Return name of the I/O as specified by io.
getLeds()
- Method in class com.cesys.cebo.cebomsr.
Device
Return list of LED's.
getMaxValue()
- Method in class com.cesys.cebo.cebomsr.
Range
Return upper voltage.
getMinInterChannelDelay()
- Method in class com.cesys.cebo.cebomsr.
AnalogInput
Return minimum interchannel delay.
getMinValue()
- Method in class com.cesys.cebo.cebomsr.
Range
Return lower voltage.
getName()
- Method in class com.cesys.cebo.cebomsr.
AnalogInput
Returns name of the component.
getName()
- Method in class com.cesys.cebo.cebomsr.
AnalogOutput
Returns name of the component.
getName()
- Method in class com.cesys.cebo.cebomsr.
Counter
Returns name of the component.
getName()
- Method in class com.cesys.cebo.cebomsr.
CurrentSource
Returns name of the component.
getName()
- Method in class com.cesys.cebo.cebomsr.
DeviceType
Return instance name, "Usb", "All", ...
getName()
- Method in class com.cesys.cebo.cebomsr.
DigitalPort
Returns name of the component.
getName()
- Method in class com.cesys.cebo.cebomsr.
Led
Returns name of the component.
getName()
- Method in class com.cesys.cebo.cebomsr.
Trigger
Returns name of the component.
getRange()
- Method in class com.cesys.cebo.cebomsr.
AnalogInput
Read active range level.
getRange()
- Method in class com.cesys.cebo.cebomsr.
AnalogOutput
Read active range level.
getReferenceCurrent()
- Method in class com.cesys.cebo.cebomsr.
CurrentSource
Returns the real current of the constant current source in micro ampere.
getSerialNumber()
- Method in class com.cesys.cebo.cebomsr.
Device
Return serial number of device.
getSingleEnded(int)
- Method in class com.cesys.cebo.cebomsr.
InputFrame
Read value from single ended input with given index.
getSingleEndedInputs()
- Method in class com.cesys.cebo.cebomsr.
Device
Return list of single ended analog inputs.
getSupportedRanges()
- Method in class com.cesys.cebo.cebomsr.
AnalogInput
Return list of the supported ranges.
getSupportedRanges()
- Method in class com.cesys.cebo.cebomsr.
AnalogOutput
Return list of the supported ranges.
getTemperature()
- Method in class com.cesys.cebo.cebomsr.
Device
Read device temperature in degree celsius.
getTrigger(int)
- Method in class com.cesys.cebo.cebomsr.
InputFrame
Read level from trigger with given index.
getTriggers()
- Method in class com.cesys.cebo.cebomsr.
Device
Return list of triggers.
getUsbBaseVersion()
- Static method in class com.cesys.cebo.cebomsr.
LibraryInterface
Request version of the underlying Cesys USB Base API Layer.
I
Input
- Interface in
com.cesys.cebo.cebomsr
Base class for any object that can act as input.
InputFrame
- Class in
com.cesys.cebo.cebomsr
One or more instances of this interface are returned when reading one or multiple frames previously setup using
Device
.setupInputFrame().
isEnabled()
- Method in class com.cesys.cebo.cebomsr.
Counter
Get current counter state.
isEnabled()
- Method in class com.cesys.cebo.cebomsr.
Trigger
Get current trigger state.
isSystemAvailable()
- Static method in class com.cesys.cebo.cebomsr.
Device
Check if the CeboMsr API is available.
L
Led
- Class in
com.cesys.cebo.cebomsr
Offers functionality of for LED's.
LibraryInterface
- Class in
com.cesys.cebo.cebomsr
Class that is responsible for all device independent functionality.
O
open()
- Method in class com.cesys.cebo.cebomsr.
Device
Open device.
Output
- Interface in
com.cesys.cebo.cebomsr
Base class for any object that can act as output.
OutputFrame
- Class in
com.cesys.cebo.cebomsr
Class to use when setting multiple outputs simultaneous.
R
Range
- Class in
com.cesys.cebo.cebomsr
These objects are used to set the range of analog inputs and outputs.
read()
- Method in class com.cesys.cebo.cebomsr.
AnalogInput
Read current voltage value.
read()
- Method in class com.cesys.cebo.cebomsr.
Counter
Read current counter value.
read()
- Method in class com.cesys.cebo.cebomsr.
DigitalPort
Read value currently active on the port.
readBlock(long, byte[])
- Method in class com.cesys.cebo.cebomsr.
Device
*** Internal use only ***
readBlock(long, byte[], int)
- Method in class com.cesys.cebo.cebomsr.
Device
*** Internal use only ***
readBlocking(int)
- Method in class com.cesys.cebo.cebomsr.
Device
Read exact frameCount frames, return after completion, blocks until all data is available.
readFrame()
- Method in class com.cesys.cebo.cebomsr.
Device
Read multiple inputs using the previously defined list (setupInputFrame()).
readNonBlocking()
- Method in class com.cesys.cebo.cebomsr.
Device
Read at much possible available frames, return immediately.
readRegister(long)
- Method in class com.cesys.cebo.cebomsr.
Device
*** Internal use only ***
reset()
- Method in class com.cesys.cebo.cebomsr.
Counter
Reset counter to 0.
resetDevice()
- Method in class com.cesys.cebo.cebomsr.
Device
Restore startup defaults in device.
resetPeripherals(int)
- Method in class com.cesys.cebo.cebomsr.
Device
Reset specified elements in device.
S
setAnalogOutput(int, float)
- Method in class com.cesys.cebo.cebomsr.
OutputFrame
Define value that should be set on the specified analog output.
setConfig(Counter.CounterConfig)
- Method in class com.cesys.cebo.cebomsr.
Counter
Define behavior of the counter.
setConfig(Trigger.TriggerConfig)
- Method in class com.cesys.cebo.cebomsr.
Trigger
Define behavior of the trigger.
setDigitalPort(int, int)
- Method in class com.cesys.cebo.cebomsr.
OutputFrame
Define value that should be set on the specified digital port.
setEnabled(boolean)
- Method in class com.cesys.cebo.cebomsr.
Counter
Enable or disable counter.
setEnabled(boolean)
- Method in class com.cesys.cebo.cebomsr.
Led
Set state of the on-board led.
setEnabled(boolean)
- Method in class com.cesys.cebo.cebomsr.
Trigger
Enable or disable trigger.
setOutputEnableMask(int)
- Method in class com.cesys.cebo.cebomsr.
DigitalPort
Set output mask.
setParameters(Range)
- Method in class com.cesys.cebo.cebomsr.
AnalogInput
Set new range, interchannel delay is set to the default for this range.
setParameters(Range, int)
- Method in class com.cesys.cebo.cebomsr.
AnalogInput
Set range and user specified interchannel delay.
setParameters(Range)
- Method in class com.cesys.cebo.cebomsr.
AnalogOutput
Set new range.
setupInputFrame(Input[])
- Method in class com.cesys.cebo.cebomsr.
Device
Define the inputs that were included in the next frame request (readFrame(), readBlocking() and readNonBlocking()).
setupOutputFrame(Output[])
- Method in class com.cesys.cebo.cebomsr.
Device
Define the outputs that should be set using the next frame based out transfer.
startBufferedDataAcquisition(float, int, boolean)
- Method in class com.cesys.cebo.cebomsr.
Device
Initialize a buffered data acquisition.
startBufferedExternalTimedDataAcquisition(int)
- Method in class com.cesys.cebo.cebomsr.
Device
Initialize a buffered data acquisition.
startContinuousDataAcquisition(float, boolean)
- Method in class com.cesys.cebo.cebomsr.
Device
Initialize a continuous data acquisition.
startContinuousExternalTimedDataAcquisition()
- Method in class com.cesys.cebo.cebomsr.
Device
Initialize a continuous data acquisition.
stopDataAcquisition()
- Method in class com.cesys.cebo.cebomsr.
Device
Stop any form of hardware managed data acquisition.
T
toString()
- Method in class com.cesys.cebo.cebomsr.
AnalogInput
toString()
- Method in class com.cesys.cebo.cebomsr.
AnalogOutput
toString()
- Method in class com.cesys.cebo.cebomsr.
Counter
toString()
- Method in class com.cesys.cebo.cebomsr.
CurrentSource
toString()
- Method in class com.cesys.cebo.cebomsr.
Device
toString()
- Method in class com.cesys.cebo.cebomsr.
DeviceType
toString()
- Method in class com.cesys.cebo.cebomsr.
DigitalPort
toString()
- Method in class com.cesys.cebo.cebomsr.
InputFrame
toString()
- Method in class com.cesys.cebo.cebomsr.
OutputFrame
toString()
- Method in class com.cesys.cebo.cebomsr.
Range
toString()
- Method in class com.cesys.cebo.cebomsr.
Trigger
Trigger
- Class in
com.cesys.cebo.cebomsr
Offers functionality for triggers.
Trigger.TriggerConfig
- Enum in
com.cesys.cebo.cebomsr
The possible trigger configuration values.
U
Usb
- Static variable in class com.cesys.cebo.cebomsr.
DeviceType
V
valueOf(String)
- Static method in enum com.cesys.cebo.cebomsr.
Counter.CounterConfig
Returns the enum constant of this type with the specified name.
valueOf(String)
- Static method in enum com.cesys.cebo.cebomsr.
Trigger.TriggerConfig
Returns the enum constant of this type with the specified name.
values()
- Static method in enum com.cesys.cebo.cebomsr.
Counter.CounterConfig
Returns an array containing the constants of this enum type, in the order they are declared.
values()
- Static method in enum com.cesys.cebo.cebomsr.
Trigger.TriggerConfig
Returns an array containing the constants of this enum type, in the order they are declared.
W
write(float)
- Method in class com.cesys.cebo.cebomsr.
AnalogOutput
Set voltage level directly.
write(int)
- Method in class com.cesys.cebo.cebomsr.
DigitalPort
Set output I/O's.
writeBlock(long, byte[])
- Method in class com.cesys.cebo.cebomsr.
Device
*** Internal use only ***
writeBlock(long, byte[], int)
- Method in class com.cesys.cebo.cebomsr.
Device
*** Internal use only ***
writeFrame(OutputFrame)
- Method in class com.cesys.cebo.cebomsr.
Device
Write multiple outputs at once.
writeRegister(long, long)
- Method in class com.cesys.cebo.cebomsr.
Device
*** Internal use only ***
A
C
D
E
F
G
I
L
O
R
S
T
U
V
W
Package
Class
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes