Skip to content

PLInterface.CxpPort0PowerStateEnum Class#

Returns the Power over CXP (PoCXP) state of CXP port 0.

Applies to: CoaXPress

Visibility: Beginner

The feature documentation may provide more information.

Inheritance Hierarchy#

System.Object
  Basler.Pylon.ParameterListEnum
    Basler.Pylon.PLInterface.CxpPort0PowerStateEnum

Constructors#

 NameDescription
Public methodPLInterface.CxpPort0PowerStateEnum Initializes a new instance of the PLInterface.CxpPort0PowerStateEnum class
 

Properties#

 NameDescription
Public propertyAdcFault

The PoCXP state can't be determined because of an A/D converter fault.

Applies to: CoaXPress

Public propertyDisabled

PoCXP is disabled.

Applies to: CoaXPress

Public propertyHighCurrent

PoCXP is off because of an over current trip.

Applies to: CoaXPress

Public propertyHighVoltage

PoCXP is off because the voltage is too high.

Applies to: CoaXPress

Public propertyInitializing

The PoCXP state machine is looking for devices.

Applies to: CoaXPress

Public propertyInvalidValue

The PoCXP state can't be determined.

Applies to: CoaXPress

Public propertyLowVoltage

PoCXP is off because the voltage is too low.

Applies to: CoaXPress

Public propertyName The full name of CxpPort0PowerState (Overrides ParameterListEnum.Name.)
Public propertyOn

PoCXP is active.

Applies to: CoaXPress

 

Methods#

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

PLInterface.CxpPort0PowerStateEnum.ToString Method#

The full name of CxpPort0PowerState

Return Value#

Type: String
Returns the full name of CxpPort0PowerState

PLInterface.CxpPort0PowerStateEnum Constructor#

Initializes a new instance of the PLInterface.CxpPort0PowerStateEnum class

PLInterface.CxpPort0PowerStateEnum.AdcFault Property#

The PoCXP state can't be determined because of an A/D converter fault.

Applies to: CoaXPress

PLInterface.CxpPort0PowerStateEnum.Disabled Property#

PoCXP is disabled.

Applies to: CoaXPress

PLInterface.CxpPort0PowerStateEnum.HighCurrent Property#

PoCXP is off because of an over current trip.

Applies to: CoaXPress

PLInterface.CxpPort0PowerStateEnum.HighVoltage Property#

PoCXP is off because the voltage is too high.

Applies to: CoaXPress

PLInterface.CxpPort0PowerStateEnum.Initializing Property#

The PoCXP state machine is looking for devices.

Applies to: CoaXPress

PLInterface.CxpPort0PowerStateEnum.InvalidValue Property#

The PoCXP state can't be determined.

Applies to: CoaXPress

PLInterface.CxpPort0PowerStateEnum.LowVoltage Property#

PoCXP is off because the voltage is too low.

Applies to: CoaXPress

PLInterface.CxpPort0PowerStateEnum.Name Property#

The full name of CxpPort0PowerState

PLInterface.CxpPort0PowerStateEnum.On Property#

PoCXP is active.

Applies to: CoaXPress