Package analoginput.measurementcomputing
Class MCCParameters
java.lang.Object
analoginput.measurementcomputing.MCCParameters
- All Implemented Interfaces:
Serializable,Cloneable,ManagedParameters
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionintReally the device index, not the device number.static final long -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet a set of data that describes all of the parameters in a classvoidsetAnalogDeviceParams(AnalogDeviceParams analogDeviceParams)
-
Field Details
-
serialVersionUID
public static final long serialVersionUID- See Also:
-
deviceNumber
public int deviceNumberReally the device index, not the device number.
-
-
Constructor Details
-
MCCParameters
public MCCParameters()
-
-
Method Details
-
getAnalogDeviceParams
- Returns:
- the analogDeviceParams
-
setAnalogDeviceParams
- Parameters:
analogDeviceParams- the analogDeviceParams to set
-
getParameterSet
Description copied from interface:ManagedParametersGet a set of data that describes all of the parameters in a class- Specified by:
getParameterSetin interfaceManagedParameters- Returns:
- description of the parameters in a class.
-