Author Topic: IV characteristics  (Read 2170 times)

0 Members and 1 Guest are viewing this topic.

Offline Brave

  • Regular QuantumATK user
  • **
  • Posts: 10
  • Country: in
  • Reputation: 0
    • View Profile
IV characteristics
« on: June 2, 2013, 14:28 »
Hi! I am trying to define the iv characteristics of a device. For the forward bias I have used the code :
for bias in numpy.linspace(0.,0.5,50)*Volt:
    device_configuration.setCalculator(
        calculator(electrode_voltages=(0.5*bias,-0.5*bias)),
        initial_state=device_configuration)

For the reverse bias, will it be okay to just change the  code to (electrode_voltages=(-0.5*bias,0.5*bias) ?


 

Offline Anders Blom

  • QuantumATK Staff
  • Supreme QuantumATK Wizard
  • *****
  • Posts: 5538
  • Country: dk
  • Reputation: 90
    • View Profile
    • QuantumATK at Synopsys
Re: IV characteristics
« Reply #1 on: June 2, 2013, 22:32 »
Sure.