CSU

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).

Return Values

int

CSU Shutter State

0

Shutter is closed 0

1

Shutter is open

Stg_GetDiskSpeed

Description 

int Stg_GetDiskSpeed();

This function indicates the rotation speed of CSU (Spinning Disk).

Return Values

int

rotation speed of CSU (Spinning Disk) in RPM.

Stg_GetRelayLensPosition

Description 

 Stg_GetRelayLensPosition(
   int  RelayLensPort
);

Returns the relay lens position of the Yokogawa CSU-W1 device.

Parameters

int RelayLensPort

CSU-W1 relay lens port.

Stg_SetCSUShutterState

Description 

 Stg_SetCSUShutterState(
   int  ShutterState
);

This function opens and closes the shutter on CSU (Spinning Disk).

Parameters

int ShutterState

State of shutter.

0

close shutter

1

open shutter

Stg_SetDiskSpeed

Description 

int Stg_SetDiskSpeed(
   int  DiskSpeed
);

This function sets the speed of the CSU spinning disk.

Parameters

int DiskSpeed

Disk Speed in RPM.

Return Values

int

The rotation speed of CSU (Spinning Disk) is in RPM.

Stg_SetRelayLensPosition

Description 

 Stg_SetRelayLensPosition(
   int  RelayLensPort,
   int  RelayLensPosition
);

Sets the relay lens position of the Yokogawa CSU-W1 device.

Parameters

int RelayLensPort

CSU-W1 relay lens port.

int RelayLensPosition

CSU-W1 relay lens position.

Stg_SyncDiskSpeed

Description 

 Stg_SyncDiskSpeed();

This function is exclusively for the CSU device. It synchronizes CSU spinning disk rotation speed of the camera exposure.