Skip to content

PLCamera.PtpStatusEnum Class#

Returns the latched state of the PTP clock.

Applies to: ace 2 GigE and blaze

Visibility: Expert

The feature documentation may provide more information.

Inheritance Hierarchy#

System.Object
  Basler.Pylon.ParameterListEnum
    Basler.Pylon.PLCamera.PtpStatusEnum

Constructors#

 NameDescription
Public methodPLCamera.PtpStatusEnum Initializes a new instance of the PLCamera.PtpStatusEnum class
 

Properties#

 NameDescription
Public propertyDisabled

The port is in the Disabled state. In this state, the port does not place any messages on its communication path. A port in this state discards all PTP received messages except for management messages.

Applies to: ace 2 GigE and blaze

Public propertyFaulty

The port is in the Faulty state. In this state, the port does not place any PTP messages except for management messages that are a required response to another management message on its communication path.

Applies to: ace 2 GigE and blaze

Public propertyInitializing

The port is in the Initializing state. In this state, the port initializes its data sets, hardware, and communication facilities.

Applies to: ace 2 GigE and blaze

Public propertyListening

The port is in the Listening state. In this state, the port is waiting for the so-called announceReceiptTimeout timeout to expire or to receive an Announce message from a master.

Applies to: ace 2 GigE and blaze

Public propertyMaster

The port is in the Master state. In this state, the port is behaving as a master port.

Applies to: ace 2 GigE and blaze

Public propertyName The full name of PtpStatus (Overrides ParameterListEnum.Name.)
Public propertyPassive

The port is in the Passive state. In this state, the port is not behaving as a master port nor does it synchronize with a master port.

Applies to: ace 2 GigE and blaze

Public propertyPreMaster

The port is in the PreMaster state. In this state, the port behaves as if it were in the MASTER state except that some messages will not be placed. Refer to the IEEE 1588 specification for additional information.

Applies to: ace 2 GigE and blaze

Public propertySlave

The port is in the Slave state. In this state, the port is synchronizing with the selected master port.

Applies to: ace 2 GigE and blaze

Public propertyUncalibrated

The port is in the Uncalibrated state. In this state, one or more master ports have been detected in the domain, the appropriate master port has been selected, and the local port is preparing to synchronize with the selected master port.

Applies to: ace 2 GigE and blaze

 

Methods#

 NameDescription
Public methodToString The full name of PtpStatus (Overrides Object.ToString()()()().)
 

PLCamera.PtpStatusEnum.ToString Method#

The full name of PtpStatus

Return Value#

Type: String
Returns the full name of PtpStatus

PLCamera.PtpStatusEnum Constructor#

Initializes a new instance of the PLCamera.PtpStatusEnum class

PLCamera.PtpStatusEnum.Disabled Property#

The port is in the Disabled state. In this state, the port does not place any messages on its communication path. A port in this state discards all PTP received messages except for management messages.

Applies to: ace 2 GigE and blaze

PLCamera.PtpStatusEnum.Faulty Property#

The port is in the Faulty state. In this state, the port does not place any PTP messages except for management messages that are a required response to another management message on its communication path.

Applies to: ace 2 GigE and blaze

PLCamera.PtpStatusEnum.Initializing Property#

The port is in the Initializing state. In this state, the port initializes its data sets, hardware, and communication facilities.

Applies to: ace 2 GigE and blaze

PLCamera.PtpStatusEnum.Listening Property#

The port is in the Listening state. In this state, the port is waiting for the so-called announceReceiptTimeout timeout to expire or to receive an Announce message from a master.

Applies to: ace 2 GigE and blaze

PLCamera.PtpStatusEnum.Master Property#

The port is in the Master state. In this state, the port is behaving as a master port.

Applies to: ace 2 GigE and blaze

PLCamera.PtpStatusEnum.Name Property#

The full name of PtpStatus

PLCamera.PtpStatusEnum.Passive Property#

The port is in the Passive state. In this state, the port is not behaving as a master port nor does it synchronize with a master port.

Applies to: ace 2 GigE and blaze

PLCamera.PtpStatusEnum.PreMaster Property#

The port is in the PreMaster state. In this state, the port behaves as if it were in the MASTER state except that some messages will not be placed. Refer to the IEEE 1588 specification for additional information.

Applies to: ace 2 GigE and blaze

PLCamera.PtpStatusEnum.Slave Property#

The port is in the Slave state. In this state, the port is synchronizing with the selected master port.

Applies to: ace 2 GigE and blaze

PLCamera.PtpStatusEnum.Uncalibrated Property#

The port is in the Uncalibrated state. In this state, one or more master ports have been detected in the domain, the appropriate master port has been selected, and the local port is preparing to synchronize with the selected master port.

Applies to: ace 2 GigE and blaze