EasyManuals Logo

Sekonic C-7000 SDK User Manual

Sekonic C-7000 SDK
23 pages
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Page #18 background imageLoading...
Page #18 background image
C-7000 SDK REFERENCE MANUAL
No. I401-C-700-034
Page 18
2012/03/01
3.7.6. SK_SetMeasConfig ()
opeartion
To set the configuration of measurement in the device
type
Function SK_SetMeasConfig(ByRef MeasConfig As SKS_MEAS_CONFIG) as Long
argument
Configuration of measurement set in the device (refer3.6.13)
return
value
Result of communication with C-7000 (refer3.5.1)
note
To set the measuremet configuration of connected C-7000 (view angle, measurement
mode, exposure time, shutter speed)
example
Private C7000Device As New C7000.SDK ' generate instance of SDK
Private Sub Sample()
Dim SDKResult As Long
Dim Config As C7000.SDK.SKS_MEAS_CONFIG
' >>>>> set measurement configuration <<<<<
Config.MeasuringMode = C7000.SDK.SKF_MEASURING_MODE.AMBIENT
Config.FieldOfView = C7000.SDK.SKF_FIELD_OF_VIEW._2DEG
Config.ExposureTime = C7000.SDK.SKF_EXPOSURE_TIME.AUTO
Config.ShutterSpeed = C7000.SDK.SKF_SHUTTER_SPEED._1_125SEC
SDKResult = C7000Device.SK_SetMeasConfig(Config)
If C7000.SDK.SKF_STATUS_COM.SUCCESS <> SDKResult Then ' set configuration
error ?!
' add error processing...
End If
End Sub

Questions and Answers:

Question and Answer IconNeed help?

Do you have a question about the Sekonic C-7000 SDK and is the answer not in the manual?

Sekonic C-7000 SDK Specifications

General IconGeneral
BrandSekonic
ModelC-7000 SDK
CategoryMeasuring Instruments
LanguageEnglish

Related product manuals