Bases: ManufacturerSpec_Type
Represents the XML element EnvironmentalControlDevice.
This element describes an Environmental Control Device available for this Instrument to maintain a controlled Imaging Environment during Imaging Environment.
fromBase ( base )
staticmethod
fromJsonFile ( path , validate = True )
fromJsonString ( json_string , validate = True )
fromXmlFile ( path , validate = True )
fromXmlString ( xml_string , validate = True )
toXmlFile ( filename , validate = True )
toXmlString ( validate = True )
setID ( value , validate = True )
setName ( value , validate = True )
setTemperatureControl ( value , validate = True )
Sets the value of the TemperatureControl attribute.
This field captures whether this Environmental Control Device provides Temperature control and what type of control it provides. If no Temperature control is provided please enter "None".
Parameters:
Name
Type
Description
Default
value
EnvironmentalControlMethod_Type
required
validate
(boolean , optional )
If true, validates constraints on value. Default is true.
True
getTemperatureControl ()
Returns the value of the TemperatureControl attribute.
This field captures whether this Environmental Control Device provides Temperature control and what type of control it provides. If no Temperature control is provided please enter "None".
Returns:
Type
Description
EnvironmentalControlMethod_Type
The value of the attribute
resetTemperatureControl ()
Resets the TemperatureControl attribute to an unset state.
This field captures whether this Environmental Control Device provides Temperature control and what type of control it provides. If no Temperature control is provided please enter "None".
hasTemperatureControl ()
Checks whether the optional TemperatureControl attribute is present.
This field captures whether this Environmental Control Device provides Temperature control and what type of control it provides. If no Temperature control is provided please enter "None".
Returns:
Type
Description
boolean
true if the optional attribute has been set, false otherwise
setHumidityControl ( value , validate = True )
Sets the value of the HumidityControl attribute.
This field captures whether this Environmental Control Device provides Humidity control and what type of control it provides. If no Humidity control is provided please enter None.
Parameters:
Name
Type
Description
Default
value
HumidityControlMethod_Type
required
validate
(boolean , optional )
If true, validates constraints on value. Default is true.
True
getHumidityControl ()
Returns the value of the HumidityControl attribute.
This field captures whether this Environmental Control Device provides Humidity control and what type of control it provides. If no Humidity control is provided please enter None.
Returns:
Type
Description
HumidityControlMethod_Type
The value of the attribute
resetHumidityControl ()
Resets the HumidityControl attribute to an unset state.
This field captures whether this Environmental Control Device provides Humidity control and what type of control it provides. If no Humidity control is provided please enter None.
hasHumidityControl ()
Checks whether the optional HumidityControl attribute is present.
This field captures whether this Environmental Control Device provides Humidity control and what type of control it provides. If no Humidity control is provided please enter None.
Returns:
Type
Description
boolean
true if the optional attribute has been set, false otherwise
setCO2Control ( value , validate = True )
Sets the value of the CO2Control attribute.
This field captures whether this Environmental Control Device provides CO2 control and what type of control it provides. If no CO2 control is provided please enter None.
Parameters:
Name
Type
Description
Default
value
CO2ControlMethod_Type
required
validate
(boolean , optional )
If true, validates constraints on value. Default is true.
True
getCO2Control ()
Returns the value of the CO2Control attribute.
This field captures whether this Environmental Control Device provides CO2 control and what type of control it provides. If no CO2 control is provided please enter None.
Returns:
Type
Description
CO2ControlMethod_Type
The value of the attribute
resetCO2Control ()
Resets the CO2Control attribute to an unset state.
This field captures whether this Environmental Control Device provides CO2 control and what type of control it provides. If no CO2 control is provided please enter None.
hasCO2Control ()
Checks whether the optional CO2Control attribute is present.
This field captures whether this Environmental Control Device provides CO2 control and what type of control it provides. If no CO2 control is provided please enter None.
Returns:
Type
Description
boolean
true if the optional attribute has been set, false otherwise
setO2Control ( value , validate = True )
setVibrationControl ( value , validate = True )
setStandCompatibility ( value , validate = True )
resetStandCompatibility ()
setPerfusion ( value , validate = True )
setLidMaterial ( value , validate = True )
Sets the value of the LidMaterial attribute.
In case this Environmental Control Device consists of a Sample Holder Chamber, this field captures the Material that constitutes the Lid of the Chamber.
Parameters:
Name
Type
Description
Default
value
string
required
validate
(boolean , optional )
If true, validates constraints on value. Default is true.
True
getLidMaterial ()
Returns the value of the LidMaterial attribute.
In case this Environmental Control Device consists of a Sample Holder Chamber, this field captures the Material that constitutes the Lid of the Chamber.
Returns:
Type
Description
string
The value of the attribute
resetLidMaterial ()
Resets the LidMaterial attribute to an unset state.
In case this Environmental Control Device consists of a Sample Holder Chamber, this field captures the Material that constitutes the Lid of the Chamber.
hasLidMaterial ()
Checks whether the LidMaterial attribute is present.
In case this Environmental Control Device consists of a Sample Holder Chamber, this field captures the Material that constitutes the Lid of the Chamber.
Returns:
Type
Description
boolean
true if the attribute has been set, false otherwise
getLidMaterialAllowedValues ()
staticmethod
Returns the allowed values for this attribut.
In case this Environmental Control Device consists of a Sample Holder Chamber, this field captures the Material that constitutes the Lid of the Chamber.
Returns:
Type
Description
std::set< str,std::less< str >,std::allocator< str > >
The list of allowed values
setMaxTemperature ( value , validate = True )
setMaxTemperatureUnit ( value , validate = True )
resetMaxTemperatureUnit ()
setMinTemberature ( value , validate = True )
setMinTemperatureUnit ( value , validate = True )
resetMinTemperatureUnit ()
setTemperatureAccuracy ( value , validate = True )
resetTemperatureAccuracy ()
setTemperatureAccuracyUnit ( value , validate = True )
getTemperatureAccuracyUnit ()
resetTemperatureAccuracyUnit ()
hasTemperatureAccuracyUnit ()
setTTL ( value , validate = True )
setAnnotationRef ( value , validate = True )