Skip to content

Commit 387fc6e

Browse files
committed
Set Rotator.Mechanical position to be a mandatory property
1 parent 936102a commit 387fc6e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Conform/Devices/RotatorTester.vb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,7 @@ Friend Class RotatorTester
307307
End If
308308

309309
Catch ex As Exception
310-
HandleException("MechanicalPosition", MemberType.Property, Required.MustBeImplemented, ex, "CanSync is True")
310+
HandleException("MechanicalPosition", MemberType.Property, Required.Mandatory, ex, "")
311311
End Try
312312

313313
End If

0 commit comments

Comments
 (0)