Skip to content

ConductivityTesterNode

Under Construction

This documentation is auto-generated, and is a work in progress. Please see the source code at https://github.com/phetsims/scenery-phet/blob/main/js/ConductivityTesterNode.ts for the most up-to-date information.

Overview

Conductivity tester. Light bulb connected to a battery, with draggable probes. When the probes are both immersed in solution, the circuit is completed, and the bulb glows.

@author Andrey Zelenkov (Mlearner) @author Chris Malley (PixelZoom, Inc.)

Class ConductivityTesterNode

import { ConductivityTesterNode } from 'scenerystack/scenery-phet';

Constructor

new ConductivityTesterNode( brightnessProperty : TReadOnlyProperty<number>, positionProperty : TProperty<Vector2>, positiveProbePositionProperty : TProperty<Vector2>, negativeProbePositionProperty : TProperty<Vector2>, providedOptions? : ConductivityTesterNodeOptions )

Instance Methods

Type ConductivityTesterNodeOptions

import type { ConductivityTesterNodeOptions } from 'scenerystack/scenery-phet';

Source Code

See the source for ConductivityTesterNode.ts in the scenery-phet repository.