Stg_GetLaserOutputModality, Stg_GetLaserOutputNumPorts, Stg_GetLaserOutputPortUsed, Stg_GetLaserOutputPortUsedEx, Stg_SetLaserOutputPortUsed, Stg_SetLaserOutputPortUsedEx
Stg_GetLaserOutputModality
Description
int Stg_GetLaserOutputModality();
This function retrieves the current modality of the Laser Output logical device.
Stg_GetLaserOutputNumPorts
Description
int Stg_GetLaserOutputNumPorts();
This function returns number of ports of the Laser Output logical device.
Stg_GetLaserOutputPortUsed
Description
Stg_GetLaserOutputPortUsed(
int LaserPort
);
Returns current state of the Laser Output logical device.
Stg_GetLaserOutputPortUsedEx
Description
Stg_GetLaserOutputPortUsedEx( char *SwitcherName
, intLaserPort
);
Returns whether the specified laser port is used or not.
Stg_SetLaserOutputPortUsed
Description
Stg_SetLaserOutputPortUsed( intLaserPort
, intPortUsed
);
Sets a port of Laser Output logical device used (open).