← Back to team overview

kicad-developers team mailing list archive

SIM_PLOT_TYPE

 

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


Follow ups