Endc

SCPI Command :

CONFigure:NRSub:MEASurement<Instance>:MEValuation:ENDC
class EndcCls[source]

Endc commands group definition. 2 total commands, 1 Subgroups, 1 group commands

get_value() bool[source]
# SCPI: CONFigure:NRSub:MEASurement<Instance>:MEValuation:ENDC
value: bool = driver.configure.nrSubMeas.multiEval.endc.get_value()

Enables or disables the EN-DC mode of the measurement.

return:

on_off: No help available

set_value(on_off: bool) None[source]
# SCPI: CONFigure:NRSub:MEASurement<Instance>:MEValuation:ENDC
driver.configure.nrSubMeas.multiEval.endc.set_value(on_off = False)

Enables or disables the EN-DC mode of the measurement.

param on_off:

No help available

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.configure.nrSubMeas.multiEval.endc.clone()

Subgroups