DpiPower

SCPI Command :

CONFigure:REFSignal:CWF:DPIPower
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get() float[source]
# CONFigure:REFSignal:CWF:DPIPower
value: float = driver.applications.k18AmplifierEt.configure.refSignal.cwf.dpiPower.get()

This command defines the peak input power of the DUT. This is necessary when you turn off method RsFsw.applications.k18AmplifierEt.configure.refSignal.cwf.etGenerator.state.set() (otherwise, the command has no effect) . Prerequisites for this command

  • Generate reference signal with a waveform file

Returns:

power: numeric value Unit: dBm

set(power: float) None[source]
# CONFigure:REFSignal:CWF:DPIPower
driver.applications.k18AmplifierEt.configure.refSignal.cwf.dpiPower.set(power = 1.0)

This command defines the peak input power of the DUT. This is necessary when you turn off method RsFsw.applications.k18AmplifierEt.configure.refSignal.cwf.etGenerator.state.set() (otherwise, the command has no effect) . Prerequisites for this command

  • Generate reference signal with a waveform file

Parameters:

power – numeric value Unit: dBm