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
Description
Stg_Incubator_GetCurrentGas( char *wcsIncubatorKey
, double *dGasValueOut
);
This function returns the current gas concentration in the Incubator device.
Parameters
See Also
Stg_Incubator_SetTargetGas, Stg_Incubator_GetTargetGas
Description
Stg_Incubator_GetCurrentHumidity( char *wcsIncubatorKey
, doubledHumidityValueOut
);
Gets the current humidity from the incubator.
Description
Stg_Incubator_GetCurrentPressure( char *wcsIncubatorKey
, double *dPressureValueOut
);
Writes the current pressure inside the device to the dPressureValueOut
variable.
Description
Stg_Incubator_GetPressureRange( char *wcsIncubatorKey
, doubledPressureValueMin
, double *dPressureValueMax
);
Returns the incubator pressure range.
Description
Stg_Incubator_GetTargetGas( char *wcsIncubatorKey
, double *dGasValueOut
);
This function returns set target gas concentration in the Incubator device.
Parameters
See Also
Stg_Incubator_GetCurrentGas, Stg_Incubator_SetTargetGas
Description
Stg_Incubator_GetTargetHumidity( char *wcsIncubatorKey
, doubledHumidityValueOut
);
Gets the target humidity from the incubator.
Description
Stg_Incubator_GetTargetPressure( char *wcsIncubatorKey
, double *dPressureValueOut
);
Returns the pressure value set by the Stg_Incubator_SetTargetPressure function.
Description
Stg_Incubator_SetAtmosphericPressure(
char *wcsIncubatorKey
);
Stops the vacuum pump.
Description
Stg_Incubator_SetTargetGas( char *wcsIncubatorKey
, doubledGasValueIn
);
This function sets target gas concentration in the Incubator device and starts the procedure.
Parameters
See Also
Stg_Incubator_GetCurrentGas, Stg_Incubator_GetTargetGas
Description
Stg_Incubator_SetTargetHumidity( char *wcsIncubatorKey
, doubledHumidityValueIn
);
Sets the target humidity of the incubator.