State

SCPI Command :

CONFigure:REFSignal:CWF:ETGenerator[:STATe]
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get() bool[source]
# CONFigure:REFSignal:CWF:ETGenerator[:STATe]
value: bool = driver.applications.k18AmplifierEt.configure.refSignal.cwf.etGenerator.state.get()

This command turns the transfer of the reference signal data to a generator on and off. Prerequisites for this command

  • Generate reference signal with a waveform file

Returns:

state: ON | 1 Reference signal data is transferred to the generator and generated with the generator. OFF | 0 Reference signal data is loaded into the application without transferring the waveform to the generator. When you turn it off, you have to define the peak input power of the DUT with method RsFsw.applications.k18AmplifierEt.configure.refSignal.cwf.dpiPower.set() . Otherwise, measurement result may be invalid.

set(state: bool) None[source]
# CONFigure:REFSignal:CWF:ETGenerator[:STATe]
driver.applications.k18AmplifierEt.configure.refSignal.cwf.etGenerator.state.set(state = False)

This command turns the transfer of the reference signal data to a generator on and off. Prerequisites for this command

  • Generate reference signal with a waveform file

Parameters:

state – ON | 1 Reference signal data is transferred to the generator and generated with the generator. OFF | 0 Reference signal data is loaded into the application without transferring the waveform to the generator. When you turn it off, you have to define the peak input power of the DUT with method RsFsw.applications.k18AmplifierEt.configure.refSignal.cwf.dpiPower.set() . Otherwise, measurement result may be invalid.