Setmeasconfig () - Sekonic C-7000 SDK Reference Manual

Table of Contents

Advertisement

C-7000 SDK REFERENCE MANUAL
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
Result of communication with C-7000 (refer3.5.1)
value
To set the measuremet configuration of connected C-7000 (view angle, measurement
note
mode, exposure time, shutter speed)
Private
Private Sub
Dim
Dim
' >>>>> set measurement configuration <<<<<
Config.MeasuringMode = C7000.SDK.SKF_MEASURING_MODE.AMBIENT
example
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
error ?!
End If
End Sub
C7000Device
As New
C7000.SDK
Sample()
SDKResult
As Long
Config
As
C7000.SDK.SKS_MEAS_CONFIG
C7000.SDK.SKF_STATUS_COM.SUCCESS <> SDKResult
' add error processing...
No. I401-C-700-034
' generate instance of SDK
Then
' set configuration
Page 18
2012/03/01

Advertisement

Table of Contents
loading

Table of Contents