JumpAndDrillShapePattern LaserModulationDelay
Get or Set the laser modulation delay.
| public float LaserModulationDelay {get;Set} |
Return value
| float | Laser modulation delay |
Exceptions
| empty |
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;