poeAutoCalibration

poeAutoCalibration - initiate and query PoE port calibration

SYNOPSIS

poePoweredDevice sub-command options

DESCRIPTION

The poePoweredDevice command is used to initiate a PoE port calibration and/or determine the status of a calibration. Calibration of all PoE ports is performed at chassis power-up time.

A calibration is initiated by calling the initiateCalibrate sub-command. The calibration may take up to 20 seconds. The results of a calibration, either while it is proceeding or after it has completed, can be determined by first calling requestStatus, waiting a second and then calling get. The status of the calibration is then available through the options in this command.

STANDARD OPTIONS
currentReadbackStatus

Read-only. The status of the calibration procedure for current readback.

Option

Value

Usage

poeAutoCalibrationTesting

0

Calibration is still in progress.

poeAutoCalibrationPass

1

The calibration completed successfully.

poeAutoCalibrationFail

2

The calibration failed.

iClassRangeStatus

Read-only. The status of the calibration procedure for the class range. See currentReadbackStatus for the possible values of this option.

iLoadRangeStatus

Read-only. The status of the calibration procedure for the load range. See currentReadbackStatus for the possible values of this option.

iPulseRangeStatus

Read-only. The status of the calibration procedure for the pulse range. See currentReadbackStatus for the possible values of this option.

voltageReadbackStatus

Read-only. The status of the calibration procedure for voltage readback. See currentReadbackStatus for the possible values of this option.

COMMANDS

The poePoweredDevice command is invoked with the following sub-commands. If no sub-command is specified, returns a list of all sub-commands available.

poeAutoCalibration cget option

Returns the current value of the configuration option given by option. Option may have any of the values accepted by the poeAutoCalibration command.

poeAutoCalibration get chasID cardID portID

Gets the current configuration of the poeAutoCalibration parameters on the indicated port from its hardware. Call this command before calling poeAutoCalibration cget option value to get the value of the configuration option. Specific errors are:

poeAutoCalibration initiateCalibrate chasID cardID portID

Initiates the calibration process on the indicated port. The end of the calibration process may be determined by calling requestStatus and get or by waiting 20 seconds. Specific errors are:

poeAutoCalibration requestStatus chasID cardID portID

Requests that the status of the calibration be retrieved from the port indicated. The values may take up to a second to be read back. A call to this sub-command should be followed by a call to get. Specific errors are:

poeAutoCalibration setDefault

Sets to IxTclHal default values for all configuration options.

EXAMPLES

See example under poePoweredDevice.

SEE ALSO

poePoweredDevice.