Dut

SCPI Command :

[SENSe]:CONFigure:MODE:DUT
class DutCls[source]

Dut commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get() RsFsw.enums.DutType[source]
# SCPI: [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 [SENSe:]CONFigure:MODE:SYSTem:LO to select if the LO or IF are fixed.

return

dut_type: AMPLifier | DDOWnconv | DOWNconv | SDConverter | UPConv | SDConverter 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: RsFsw.enums.DutType) None[source]
# SCPI: [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 [SENSe:]CONFigure:MODE:SYSTem:LO to select if the LO or IF are fixed.

param dut_type

AMPLifier | DDOWnconv | DOWNconv | SDConverter | UPConv | SDConverter AMPLifier Measurements on fixed frequency DUTs. DOWNconv Measurements on down-converting DUTs. SDConv Measurement on system downconverting DUTs. UPConv Measurements on up-converting DUTs.