Page MenuHomeFeedback Tracker

Add scripting commands "getAperture" and "getApertureNew"
Acknowledged, WishlistPublic

Description

getAperture
getApertureNew

  • There's no way to get aperture, just set. So 'gets' for 'sets'...
  • Example: setAperture 0.1; waitUntil{sleep 0.1; setAperture (getAperture + 0.01); getAperture >= 0.5};
  • Example: setApertureNew [0.01, 0.02, 0.03, 0.01]; waitUntil{sleep 0.1; setApertureNew [0.01, 0.02, 0.03, (getApertureNew select 3)+0.01]; getApertureNew select 3 >= 0.1};

Details

Legacy ID
1368356414
Severity
None
Resolution
Open
Reproducibility
N/A
Category
Feature Request

Event Timeline

h- set Category to Feature Request.Aug 27 2015, 7:34 AM
h- set Reproducibility to N/A.
h- set Severity to None.
h- set Resolution to Open.
h- set Legacy ID to 1368356414.May 8 2016, 12:34 PM