Click or drag to resize

GeneralParameters Class

This class represents general operating parameters for a ScripTouch device.
Inheritance Hierarchy
SystemObject
  ProScriptGeneralParameters

Namespace:  ProScript
Assembly:  proscript-csharp (in proscript-csharp.dll) Version: 1.2.79.0 (1.2.79.0)
Syntax
public sealed class GeneralParameters

The GeneralParameters type exposes the following members.

Constructors
  NameDescription
Public methodGeneralParameters
Initializes a new instance of the GeneralParameters class.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetChannelLockNumber
Gets the currently locked channel number.
Public methodGetCornerLowerLeft
Gets the number of the corner currently considered to be the lower left.
Public methodGetCornerLowerRight
Gets the number of the corner currently considered to be the lower right.
Public methodGetCornerUpperLeft
Gets the number of the corner currently considered to be the upper left.
Public methodGetCornerUpperRight
Gets the number of the corner currently considered to be the upper right.
Public methodGetFilterFrequency
Gets the current filter frequency.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetReserved
The parameter is not used.
Public methodGetSamples
Gets the number of sample to take before returning a coordinate.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIsAdcOutputEnabled
Gets whether or not ADC output is currently enabled.
Public methodIsChannelLockEnabled
Gets whether or not channel lock is enabled.
Public methodIsXyOutputEnabled
Gets whether or not XY output is enabled or not.
Public methodMapCoordinates
Gets whether or not coordinates are currently being error and calibration corrected.
Public methodSetAdcOutputEnabled
Sets whether or not ADC output is currently enabled.
Public methodSetChannelLockEnable
Sets whether or not channel lock is enabled.
Public methodSetChannelLockNumber
Sets the channel lock number.
Public methodSetCornerLowerLeft
Sets the lower left corner.
Public methodSetCornerLowerRight
Sets the lower right corner.
Public methodSetCornerUpperLeft
Sets the upper left corner.
Public methodSetCornerUpperRight
Sets the upper right corner.
Public methodSetFilterFrequency
Sets the filter frequency.
Public methodSetMapCoordinates
Sets whether or not coordinates get mapped.
Public methodSetReserved
The parameter is not used.
Public methodSetSamples
Sets the samples required to output a coordinate.
Public methodSetXyOutputEnabled
Sets whether or not XY output is currently enabled.
Public methodToString
Converts this object into a human readable string.
(Overrides ObjectToString.)
Top
See Also