Rf received power dbm
rf_received_power_dbm
Received RF power at the remote device
Scores if within ±0.3% of the reference value.
Calculates source-bound remote ITS communications resilience metrics from a deterministic SSC-13 task-owned source pack. The template combines RF link budget, fibre loss, bandwidth, PoE load, and battery autonomy.
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.
31 inputs
Included directly in every task prompt.
Rf tx power
rf_tx_power_dbm
RF-13-LINK-04 transmit power
Rf tx gain
rf_tx_gain_db
RF-13-LINK-04 transmit antenna gain
Rf rx gain
rf_rx_gain_db
RF-13-LINK-04 receive antenna gain
Rf path loss
rf_path_loss_db
RF-13-LINK-04 path loss
Rf misc loss
rf_misc_loss_db
RF-13-LINK-04 miscellaneous RF losses
Rf receiver sensitivity
rf_receiver_sensitivity_dbm
RF-13-LINK-04 receiver sensitivity
Fibre length
fibre_length_km
FIB-13-TOPO-04 fibre length
Fibre loss db per km
fibre_loss_db_per_km
FIB-13-TOPO-04 fibre attenuation
Connector
connector_count
FIB-13-TOPO-04 connector count
Connector loss
connector_loss_db
FIB-13-TOPO-04 loss per connector
Splice
splice_count
FIB-13-TOPO-04 splice count
Splice loss
splice_loss_db
FIB-13-TOPO-04 loss per splice
Reserve loss
reserve_loss_db
FIB-13-TOPO-04 reserve loss allowance
Fibre budget
fibre_budget_db
FIB-13-TOPO-04 optical loss budget
Cctv network
cctv_network_mbps
BW-13-TABLE-04 CCTV network load
Vms network
vms_network_mbps
BW-13-TABLE-04 VMS network load
Sensor network
sensor_network_mbps
BW-13-TABLE-04 sensor network load
Controller network
controller_network_mbps
BW-13-TABLE-04 controller network load
Network overhead factor
network_overhead_factor
BW-13-TABLE-04 network overhead factor
Backhaul capacity
backhaul_capacity_mbps
BW-13-TABLE-04 backhaul capacity
Camera
camera_count
DEV-13-INV-04 camera count
Camera poe
camera_poe_w
DEV-13-INV-04 PoE load per camera
Radio poe
radio_poe_w
DEV-13-INV-04 radio PoE load
Vms poe
vms_poe_w
DEV-13-INV-04 VMS communications PoE load
Sensor poe
sensor_poe_w
DEV-13-INV-04 sensor PoE load
Poe budget
poe_budget_w
DEV-13-INV-04 PoE budget
Backup load
backup_load_w
PWR-13-BAT-04 backup load
Autonomy
autonomy_h
PWR-13-BAT-04 autonomy
Inverter efficiency
inverter_efficiency
PWR-13-BAT-04 inverter efficiency
Allowable depth of discharge
allowable_depth_of_discharge
PWR-13-BAT-04 allowable depth of discharge
Battery capacity
battery_capacity_kwh
PWR-13-BAT-04 battery capacity
11 outputs
rf_received_power_dbm
Received RF power at the remote device
Scores if within ±0.3% of the reference value.
rf_fade_margin_db
Received RF power minus receiver sensitivity
Scores if within ±0.3% of the reference value.
fibre_loss_db
Fibre link loss
Scores if within ±0.3% of the reference value.
fibre_margin_db
Fibre budget minus loss
Scores if within ±0.3% of the reference value.
network_load_mbps
Network load including overhead
Scores if within ±0.3% of the reference value.
network_headroom_mbps
Backhaul capacity minus network load
Scores if within ±0.3% of the reference value.
poe_load_w
Total PoE load
Scores if within ±0.3% of the reference value.
poe_headroom_w
PoE budget minus load
Scores if within ±0.3% of the reference value.
battery_required_kwh
Battery energy required for autonomy
Scores if within ±0.3% of the reference value.
battery_margin_kwh
Installed battery capacity minus required capacity
Scores if within ±0.3% of the reference value.
overall_pass_score
1.0 when communications and backup checks pass
Scores if within ±0.1% 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 an ITS communications engineer checking a task-owned synthetic SSC-13 remote backup communications package.2 3Use only the task-owned synthetic source pack values shown below for numeric grading. External RF, fibre, ITS, and battery tools shape the workflow context only; they are not extra data sources for this instance.4 5## Scene6 7- Product: `SSC-13-LH-04`8- Device inventory: `DEV-13-INV-04`9- RF link sheet: `RF-13-LINK-04`10- Fibre topology: `FIB-13-TOPO-04`11- Bandwidth table: `BW-13-TABLE-04`12- Battery data sheet: `PWR-13-BAT-04`13- Communications resilience memo: `MEMO-13-REMOTE-04`14 15All checks use the same remote device inventory, RF/fibre topology, bandwidth table, PoE loads, and backup-power basis.16 17## Source Values18 19| Item | Value |20|------|-------|21| RF transmit power | {{ rf_tx_power_dbm }} dBm |22| RF transmit/receive gain | {{ rf_tx_gain_db }} dB / {{ rf_rx_gain_db }} dB |23| RF path and misc loss | {{ rf_path_loss_db }} dB / {{ rf_misc_loss_db }} dB |24| Receiver sensitivity | {{ rf_receiver_sensitivity_dbm }} dBm |25| Fibre length and attenuation | {{ fibre_length_km }} km at {{ fibre_loss_db_per_km }} dB/km |26| Connector count/loss | {{ connector_count }} at {{ connector_loss_db }} dB |27| Splice count/loss | {{ splice_count }} at {{ splice_loss_db }} dB |28| Reserve loss and budget | {{ reserve_loss_db }} dB / {{ fibre_budget_db }} dB |29| Network loads | CCTV {{ cctv_network_mbps }} Mbps, VMS {{ vms_network_mbps }} Mbps, sensor {{ sensor_network_mbps }} Mbps, controller {{ controller_network_mbps }} Mbps |30| Network overhead and capacity | {{ network_overhead_factor }} / {{ backhaul_capacity_mbps }} Mbps |31| PoE loads | {{ camera_count }} cameras at {{ camera_poe_w }} W, radio {{ radio_poe_w }} W, VMS {{ vms_poe_w }} W, sensor {{ sensor_poe_w }} W |32| PoE budget | {{ poe_budget_w }} W |33| Backup load/autonomy | {{ backup_load_w }} W for {{ autonomy_h }} h |34| Inverter efficiency/DOD/battery | {{ inverter_efficiency }}, {{ allowable_depth_of_discharge }}, {{ battery_capacity_kwh }} kWh |35 36## Output Format37 38Write a compact communications resilience memo to `/workspace/output.md`. Include a source-boundary statement that this is a task-owned synthetic source pack. Do not claim authority approval, accepted project evidence, software export validity, full standards compliance, executable real source-pack parsing, generated benchmark readiness, or benchmark readiness.39 40Include a fenced JSON block with exactly these numeric keys:41 42```json43{44 "rf_received_power_dbm": <numeric_value>,45 "rf_fade_margin_db": <numeric_value>,46 "fibre_loss_db": <numeric_value>,47 "fibre_margin_db": <numeric_value>,48 "network_load_mbps": <numeric_value>,49 "network_headroom_mbps": <numeric_value>,50 "poe_load_w": <numeric_value>,51 "poe_headroom_w": <numeric_value>,52 "battery_required_kwh": <numeric_value>,53 "battery_margin_kwh": <numeric_value>,54 "overall_pass_score": <numeric_value>55}56```57 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.
ssc13_remote_its_case
Remote ITS backup communications case
ssc13-remote-its-ssc13-remote-its-case-preview — hard difficulty, all inputs given.
Remote ITS backup communications case. ssc13-remote-its. Required outputs: rf_received_power_dbm, rf_fade_margin_db, fibre_loss_db, fibre_margin_db, network_load_mbps, network_headroom_mbps
Scenario context and visible inputs.
Executable tool: remote-its-backup-communications-package_calc.py
Inputs withheld at this difficulty.
Nothing. All inputs are supplied.
The scored JSON answer schema.
{
"rf_received_power_dbm": <number>,
"rf_fade_margin_db": <number>,
"fibre_loss_db": <number>,
"fibre_margin_db": <number>,
"network_load_mbps": <number>,
"network_headroom_mbps": <number>,
"poe_load_w": <number>,
"poe_headroom_w": <number>,
"battery_required_kwh": <number>,
"battery_margin_kwh": <number>,
"overall_pass_score": <number>
}