Ct secondary current
ct_secondary_current_a
CT secondary current for measured primary current
Scores if within ±3% of the reference value.
Calculates source-bound protection-control metrics from a deterministic SSC-18 task-owned source pack. The template combines CT secondary current, linear signal scaling, pickup headroom, fault pickup ratio, feeder load margin, and an overall synthetic pass score.
with-tool: The model is given an executable Python calculator script.
One template produces many comparable benchmark tasks while keeping the scoring contract fixed.
01
The reusable contract shown on this page.
02
An archetype and site context are sampled.
03
Inputs may be hidden at harder tiers.
04
The model responds with the declared outputs.
Inputs the model receives, and the outputs it is scored on.
10 inputs
Included directly in every task prompt.
Primary current
primary_current_a
FAULT-18-TABLE-03 measured feeder current
Ct primary
ct_primary_a
CT-18-DATA-03 CT primary rating
Ct secondary
ct_secondary_a
CT-18-DATA-03 CT secondary rating
Lower range current
lower_range_current_a
LOOP-18-SCHED-03 lower current range
Upper range current
upper_range_current_a
LOOP-18-SCHED-03 upper current range
Pickup current
pickup_current_a
SET-18-PROT-03 pickup current setting
Fault current
fault_current_ka
FAULT-18-TABLE-03 available fault current
Transformer ratio error pct
transformer_ratio_error_pct
CT-18-DATA-03 ratio error
Feeder full load
feeder_full_load_a
SLD-18-FEEDER-03 feeder full-load current
Breaker trip
breaker_trip_a
SET-18-PROT-03 breaker trip setting
9 outputs
ct_secondary_current_a
CT secondary current for measured primary current
Scores if within ±3% of the reference value.
measurement_signal_ma
4-20 mA signal for measured primary current
Scores if within ±3% of the reference value.
pickup_signal_ma
4-20 mA signal for pickup current
Scores if within ±3% of the reference value.
pickup_margin_a
Pickup current minus measured current
Scores if within ±3% of the reference value.
fault_pickup_ratio
Fault current divided by pickup current
Scores if within ±3% of the reference value.
feeder_load_margin_a
Breaker trip setting minus feeder full-load current
Scores if within ±3% of the reference value.
ct_error_current_a
Current represented by CT ratio error
Scores if within ±3% of the reference value.
trip_signal_headroom_ma
20 mA minus pickup signal
Scores if within ±3% of the reference value.
overall_pass_score
Pass score for protection-control bridge checks
Scores if within ±3% of the reference value.
Each template is sampled at three tiers. Harder tiers may hide inputs, forcing the model to infer them from the scenario description.
For this template, difficulty scales through parameter and scenario ranges rather than hidden information.
The exact instruction and parameter contract used to generate this task, pinned to the published library source.
/workspace
Teal lines show Jinja input conditions, not task visibility policy. A line renders only when that input or tool is visible.
1You are checking `SSC-18-LH-03`, a task-owned synthetic protection and control setting bridge to SLD package.2 3Use only the task-owned synthetic source pack values shown below for numeric grading. Protection-setting, SLD, CT, loop schedule, and fault-study workflows shape the context only; this instance does not parse a real SLD, relay file, fault model, or authority-approved setting sheet.4 5Source pack:6 7- Single-line diagram: `SLD-18-FEEDER-03`8- Protection setting table: `SET-18-PROT-03`9- Instrument transformer data: `CT-18-DATA-03`10- Loop schedule: `LOOP-18-SCHED-03`11- Fault/load table: `FAULT-18-TABLE-03`12- Control-setting memo: `MEMO-18-SET-03`13 14Given values:15 16| Field | Value |17| --- | ---: |18| Primary measurement current | {{ primary_current_a }} A |19| CT ratio | {{ ct_primary_a }}:{{ ct_secondary_a }} |20| Signal range | {{ lower_range_current_a }} to {{ upper_range_current_a }} A |21| Pickup current | {{ pickup_current_a }} A |22| Fault current | {{ fault_current_ka }} kA |23| Transformer ratio error | {{ transformer_ratio_error_pct }} percent |24| Feeder full-load current | {{ feeder_full_load_a }} A |25| Breaker trip setting | {{ breaker_trip_a }} A |26 27Required calculations:28 29- CT secondary current equals primary current divided by CT primary rating times CT secondary rating.30- 4-20 mA signal equals `4 + 16 x (current - lower range) / current span`.31- Pickup margin equals pickup current minus measured primary current.32- Fault pickup ratio equals fault current in amperes divided by pickup current.33- Feeder load margin equals breaker trip setting minus feeder full-load current.34- CT error current equals primary current times transformer ratio error percent.35 36Return one JSON object with keys:37 38```json39{40 "ct_secondary_current_a": <numeric_value>,41 "measurement_signal_ma": <numeric_value>,42 "pickup_signal_ma": <numeric_value>,43 "pickup_margin_a": <numeric_value>,44 "fault_pickup_ratio": <numeric_value>,45 "feeder_load_margin_a": <numeric_value>,46 "ct_error_current_a": <numeric_value>,47 "trip_signal_headroom_ma": <numeric_value>,48 "overall_pass_score": <numeric_value>49}50```51 52Do not claim authority approval, accepted project evidence, relay-file validity, executable real source-pack parsing, full standards compliance, generated benchmark readiness, or benchmark readiness.53 Each generated task is drawn from one of these realistic scenario bands.
Site contexts ground each scenario in a real locale the model can use to infer hidden values.
ssc18_protection_control_case
Protection and control setting bridge source pack
protection-control-ssc18-protection-control-case-preview — hard difficulty, all inputs given.
Protection and control setting bridge source pack. protection-control. Required outputs: ct_secondary_current_a, measurement_signal_ma, pickup_signal_ma, pickup_margin_a, fault_pickup_ratio, feeder_load_margin_a
Scenario context and visible inputs.
Executable tool: protection-control-sld-bridge-package_calc.py
Inputs withheld at this difficulty.
Nothing. All inputs are supplied.
The scored JSON answer schema.
{
"ct_secondary_current_a": <number>,
"measurement_signal_ma": <number>,
"pickup_signal_ma": <number>,
"pickup_margin_a": <number>,
"fault_pickup_ratio": <number>,
"feeder_load_margin_a": <number>,
"ct_error_current_a": <number>,
"trip_signal_headroom_ma": <number>,
"overall_pass_score": <number>
}