/config/local/sensor/{name}/phase

The phase (timing) adjustment required by the attached sensor. This value is ignored if member model is CTid.

The format of this string is a colon-separated list of phase- and amplitude-level pairs of the form p@l, where p is the phase-adjustment in degrees at 60Hz, and l is a percentage of the sensor's full scale value. For example, for a 100A current sensor, the phase string 1@1:0.75@50 would indicate that the phase needs to be adjusted by 1 degree at 1A and by 0.75 degrees at 50A.

Get /config/local/sensor/{name}/phase

SecurityApiKey
Request
path Parameters
name
required
string

The name of a sensor (L1-L3, Ldc, or S1-S30).

Example: S1
Responses
200

Normal response.

401

Unauthorized response.

get/config/local/sensor/{name}/phase
Request samples
Response samples
application/json
{
  • "result": "2.59@3:2.34@6:2.06@15:1.89@100",
  • "error": "Error message (present if an error occurred)."
}

Replace /config/local/sensor/{name}/phase

SecurityApiKey
Request
path Parameters
name
required
string

The name of a sensor (L1-L3, Ldc, or S1-S30).

Example: S1
Request Body schema: application/json
string (configLocalSensorNamePhase)

The phase (timing) adjustment required by the attached sensor. This value is ignored if member model is CTid.

The format of this string is a colon-separated list of phase- and amplitude-level pairs of the form p@l, where p is the phase-adjustment in degrees at 60Hz, and l is a percentage of the sensor's full scale value. For example, for a 100A current sensor, the phase string 1@1:0.75@50 would indicate that the phase needs to be adjusted by 1 degree at 1A and by 0.75 degrees at 50A.

Responses
200

Normal response.

401

Unauthorized response.

put/config/local/sensor/{name}/phase
Request samples
application/json
"2.59@3:2.34@6:2.06@15:1.89@100"
Response samples
application/json
{
  • "status": "OK",
  • "error": "Error message (present if an error occurred)."
}

Update /config/local/sensor/{name}/phase

SecurityApiKey
Request
path Parameters
name
required
string

The name of a sensor (L1-L3, Ldc, or S1-S30).

Example: S1
Request Body schema: application/json
string (configLocalSensorNamePhase)

The phase (timing) adjustment required by the attached sensor. This value is ignored if member model is CTid.

The format of this string is a colon-separated list of phase- and amplitude-level pairs of the form p@l, where p is the phase-adjustment in degrees at 60Hz, and l is a percentage of the sensor's full scale value. For example, for a 100A current sensor, the phase string 1@1:0.75@50 would indicate that the phase needs to be adjusted by 1 degree at 1A and by 0.75 degrees at 50A.

Responses
200

Normal response.

401

Unauthorized response.

post/config/local/sensor/{name}/phase
Request samples
application/json
"2.59@3:2.34@6:2.06@15:1.89@100"
Response samples
application/json
{
  • "status": "OK",
  • "error": "Error message (present if an error occurred)."
}

Delete /config/local/sensor/{name}/phase

Reset to empty string.

SecurityApiKey
Request
path Parameters
name
required
string

The name of a sensor (L1-L3, Ldc, or S1-S30).

Example: S1
Responses
200

Normal response.

401

Unauthorized response.

delete/config/local/sensor/{name}/phase
Request samples
Response samples
application/json
{
  • "status": "OK",
  • "error": "Error message (present if an error occurred)."
}