bluecellulab.psegment¶ Represent a NEURON Segment in Python (for drawing). Classes PSegment(hsegment, parentsection) A python representation of a segment. class bluecellulab.psegment.PSegment(hsegment, parentsection)[source]¶ A python representation of a segment. get_variable_value(variable)[source]¶ Get a variable value in a segment. redraw()[source]¶ Redraw a segment. setupDraw(figure, x, y, variable=None, varbounds=None)[source]¶ Set up the drawing of a segment.