JumpAndDrillShapePattern LaserOffLag

Get or Set the Laser off lag. The off lag is the delay which the laser on signal should wait to turn off, after switching off the modulation signal.

public float LaserOffLag {get;Set}

 

Return value

float Laser off lag in

 

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;