InputPy
SCPI Command :
FRANalysis:INPut[:SOURce]
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get_source() AnalogChannels[source]
# FRANalysis:INPut[:SOURce] value: enums.AnalogChannels = driver.franalysis.inputPy.get_source()
Sets the channel for the input signal of the DUT.
- Returns:
input_channel: C1 | C2 | … | C8
- set_source(input_channel: AnalogChannels) None[source]
# FRANalysis:INPut[:SOURce] driver.franalysis.inputPy.set_source(input_channel = enums.AnalogChannels.C1)
Sets the channel for the input signal of the DUT.
- Parameters:
input_channel – C1 | C2 | … | C8