Stg_GetCSUShutterState, Stg_GetDiskSpeed, Stg_GetRelayLensPosition, Stg_SetCSUShutterState, Stg_SetDiskSpeed, Stg_SetRelayLensPosition, Stg_SyncDiskSpeed
Stg_GetCSUShutterState
Description
int Stg_GetCSUShutterState();
This function returns state of the CSU (Spinning Disk).
Stg_GetDiskSpeed
Description
int Stg_GetDiskSpeed();
This function indicates the rotation speed of CSU (Spinning Disk).
Stg_GetRelayLensPosition
Description
Stg_GetRelayLensPosition(
int RelayLensPort
);
Returns the relay lens position of the Yokogawa CSU-W1 device.
Stg_SetCSUShutterState
Description
Stg_SetCSUShutterState(
int ShutterState
);
This function opens and closes the shutter on CSU (Spinning Disk).
Stg_SetDiskSpeed
Description
int Stg_SetDiskSpeed(
int DiskSpeed
);
This function sets the speed of the CSU spinning disk.