Emf

SCPI Command :

[SOURce<HW>]:POWer:EMF:STATe
class EmfCls[source]

Emf commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get_state() bool[source]
# SCPI: [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.

return

state: 1| ON| 0| OFF

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

param state

1| ON| 0| OFF