JumpAndDrillShapePattern
Creates the Jump and drill shape pattern.
Overloads
public JumpAndDrillShapePattern() |
public JumpAndDrillShapePattern(float pulseWidth1, float pulseWidth2, float laserModulationDelay, float laserPulseSkew, float laserOffLag, bool usePulseBurstMode) |
Parameters
float | pulseWidth1 | pulse width 1 |
float | pulseWidth2 | pulse Width 2 |
float | laserModulationDelay | laser Modulation Delay |
float | laserPulseSkew | laser Pulse Skew |
float | laserOffLag | Laser Off Lag |
bool | usePulseBurstMode | Burst mode Enable/Disable |
Exceptions
Example
Copy
bool pulsemode = false;
JumpAndDrillShapePattern jumpandDrillPattern = new JumpAndDrillShapePattern((float)2.5, (float)2.5, 14, 1, 2, pulsemode);