Resistor
SCPI Command :
CONFigure:PAE:ICHannel:RESistor
- class ResistorCls[source]
Resistor commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get() float [source]
# SCPI: 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.
- return
resistance: numeric value Resistance in Ohm.
- set(resistance: float) None [source]
# SCPI: 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.
- param resistance
numeric value Resistance in Ohm.