Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ Represents Sherlock version and configuration data.

| Field | Type | Label | Description |
| ----- | ---- | ----- | ----------- |
| releaseVersion | [string](#string) | | The current version of Sherlock, formatted as: YYYY R# (Ex. "2025 R1") |
| releaseVersion | [string](#string) | | The current version of Sherlock, formatted as: YYYY R# (Ex. "2025 R2") |
| defaultProjectDir | [string](#string) | | The project directory currently used by Sherlock. |
| isSingleProjectMode | [bool](#bool) | | When true, indicates that Sherlock is in single-project mode. When false, indicates that Sherlock is in multi-project mode. |

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ under the `CCA _METADATA` folder after aligning the layer interactively.
"project": "Tutorial Project",
"strainMapFiles": [
{
"strainMapFile": "v251\\sherlock\\tutorial\\StrainMaps\\StrainMap.csv",
"strainMapFile": "v252\\sherlock\\tutorial\\StrainMaps\\StrainMap.csv",
"fileComment": "test comment",
"headerRowCount": 0,
"referenceIDColumn": "SolidID",
Expand All @@ -24,7 +24,7 @@ under the `CCA _METADATA` folder after aligning the layer interactively.
"fileType": 0
},
{
"strainMapFile": "v251\\sherlock\\tutorial\\StrainMaps\\TutorialStrainMap-BOT.jpg",
"strainMapFile": "v252\\sherlock\\tutorial\\StrainMaps\\TutorialStrainMap-BOT.jpg",
"fileComment": "test comment",
"cca": [
"Main Board"
Expand All @@ -35,7 +35,7 @@ under the `CCA _METADATA` folder after aligning the layer interactively.
"boardBounds": [
{
"vertexX": -3.7464000000000004,
"vertexY": -2.2515
"vertexY": -2.2525
},
{
"vertexX": 3.746400000000001,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ under the `CCA _METADATA `folder after aligning the layer interactively.
"project": "Tutorial Project",
"thermalMapFiles": [
{
"thermalMapFile": "v251\\sherlock\\tutorial\\ThermalMaps\\Thermal Map.csv",
"thermalMapFile": "v252\\sherlock\\tutorial\\ThermalMaps\\Thermal Map.csv",
"thermalMapFileProperties": {
"fileName": "Thermal Map CSV",
"fileType": 0,
Expand All @@ -33,7 +33,7 @@ under the `CCA _METADATA `folder after aligning the layer interactively.
}
},
{
"thermalMapFile": "v251\\sherlock\\tutorial\\ThermalMaps\\Thermal Image.jpg",
"thermalMapFile": "v252\\sherlock\\tutorial\\ThermalMaps\\Thermal Image.jpg",
"thermalMapFileProperties": {
"fileName": "Thermal Image Test",
"fileType": 2,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@


{
"archiveFile": "v251\\sherlock\\tutorial\\ODB++ Tutorial.tgz",
"archiveFile": "v252\\sherlock\\tutorial\\ODB++ Tutorial.tgz",
"project": "ODB Import",
"ccaName": "ODB CCA",
"processLayerThickness": true,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
{
"project": "Tutorial Project Import",
"category": "Test Category",
"archiveFile": "v251\\sherlock\\tutorial\\Tutorial Project.zip"
"archiveFile": "v252\\sherlock\\tutorial\\Tutorial Project.zip"
}

## Python Example
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"projZipRequest": {
"project": "Tutorial Project Import",
"category": "Test Category",
"archiveFile": "v251\\sherlock\\tutorial\\Tutorial Project.zip"
"archiveFile": "v252\\sherlock\\tutorial\\Tutorial Project.zip"
},
"destFileDir": "C:\\Users\\Documents\\Sherlock\\projects"
}
Expand Down
10 changes: 5 additions & 5 deletions 2025R2/Sherlock-25-r2/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ hard drive when you installed the Ansys software (version 211 and later). You
will find the files in the following location (the file path may vary if you
installed your Ansys software in a nondefault location):

Windows: `C:/Program Files/ANSYS Inc/v251/sherlock/grpc`
Windows: `C:/Program Files/ANSYS Inc/v252/sherlock/grpc`

Linux: `/ansys_inc/v251/sherlock/grpc`
Linux: `/ansys_inc/v252/sherlock/grpc`

The instructions from [the gRPC website](https://grpc.io/docs/what-is-grpc/introduction/) explain how to implement the `.proto`
files. Currently, the `.proto` files included with Sherlock are:
Expand Down Expand Up @@ -58,9 +58,9 @@ the following:

For Windows users, open your computer's command-line interface and enter the command below (you can copy and paste the text) and press Enter. This will change the active directory to the location of your Sherlock installation. If you installed your Ansys software in a non-default location, modify the command-line accordingly.

cd "C:\Program Files\ANSYS Inc\251\sherlock"
cd "C:\Program Files\ANSYS Inc\252\sherlock"

For Linux users, make sure you have updated all users' login startup files as described in the [Post-Installation Procedures](https://ansyshelp.ansys.com/public/account/secured?returnurl=/Views/Secured/corp/v251/en/installation/unix_post_mech.html#linux_postinst_sherlock_01) for Sherlock in Ansys' **Linux Installation Guide**, *5.1.7. Post-Installation Procedures for Ansys Sherlock.*
For Linux users, make sure you have updated all users' login startup files as described in the [Post-Installation Procedures](https://ansyshelp.ansys.com/public/account/secured?returnurl=/Views/Secured/corp/v252/en/installation/unix_post_mech.html#linux_postinst_sherlock_01) for Sherlock in Ansys' **Linux Installation Guide**, *5.1.7. Post-Installation Procedures for Ansys Sherlock.*

Once you have changed directory (Windows), enter the command below. (In the examples shown, port 9090 is selected, but you may specify any of your computer's available communications ports.)

Expand Down Expand Up @@ -136,7 +136,7 @@ the following:

2. In Windows Environment Variables, add the file path to the Python scripts to the Path System variable. If your Ansys software is installed in the default location, the path to the scripts looks like this:

`C:\Program Files\ANSYS Inc\v251\sherlock\grpc\python`
`C:\Program Files\ANSYS Inc\v252\sherlock\grpc\python`

[The API Index](index-to-sherlock-api.md "Index to the Sherlock APIs") gives an
overview of all the functions available to you. For each API, you can find an example of its implementation in the section [Examples](Examples.md).
Expand Down
2 changes: 1 addition & 1 deletion 2025R2/Sherlock-25-r2/sherlock-reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -777,7 +777,7 @@ Represents Sherlock version and configuration data.

| Field | Type | Label | Description |
| ----- | ---- | ----- | ----------- |
| releaseVersion | [string](#string) | | The current version of Sherlock, formatted as: YYYY R# (Ex. "2025 R1"). |
| releaseVersion | [string](#string) | | The current version of Sherlock, formatted as: YYYY R# (Ex. "2025 R2"). |
| defaultProjectDir | [string](#string) | | The project directory currently used by Sherlock. |
| isSingleProjectMode | [bool](#bool) | | When true, indicates that Sherlock is in single-project mode. When false, indicates that Sherlock is in multi-project mode. |

Expand Down