Uses of Class
ch.psi.wica.infrastructure.channel.WicaChannelPropertiesBuilder
Packages that use WicaChannelPropertiesBuilder
Package
Description
Classes providing support for the low-level infrastructure that underpins a wica channel.
-
Uses of WicaChannelPropertiesBuilder in ch.psi.wica.infrastructure.channel
Methods in ch.psi.wica.infrastructure.channel that return WicaChannelPropertiesBuilderModifier and TypeMethodDescriptionstatic WicaChannelPropertiesBuilderWicaChannelPropertiesBuilder.create()WicaChannelPropertiesBuilder.withChannelProperties(WicaChannelProperties wicaChannelProperties) WicaChannelPropertiesBuilder.withChannelPropertiesFromStream(WicaStreamProperties wicaStreamProperties) WicaChannelPropertiesBuilder.withDataAcquisitionMode(WicaDataAcquisitionMode dataAcquisitionMode) WicaChannelPropertiesBuilder.withDefaultProperties()WicaChannelPropertiesBuilder.withFieldsOfInterest(String fieldsOfInterest) WicaChannelPropertiesBuilder.withFilterCycleLength(int filterCycleLength) WicaChannelPropertiesBuilder.withFilterDeadband(double filterDeadband) WicaChannelPropertiesBuilder.withFilterNumSamples(int filterNumSamples) WicaChannelPropertiesBuilder.withFilterNumSamplesInAverage(int filterNumSamplesInAverage) WicaChannelPropertiesBuilder.withFilterSamplingIntervalInMillis(int filterSamplingIntervalInMillis) WicaChannelPropertiesBuilder.withFilterType(WicaFilterType filterType) WicaChannelPropertiesBuilder.withNumericPrecision(int numericPrecision) WicaChannelPropertiesBuilder.withPollingIntervalInMillis(int pollingIntervalInMillis)