Emf

SCPI Command :

[SOURce<HW>]:IQ:OUTPut:[ANALog]:ENVelope:EMF:[STATe]
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get_state() bool[source]
# [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.

Returns:

emf_state: 1 | ON | 0| OFF

set_state(emf_state: bool) None[source]
# [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.

Parameters:

emf_state – 1 | ON | 0| OFF