Skip to main content

Switch

1. Overview

A simple voltage controlled switch. The resistance (RR) varies linearly when the control voltage (VV) is between these thresholds:

R=RL+(RHRL)(VHVL)(VVL)R = R_L + \frac{(R_H-R_L)}{(V_H-V_L)} * (V-V_L)

where:

  • VHV_H is the upper threshold voltage
  • VLV_L is the lower threshold voltage
  • RLR_L output resistance when on
  • RHR_H output resistance when off

When the control voltage is greater than VHV_H the switch has resistance equal to RLR_L. When the control voltage is less than VLV_L the switch has resistance equal to RHR_H.

note

The upper threshold must be higher than the lower threshold.

2. Parameters

NameDescriptionUnit
NameA unique identifier for the component.-
Lower Threshold Voltage(VLV_L) Threshold below which the switch is off.Volts (V)
Upper Threshold Voltage(VHV_H) Threshold above which the switch is on.Volts (V)
Output Resistance Off(RHR_H) Resistance in off state.Ohms (Ω)
Output Resistance On(RLR_L) Resistance in on state .Ohms (Ω)