DutLimit

SCPI Command :

CONFigure:GENerator:LEVel:DUTLimit
class DutLimitCls[source]

DutLimit commands group definition. 2 total commands, 1 Subgroups, 1 group commands

get() float[source]
# SCPI: CONFigure:GENerator:LEVel:DUTLimit
value: float = driver.applications.k14Xnr5G.configure.generator.level.dutLimit.get()
Defines the output power RMS level of the generator.

INTRO_CMD_HELP: Prerequisites for this command

  • IP connection to a signal generator.

  • Generator control state is on (method RsFsw.Applications.K18_AmplifierEt.Configure.Generator.Control.State.set) .

  • Level control is on (method RsFsw.Applications.K14x_Nr5G.Configure.Generator.Power.Level.State.set) .

  • DUT peak input power limit is on (method RsFsw.Applications.K14x_Nr5G.Configure.Generator.Level.DutLimit.State.set) .

return

value: No help available

set(value: float) None[source]
# SCPI: CONFigure:GENerator:LEVel:DUTLimit
driver.applications.k14Xnr5G.configure.generator.level.dutLimit.set(value = 1.0)
Defines the output power RMS level of the generator.

INTRO_CMD_HELP: Prerequisites for this command

  • IP connection to a signal generator.

  • Generator control state is on (method RsFsw.Applications.K18_AmplifierEt.Configure.Generator.Control.State.set) .

  • Level control is on (method RsFsw.Applications.K14x_Nr5G.Configure.Generator.Power.Level.State.set) .

  • DUT peak input power limit is on (method RsFsw.Applications.K14x_Nr5G.Configure.Generator.Level.DutLimit.State.set) .

param value

Unit: dB

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.applications.k14Xnr5G.configure.generator.level.dutLimit.clone()

Subgroups