Skip to content

PLInterface.CxpPort1PowerStateEnum Class#

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

Applies to: CoaXPress

Visibility: Beginner

The feature documentation may provide more information.

Inheritance Hierarchy#

System.Object
  Basler.Pylon.ParameterListEnum
    Basler.Pylon.PLInterface.CxpPort1PowerStateEnum

Constructors#

 NameDescription
Public methodPLInterface.CxpPort1PowerStateEnum Initializes a new instance of the PLInterface.CxpPort1PowerStateEnum 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 CxpPort1PowerState (Overrides ParameterListEnum.Name.)
Public propertyOn

PoCXP is active.

Applies to: CoaXPress

 

Methods#

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

PLInterface.CxpPort1PowerStateEnum.ToString Method#

The full name of CxpPort1PowerState

Return Value#

Type: String
Returns the full name of CxpPort1PowerState

PLInterface.CxpPort1PowerStateEnum Constructor#

Initializes a new instance of the PLInterface.CxpPort1PowerStateEnum class

PLInterface.CxpPort1PowerStateEnum.AdcFault Property#

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

Applies to: CoaXPress

PLInterface.CxpPort1PowerStateEnum.Disabled Property#

PoCXP is disabled.

Applies to: CoaXPress

PLInterface.CxpPort1PowerStateEnum.HighCurrent Property#

PoCXP is off because of an over current trip.

Applies to: CoaXPress

PLInterface.CxpPort1PowerStateEnum.HighVoltage Property#

PoCXP is off because the voltage is too high.

Applies to: CoaXPress

PLInterface.CxpPort1PowerStateEnum.Initializing Property#

The PoCXP state machine is looking for devices.

Applies to: CoaXPress

PLInterface.CxpPort1PowerStateEnum.InvalidValue Property#

The PoCXP state can't be determined.

Applies to: CoaXPress

PLInterface.CxpPort1PowerStateEnum.LowVoltage Property#

PoCXP is off because the voltage is too low.

Applies to: CoaXPress

PLInterface.CxpPort1PowerStateEnum.Name Property#

The full name of CxpPort1PowerState

PLInterface.CxpPort1PowerStateEnum.On Property#

PoCXP is active.

Applies to: CoaXPress