GeneralParameters Constructor |
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
)
Public Sub New (
xyOutputEnabled As Boolean,
adcOutputEnabled As Boolean,
mapCoordinates As Boolean,
channelLockEnable As Boolean,
channelLockNumber As Byte,
reserved As Byte,
cornerLowerLeft As Byte,
cornerUpperLeft As Byte,
cornerLowerRight As Byte,
cornerUpperRight As Byte,
samples As Integer,
filterFrequency As Byte
)
public:
GeneralParameters(
bool xyOutputEnabled,
bool adcOutputEnabled,
bool mapCoordinates,
bool channelLockEnable,
unsigned char channelLockNumber,
unsigned char reserved,
unsigned char cornerLowerLeft,
unsigned char cornerUpperLeft,
unsigned char cornerLowerRight,
unsigned char cornerUpperRight,
int samples,
unsigned char filterFrequency
)
new :
xyOutputEnabled : bool *
adcOutputEnabled : bool *
mapCoordinates : bool *
channelLockEnable : bool *
channelLockNumber : byte *
reserved : byte *
cornerLowerLeft : byte *
cornerUpperLeft : byte *
cornerLowerRight : byte *
cornerUpperRight : byte *
samples : int *
filterFrequency : byte -> GeneralParameters
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