Power

SCPI Commands :

[SOURce<HW>]:DME:ANALysis:POWer:OK
[SOURce<HW>]:DME:ANALysis:POWer:STATe
class PowerCls[source]

Power commands group definition. 2 total commands, 0 Subgroups, 2 group commands

get_ok() bool[source]
# SCPI: [SOURce<HW>]:DME:ANALysis:POWer:OK
value: bool = driver.source.dme.analysis.power.get_ok()

No command help available

return

state: No help available

get_state() bool[source]
# SCPI: [SOURce<HW>]:DME:ANALysis:POWer:STATe
value: bool = driver.source.dme.analysis.power.get_state()

No command help available

return

state: No help available

set_ok(state: bool) None[source]
# SCPI: [SOURce<HW>]:DME:ANALysis:POWer:OK
driver.source.dme.analysis.power.set_ok(state = False)

No command help available

param state

No help available

set_state(state: bool) None[source]
# SCPI: [SOURce<HW>]:DME:ANALysis:POWer:STATe
driver.source.dme.analysis.power.set_state(state = False)

No command help available

param state

No help available