OTX Reference  
OpenTestSystem.Otx.Extensions.EcuConfiguration.Actions.SetConfigurationRecordAsByteField Class Reference

Sets the current value of the ConfigurationRecord More...

Inheritance diagram for OpenTestSystem.Otx.Extensions.EcuConfiguration.Actions.SetConfigurationRecordAsByteField:
Inheritance graph

Public Attributes

ConfigurationRecordTerm configurationRecord
 ConfigurationRecord which will be set by the byte field. More...
 
ByteFieldTerm value
 ByteField get from GetConfigurationRecordAsByteField to set the ConfigurationRecord. More...
 
- Public Attributes inherited from OpenTestSystem.Otx.Core.Actions.ActionRealisation
OtxLink validFor
 Validity of ActionRealisation. More...
 

Detailed Description

Sets the current value of the ConfigurationRecord

The SetConfigurationRecordAsByteField-activity sets the current value of the ConfigurationRecord. Setting the value of a ConfigurationRecord by means of this action triggers backward conversion of the ByteField into physical values for all affected MCDConfigurationItem objects.

Note
The appropriate MVCI system operation is MCDConfigurationRecord::setConfigurationRecord.
Exceptions
Core.Exceptions.OutOfBoundsExceptionIf no valid value of the ConfigurationRecord can be determined.
Syntax
SetConfigurationRecordAsByteField(ConfigurationRecordTerm configurationRecord, ByteFieldTerm value);
ByteFieldTerm value
ByteField get from GetConfigurationRecordAsByteField to set the ConfigurationRecord.
Definition: EcuConfiguration.cs:644
ConfigurationRecordTerm configurationRecord
ConfigurationRecord which will be set by the byte field.
Definition: EcuConfiguration.cs:634

Member Data Documentation

◆ configurationRecord

ConfigurationRecordTerm OpenTestSystem.Otx.Extensions.EcuConfiguration.Actions.SetConfigurationRecordAsByteField.configurationRecord

ConfigurationRecord which will be set by the byte field.

◆ value

ByteFieldTerm OpenTestSystem.Otx.Extensions.EcuConfiguration.Actions.SetConfigurationRecordAsByteField.value

ByteField get from GetConfigurationRecordAsByteField to set the ConfigurationRecord.