Dut
SCPI Command :
[SENSe]:CONFigure:MODE:DUT
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get() DutType[source]
# [SENSe]:CONFigure:MODE:DUT value: enums.DutType = driver.applications.k30NoiseFigure.sense.configure.mode.dut.get()
Selects the type of DUT you are testing. Note that you have to use method
RsFsw.applications.k30NoiseFigure.sense.configure.mode.system.lo.set()to select if the LO or IF are fixed.- Returns:
dut_type: AMPLifier | DDOWnconv | DOWNconv | SDConverter | UPConv | CONVerter AMPLifier Measurements on fixed frequency DUTs. DOWNconv Measurements on down-converting DUTs. SDConv Measurement on system downconverting DUTs. UPConv Measurements on up-converting DUTs.
- set(dut_type: DutType) None[source]
# [SENSe]:CONFigure:MODE:DUT driver.applications.k30NoiseFigure.sense.configure.mode.dut.set(dut_type = enums.DutType.AMPLifier)
Selects the type of DUT you are testing. Note that you have to use method
RsFsw.applications.k30NoiseFigure.sense.configure.mode.system.lo.set()to select if the LO or IF are fixed.- Parameters:
dut_type – AMPLifier | DDOWnconv | DOWNconv | SDConverter | UPConv | CONVerter AMPLifier Measurements on fixed frequency DUTs. DOWNconv Measurements on down-converting DUTs. SDConv Measurement on system downconverting DUTs. UPConv Measurements on up-converting DUTs.