nikhilgupta10 / GridLAB-D

Other
1 stars 0 forks source link

#776 request for multi-player, #2513

Closed nikhilgupta10 closed 7 years ago

nikhilgupta10 commented 7 years ago

I think the player could be significantly improved by allowing multiple properties to be written to from the same csv file, just using different columns.

A useful feature would then be a header-parser that is able to look for a specific column out of many.

example.player file:

# timestamp, voltage_A, voltage_B, voltageC
2000-01-01 00:00:00, 230,231,232
2000-01-01 00:01:00, 240,241,242

I would then want to define the player as follows:

object player {
        ...
        property voltage_A,voltage_C;
        file example.player; 
};

The player would then take column 2 and 4 out of the player file

,

nikhilgupta10 commented 7 years ago

nikhilgupta10 imported these comments from Sourceforge: "jcfuller": * status changed from new to closed

This is a good suggestion and is handled by using the database functions, rather than flat text-driven files. Most likely will not add this feature, but we'll keep the ticket open for now.

,

"dchassin":- Milestone: Unscheduled --> Knothole Interim ,