Emf
SCPI Command :
[SOURce<HW>]:IQ:OUTPut:[ANALog]:ENVelope:EMF:[STATe]
- class EmfCls[source]
Emf commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get_state() bool [source]
# SCPI: [SOURce<HW>]:IQ:OUTPut:[ANALog]:ENVelope:EMF:[STATe] value: bool = driver.source.iq.output.analog.envelope.emf.get_state()
Defines whether the EMF or the voltage value is used.
- return
emf_state: 1| ON| 0| OFF
- set_state(emf_state: bool) None [source]
# SCPI: [SOURce<HW>]:IQ:OUTPut:[ANALog]:ENVelope:EMF:[STATe] driver.source.iq.output.analog.envelope.emf.set_state(emf_state = False)
Defines whether the EMF or the voltage value is used.
- param emf_state
1| ON| 0| OFF