Resistor
SCPI Command :
CONFigure:PAE:ICHannel:RESistor
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get() float[source]
# CONFigure:PAE:ICHannel:RESistor value: float = driver.applications.k18AmplifierEt.configure.pae.ichannel.resistor.get()
This command defines the characteristics of the shunt resistor used in the test setup.
- Returns:
resistance: numeric value Resistance in Ohm.
- set(resistance: float) None[source]
# CONFigure:PAE:ICHannel:RESistor driver.applications.k18AmplifierEt.configure.pae.ichannel.resistor.set(resistance = 1.0)
This command defines the characteristics of the shunt resistor used in the test setup.
- Parameters:
resistance – numeric value Resistance in Ohm.