laserRecordModel.addChild( "Excitation_Measurement", excitationMeasurementRecordModel, false ); //$NON-NLS-1$
laserRecordModel.updateDisplayName();
final RecordModel excitationRecordModel = recordModelFactory.createRecordModel( "Excitation" ); //$NON-NLS-1$
excitationRecordModel.addChild("Excitation_choices", laserRecordModel, false); //$NON-NLS-1$
excitationRecordModel.updateDisplayName();
spotRecordModel.addChild( "Excitation", excitationRecordModel, false ); //$NON-NLS-1$
spotRecordModel.updateDisplayName();
}
}