in sim_types.h:

//> Possible plot types
enum SIM_PLOT_TYPE {
    // Y axis
    SPT_VOLTAGE         = 0x01,
    SPT_CURRENT         = 0x02,
    SPT_AC_PHASE        = 0x04,
    SPT_AC_MAG          = 0x08,

    // X axis
    SPT_TIME            = 0x10,
    SPT_LIN_FREQUENCY   = 0x20,
    SPT_LOG_FREQUENCY   = 0x20,
    SPT_SWEEP           = 0x40
};

Is it by purpose that the lin/log freq flags have the same value?

-- 
/Jonatan
http://kymatica.com

_______________________________________________
Mailing list: https://launchpad.net/~kicad-developers
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~kicad-developers
More help   : https://help.launchpad.net/ListHelp

Reply via email to