This is a standard MATPOWER change table, as described in Section 9.3.5 of the
MATPOWER User’s Manual
<http://www.pserc.cornell.edu/matpower/docs/MATPOWER-manual-6.0.pdf>. The
columns index constants are defined in idx_ct.m
<http://www.pserc.cornell.edu/matpower/docs/ref/matpower6.0/idx_ct.html> While
you can set the values in these tables directly in the input MOST Data struct
mdi, at mdi.tstep(t).OpCondSched(j).tab, the preferred method is to define
profiles which are then used by loadmd()
<http://www.pserc.cornell.edu/matpower/docs/ref/matpower6.0/most/loadmd.html>
to construct mdi with the appropriate change tables in OpCondSched.tab.
Profiles are described in Section 5.1.6 of the MOST User’s Manual
<http://www.pserc.cornell.edu/matpower/docs/MOST-manual-1.0.pdf>.
Ray
> On Oct 18, 2018, at 1:50 PM, Xinbo Geng <[email protected]> wrote:
>
> Dear Dr. Zimmerman,
> Could you please help me understand the meaning of each column in
> `OpCondSched.tab`?
> I'm going through the example in `most_ex5_mpopf.m`, and checking the input
> data structure mdi.tstep(1).OpCondSched.tab
>
> <image.png>
>
> Are there any pre-defined indices (like in `idx_gen.m` or `idx_profile.m`) to
> get access to each column of the tab?
>
> Also how do I know the ith row in OpCondSched.tab(i,:) correspond to what
> element at which bus?
>
> Thanks,
> XB