Incubator

Stg_Incubator_GetCurrentGas, Stg_Incubator_GetCurrentHumidity, Stg_Incubator_GetCurrentPressure, Stg_Incubator_GetPressureRange, Stg_Incubator_GetTargetGas, Stg_Incubator_GetTargetHumidity, Stg_Incubator_GetTargetPressure, Stg_Incubator_SetAtmosphericPressure, Stg_Incubator_SetTargetGas, Stg_Incubator_SetTargetHumidity, Stg_Incubator_SetTargetPressure, Stg_Incubator_SetVacuumPressure

Stg_Incubator_GetCurrentGas

Description 

 Stg_Incubator_GetCurrentGas(
   char *wcsIncubatorKey,
   double *dGasValueOut
);

This function returns the current gas concentration in the Incubator device.

Parameters

char *wcsIncubatorKey

ID of the Incubator device.

double *dGasValueOut

Gas concentration in percent.

See Also 
Stg_Incubator_SetTargetGas, Stg_Incubator_GetTargetGas

Stg_Incubator_GetCurrentHumidity

Description 

 Stg_Incubator_GetCurrentHumidity(
   char *wcsIncubatorKey,
   double  dHumidityValueOut
);

Gets the current humidity from the incubator.

Parameters

char *wcsIncubatorKey

ID of the Incubator device.

double dHumidityValueOut

Returned humidity value in [%].

Stg_Incubator_GetCurrentPressure

Description 

 Stg_Incubator_GetCurrentPressure(
   char *wcsIncubatorKey,
   double *dPressureValueOut
);

Writes the current pressure inside the device to the dPressureValueOut variable.

Parameters

char *wcsIncubatorKey

ID of the Incubator device.

double *dPressureValueOut

Returned pressure value in [mBar].

Stg_Incubator_GetPressureRange

Description 

 Stg_Incubator_GetPressureRange(
   char *wcsIncubatorKey,
   double  dPressureValueMin,
   double *dPressureValueMax
);

Returns the incubator pressure range.

Parameters

char *wcsIncubatorKey

ID of the Incubator device.

double dPressureValueMin

Minimal pressure value.

double *dPressureValueMax

Maximal pressure value.

Stg_Incubator_GetTargetGas

Description 

 Stg_Incubator_GetTargetGas(
   char *wcsIncubatorKey,
   double *dGasValueOut
);

This function returns set target gas concentration in the Incubator device.

Parameters

char *wcsIncubatorKey

ID of the Incubator device.

double *dGasValueOut

Gas concentration in percent.

See Also 
Stg_Incubator_GetCurrentGas, Stg_Incubator_SetTargetGas

Stg_Incubator_GetTargetHumidity

Description 

 Stg_Incubator_GetTargetHumidity(
   char *wcsIncubatorKey,
   double  dHumidityValueOut
);

Gets the target humidity from the incubator.

Parameters

char *wcsIncubatorKey

ID of the Incubator device.

double dHumidityValueOut

Returned humidity value in [%].

Stg_Incubator_GetTargetPressure

Description 

 Stg_Incubator_GetTargetPressure(
   char *wcsIncubatorKey,
   double *dPressureValueOut
);

Returns the pressure value set by the Stg_Incubator_SetTargetPressure function.

Parameters

char *wcsIncubatorKey

ID of the Incubator device.

double *dPressureValueOut

Returned pressure value in [mBar].

Stg_Incubator_SetAtmosphericPressure

Description 

 Stg_Incubator_SetAtmosphericPressure(
   char *wcsIncubatorKey
);

Stops the vacuum pump.

Parameters

char *wcsIncubatorKey

ID of the Incubator device.

Stg_Incubator_SetTargetGas

Description 

 Stg_Incubator_SetTargetGas(
   char *wcsIncubatorKey,
   double  dGasValueIn
);

This function sets target gas concentration in the Incubator device and starts the procedure.

Parameters

char *wcsIncubatorKey

ID of the Incubator device.

double dGasValueIn

Gas concentration in percent.

See Also 
Stg_Incubator_GetCurrentGas, Stg_Incubator_GetTargetGas

Stg_Incubator_SetTargetHumidity

Description 

 Stg_Incubator_SetTargetHumidity(
   char *wcsIncubatorKey,
   double  dHumidityValueIn
);

Sets the target humidity of the incubator.

Parameters

char *wcsIncubatorKey

ID of the Incubator device.

double dHumidityValueIn

Humidity value in [%].

Stg_Incubator_SetTargetPressure

Description 

 Stg_Incubator_SetTargetPressure(
   char *wcsIncubatorKey,
   double  dPressureValueIn
);

Sets target pressure for the incubator device in mBar.

Parameters

char *wcsIncubatorKey

ID of the Incubator device.

double dPressureValueIn

Pressure value in [mBar].

Stg_Incubator_SetVacuumPressure

Description 

 Stg_Incubator_SetVacuumPressure(
   char *wcsIncubatorKey
);

Starts the vacuum pump at full power to achieve the minimum pressure possible.

Parameters

char *wcsIncubatorKey

ID of the Incubator device.