Output

SCPI Command :

FRANalysis:OUTPut[:SOURce]
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get_source() AnalogChannels[source]
# FRANalysis:OUTPut[:SOURce]
value: enums.AnalogChannels = driver.franalysis.output.get_source()

Sets the channel for the output signal of the DUT.

Returns:

output_channel: C1 | C2 | … | C8

set_source(output_channel: AnalogChannels) None[source]
# FRANalysis:OUTPut[:SOURce]
driver.franalysis.output.set_source(output_channel = enums.AnalogChannels.C1)

Sets the channel for the output signal of the DUT.

Parameters:

output_channel – C1 | C2 | … | C8