- getAnalogOutputs() - Method in class com.cesys.cebomsr.Device
-
Return list of analog outputs.
- getApiVersion() - Static method in class com.cesys.cebomsr.LibraryInterface
-
Request version of the CeboMsr-Base-API.
- getConfig() - Method in class com.cesys.cebomsr.Counter
-
Request configuration of the counter.
- getConfig() - Method in class com.cesys.cebomsr.Trigger
-
Request configuration of the trigger.
- getCounter(int) - Method in class com.cesys.cebomsr.InputFrame
-
Read value of specified counter.
- getCounters() - Method in class com.cesys.cebomsr.Device
-
Return list of counters.
- getCurrentSources() - Method in class com.cesys.cebomsr.Device
-
Return list of current sources.
- getDefaultInterChannelDelay(Range) - Method in class com.cesys.cebomsr.AnalogInput
-
Request default interchannel delay at the given range setting.
- getDeviceType() - Method in class com.cesys.cebomsr.Device
-
Get actual type of device.
- getDifferential(int) - Method in class com.cesys.cebomsr.InputFrame
-
Read value from differential input with given index.
- getDifferentialInputs() - Method in class com.cesys.cebomsr.Device
-
Return list of differential analog inputs.
- getDigitalPort(int) - Method in class com.cesys.cebomsr.InputFrame
-
Read value from digital port with given index.
- getDigitalPorts() - Method in class com.cesys.cebomsr.Device
-
Return list of digital ports.
- getFirmwareVersion() - Method in class com.cesys.cebomsr.Device
-
Read string which contains the firmware version.
- getIdentifier() - Method in class com.cesys.cebomsr.Device
-
Return unique id of device.
- getInterChannelDelay() - Method in class com.cesys.cebomsr.AnalogInput
-
Read active interchannel delay.
- getIoCount() - Method in class com.cesys.cebomsr.DigitalPort
-
Return count of I/O's for the specified port.
- getIoName(int) - Method in class com.cesys.cebomsr.DigitalPort
-
Return name of the I/O as specified by io.
- getLeds() - Method in class com.cesys.cebomsr.Device
-
Return list of LED's.
- getMaxValue() - Method in class com.cesys.cebomsr.Range
-
Return upper voltage.
- getMinInterChannelDelay() - Method in class com.cesys.cebomsr.AnalogInput
-
Return minimum interchannel delay.
- getMinValue() - Method in class com.cesys.cebomsr.Range
-
Return lower voltage.
- getName() - Method in class com.cesys.cebomsr.AnalogInput
-
Returns name of the component.
- getName() - Method in class com.cesys.cebomsr.AnalogOutput
-
Returns name of the component.
- getName() - Method in class com.cesys.cebomsr.Counter
-
Returns name of the component.
- getName() - Method in class com.cesys.cebomsr.CurrentSource
-
Returns name of the component.
- getName() - Method in class com.cesys.cebomsr.DeviceType
-
Return instance name, "Usb", "All", ...
- getName() - Method in class com.cesys.cebomsr.DigitalPort
-
Returns name of the component.
- getName() - Method in class com.cesys.cebomsr.Led
-
Returns name of the component.
- getName() - Method in class com.cesys.cebomsr.Trigger
-
Returns name of the component.
- getRange() - Method in class com.cesys.cebomsr.AnalogInput
-
Read active range level.
- getRange() - Method in class com.cesys.cebomsr.AnalogOutput
-
Read active range level.
- getReferenceCurrent() - Method in class com.cesys.cebomsr.CurrentSource
-
Returns the real current of the constant current source in micro ampere.
- getSerialNumber() - Method in class com.cesys.cebomsr.Device
-
Return serial number of device.
- getSingleEnded(int) - Method in class com.cesys.cebomsr.InputFrame
-
Read value from single ended input with given index.
- getSingleEndedInputs() - Method in class com.cesys.cebomsr.Device
-
Return list of single ended analog inputs.
- getSupportedRanges() - Method in class com.cesys.cebomsr.AnalogInput
-
Return list of the supported ranges.
- getSupportedRanges() - Method in class com.cesys.cebomsr.AnalogOutput
-
Return list of the supported ranges.
- getTemperature() - Method in class com.cesys.cebomsr.Device
-
Read device temperature in degree celsius.
- getTrigger(int) - Method in class com.cesys.cebomsr.InputFrame
-
Read level from trigger with given index.
- getTriggers() - Method in class com.cesys.cebomsr.Device
-
Return list of triggers.
- getWatchdogTimeout() - Method in class com.cesys.cebomsr.Device
-
Read current watchdog timeout setting (250 ms steps, 0xffffffff for infinite time).
- Range - Class in com.cesys.cebomsr
-
These objects are used to set the range of analog inputs and outputs.
- read() - Method in class com.cesys.cebomsr.AnalogInput
-
Read current voltage value.
- read() - Method in class com.cesys.cebomsr.Counter
-
Read current counter value.
- read() - Method in class com.cesys.cebomsr.DigitalPort
-
Read value currently active on the port.
- readBlock(long, byte[]) - Method in class com.cesys.cebomsr.Device
-
*** Internal use only ***
- readBlock(long, byte[], int) - Method in class com.cesys.cebomsr.Device
-
*** Internal use only ***
- readBlocking(int) - Method in class com.cesys.cebomsr.Device
-
Read exact frameCount frames, return after completion, blocks until all data is available.
- readFrame() - Method in class com.cesys.cebomsr.Device
-
Read multiple inputs using the previously defined list (setupInputFrame()).
- readNonBlocking() - Method in class com.cesys.cebomsr.Device
-
Read at much possible available frames, return immediately.
- readRegister(long) - Method in class com.cesys.cebomsr.Device
-
*** Internal use only ***
- reset() - Method in class com.cesys.cebomsr.Counter
-
Reset counter to 0.
- resetDevice() - Method in class com.cesys.cebomsr.Device
-
Restore startup defaults in device.
- resetPeripherals(int) - Method in class com.cesys.cebomsr.Device
-
Reset specified elements in device.
- setAnalogOutput(int, float) - Method in class com.cesys.cebomsr.OutputFrame
-
Define value that should be set on the specified analog output.
- setConfig(Counter.CounterConfig) - Method in class com.cesys.cebomsr.Counter
-
Define behavior of the counter.
- setConfig(Trigger.TriggerConfig) - Method in class com.cesys.cebomsr.Trigger
-
Define behavior of the trigger.
- setDigitalPort(int, int) - Method in class com.cesys.cebomsr.OutputFrame
-
Define value that should be set on the specified digital port.
- setEnabled(boolean) - Method in class com.cesys.cebomsr.Counter
-
Enable or disable counter.
- setEnabled(boolean) - Method in class com.cesys.cebomsr.Led
-
Set state of the on-board led.
- setEnabled(boolean) - Method in class com.cesys.cebomsr.Trigger
-
Enable or disable trigger.
- setOutputEnableMask(int) - Method in class com.cesys.cebomsr.DigitalPort
-
Set output mask.
- setParameters(Range) - Method in class com.cesys.cebomsr.AnalogInput
-
Set new range, interchannel delay is set to the default for this range.
- setParameters(Range, int) - Method in class com.cesys.cebomsr.AnalogInput
-
Set range and user specified interchannel delay.
- setParameters(Range) - Method in class com.cesys.cebomsr.AnalogOutput
-
Set new range.
- setupInputFrame(Input[]) - Method in class com.cesys.cebomsr.Device
-
Define the inputs that were included in the next frame request
(readFrame(), readBlocking() and readNonBlocking()).
- setupOutputFrame(Output[]) - Method in class com.cesys.cebomsr.Device
-
Define the outputs that should be set using the next frame based out transfer.
- setWatchdogTimeout(long) - Method in class com.cesys.cebomsr.Device
-
Set the watchdog timer in 250 ms steps, set to 0xffffffff for infinite time.
- startBufferedDataAcquisition(float, int, boolean) - Method in class com.cesys.cebomsr.Device
-
Initialize a buffered data acquisition.
- startBufferedExternalTimedDataAcquisition(int) - Method in class com.cesys.cebomsr.Device
-
Initialize a buffered data acquisition.
- startContinuousDataAcquisition(float, boolean) - Method in class com.cesys.cebomsr.Device
-
Initialize a continuous data acquisition.
- startContinuousExternalTimedDataAcquisition() - Method in class com.cesys.cebomsr.Device
-
Initialize a continuous data acquisition.
- stopDataAcquisition() - Method in class com.cesys.cebomsr.Device
-
Stop any form of hardware managed data acquisition.