Carrier
ancillaries
instance-attribute
An instance of RmSystem, called at each DCP to do detruncation / forecasting / optimization
control
instance-attribute
Control method for this carrier.
gt_available_seat_miles
instance-attribute
Grand total ASM, gets updated outside the burn period and is not reset by the reset methods
gt_demand
instance-attribute
Grand total generated demand, gets updated outside the burn period and is not reset by the reset methods
gt_revenue
instance-attribute
Grand total revenue, gets updated outside the burn period and is not reset by the reset methods
gt_revenue_passenger_miles
instance-attribute
Grand total RPM, gets updated outside the burn period and is not reset by the reset methods
gt_sold
instance-attribute
Grand total sold, gets updated outside the burn period and is not reset by the reset methods
__init__
__init__(
name: str,
control: Literal[
"leg",
"cabin",
"theft",
"bp",
"bp_loose",
"vn",
"none",
] = "leg",
)