State
SCPI Command :
CONFigure:REFSignal:CWF:ETGenerator[:STATe]
- class StateCls[source]
State commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get() bool [source]
# SCPI: 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.
INTRO_CMD_HELP: Prerequisites for this command
Generate reference signal with a waveform file
- return
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.K18_AmplifierEt.Configure.RefSignal.Cwf.DpiPower.set. Otherwise, measurement result may be invalid.
- set(state: bool) None [source]
# SCPI: 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.
INTRO_CMD_HELP: Prerequisites for this command
Generate reference signal with a waveform file
- param 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.K18_AmplifierEt.Configure.RefSignal.Cwf.DpiPower.set. Otherwise, measurement result may be invalid.