Click or drag to resize

GeneralParameters Constructor

Initializes a new instance of the GeneralParameters class.

Namespace:  ProScript
Assembly:  proscript-csharp (in proscript-csharp.dll) Version: 1.2.79.0 (1.2.79.0)
Syntax
public GeneralParameters(
	bool xyOutputEnabled,
	bool adcOutputEnabled,
	bool mapCoordinates,
	bool channelLockEnable,
	byte channelLockNumber,
	byte reserved,
	byte cornerLowerLeft,
	byte cornerUpperLeft,
	byte cornerLowerRight,
	byte cornerUpperRight,
	int samples,
	byte filterFrequency
)

Parameters

xyOutputEnabled
Type: SystemBoolean
Is XY output enabled?
adcOutputEnabled
Type: SystemBoolean
Is ADC output enabled?
mapCoordinates
Type: SystemBoolean
Are coordinates being mapped?
channelLockEnable
Type: SystemBoolean
Is channel lock enabled?
channelLockNumber
Type: SystemByte
What channel is locked?
reserved
Type: SystemByte
Reserved for future use.
cornerLowerLeft
Type: SystemByte
Which corner is the lower left?
cornerUpperLeft
Type: SystemByte
Which corner is the upper left?
cornerLowerRight
Type: SystemByte
Which corner is the lower right?
cornerUpperRight
Type: SystemByte
Which corner is the upper right?
samples
Type: SystemInt32
How many samples?
filterFrequency
Type: SystemByte
What's the filter frequency?
See Also