JumpAndDrillShapePattern LaserPulseSkew
Get or Set the pulse timing skew between the laser 1 modulation signal and the laser 2 modulation signal or the time delay between the two modulation signals.
public float LaserPulseSkew {get;Set} |
Return value
float | The delay between laser modulation signals |
Example
Copy
JumpAndDrillShapePattern jumpandDrillPattern = new JumpAndDrillShapePattern();
jumpandDrillPattern.PulseWidth1 = (float)2.5;
jumpandDrillPattern.PulseWidth2 = (float)2.5;
jumpandDrillPattern.LaserModulationDelay = 14;
jumpandDrillPattern.LaserPulseSkew = 1;
jumpandDrillPattern.LaserOffLag = 2;
jumpandDrillPattern.UsePulseBurstMode = false;