MultiCam Boards Documentation > MultiCam Documentation > MultiCam Reference > Channel Class > Camera Features Category > Expert Level (Camera Features) > ResetEdge

ResetEdge

Picolo Picolo Junior 4 Picolo Pro 2 Picolo Pro 3 Picolo Tetra Picolo Tymo Picolo Alert Picolo Diligent

Description

Type

Enumerated

Description

Significant edge of main reset control line to camera

"Set" effect

Sets the main reset significant edge

"Get" effect

Returns the main reset significant edge currently involved

Classification

Class

Channel

Category

Camera Features

Level

Expert

Identifiers

String

ResetEdge

C, C++

MC_ResetEdge

.NET

MC.ResetEdge

Numerical

1028

This parameter, along with ResetCtl, declares the attributes of the main reset signal applied to the camera feeding the channel.

In case of area-scan cameras, the main reset signal implements the asynchronous frame reset function, which usually triggers the frame exposure condition inside the camera.

In case of line-scan cameras, the main reset signal implements the line reset function, which usually triggers the line exposure condition inside the camera.

Some cameras use an additional reset control line to independently control the expose and read-out functions. Refer to the AuxResetEdge parameter.

The parameter indicates the logic polarity delivered through the main reset line the camera obeys to.

Possible values

Name

Identifier

Description

GOHIGH

MC_ResetEdge_GOHIGH

The camera reacts to a positive going pulse over the main reset control line.

GOLOW

MC_ResetEdge_GOLOW

The camera reacts to a negative going pulse over the main reset control line.