Emf
SCPI Command :
[SOURce<HW>]:POWer:EMF:STATe
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get_state() bool[source]
# [SOURce<HW>]:POWer:EMF:STATe value: bool = driver.source.power.emf.get_state()
Displays the signal level as voltage of the EMF. The displayed value represents the voltage over a 50 Ohm load.
- Returns:
state: 1 | ON | 0| OFF
- set_state(state: bool) None[source]
# [SOURce<HW>]:POWer:EMF:STATe driver.source.power.emf.set_state(state = False)
Displays the signal level as voltage of the EMF. The displayed value represents the voltage over a 50 Ohm load.
- Parameters:
state – 1 | ON | 0| OFF