Dme

SCPI Command :

[SOURce<HW>]:DME:LOWemission
class DmeCls[source]

Dme commands group definition. 9 total commands, 1 Subgroups, 1 group commands

get_low_emission() bool[source]
# SCPI: [SOURce<HW>]:DME:LOWemission
value: bool = driver.source.dme.get_low_emission()

No command help available

return:

state: No help available

set_low_emission(state: bool) None[source]
# SCPI: [SOURce<HW>]:DME:LOWemission
driver.source.dme.set_low_emission(state = False)

No command help available

param state:

No help available

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.source.dme.clone()

Subgroups