Skip to main content

RsaMotorStudioProject

**Experimental**

type RsaMotorStudioProject {
createdAt: DateTime!
createdBy: DesWorkspaceUser!
createdById: ID! @deprecated
description: String
easyModeConfigs: [RsaMotorStudioEasyModeConfig!]!
folderId: String!
id: ID!
modifiedAt: DateTime
modifiedBy: DesWorkspaceUser
modifiedById: ID @deprecated
name: String!
parentSolutions: [SolSolution!]!
scopeCaptures: [RsaMotorStudioScopeCapture!]!
scopeConfigs: [RsaMotorStudioScopeConfig!]!
tunings: [RsaMotorStudioTuning!]!
variableSets: [RsaMotorStudioVariableSet!]!
}

Fields

RsaMotorStudioProject.createdAt ● DateTime! non-null scalar

**Experimental**

RsaMotorStudioProject.createdBy ● DesWorkspaceUser! non-null object

**Experimental**

RsaMotorStudioProject.createdById ● ID! deprecated non-null scalar

DEPRECATED

Fields play a technical role for schema stitching purposes.

**Experimental**

RsaMotorStudioProject.description ● String scalar

**Experimental**

RsaMotorStudioProject.easyModeConfigs ● [RsaMotorStudioEasyModeConfig!]! non-null object

**Experimental** Collection of easymode configurations associated with the motor studio project.

RsaMotorStudioProject.folderId ● String! non-null scalar

**Experimental**

RsaMotorStudioProject.id ● ID! non-null scalar

**Experimental**

RsaMotorStudioProject.modifiedAt ● DateTime scalar

**Experimental**

RsaMotorStudioProject.modifiedBy ● DesWorkspaceUser object

**Experimental**

RsaMotorStudioProject.modifiedById ● ID deprecated scalar

DEPRECATED

Fields play a technical role for schema stitching purposes.

**Experimental**

RsaMotorStudioProject.name ● String! non-null scalar

**Experimental**

RsaMotorStudioProject.parentSolutions ● [SolSolution!]! non-null object

**Experimental** Parent solutions linked to this MotorStudio project.

RsaMotorStudioProject.scopeCaptures ● [RsaMotorStudioScopeCapture!]! non-null object

**Experimental** Collection of scope captures associated with the motor studio project.

RsaMotorStudioProject.scopeConfigs ● [RsaMotorStudioScopeConfig!]! non-null object

**Experimental** Collection of scope configurations associated with the motor studio project.

RsaMotorStudioProject.tunings ● [RsaMotorStudioTuning!]! non-null object

**Experimental** Collection of tunings linked with the motor studio project.

RsaMotorStudioProject.variableSets ● [RsaMotorStudioVariableSet!]! non-null object

**Experimental** Collection of variable sets associated with the motor studio project.