Endc
SCPI Command :
CONFigure:NRSub:MEASurement<Instance>:MEValuation:ENDC
- Commands in total: 2Subgroups: 1Direct child commands: 1
- get_value() bool[source]
# 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.
- Returns:
on_off: OFF | ON
- set_value(on_off: bool) None[source]
# 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.
- Parameters:
on_off – OFF | ON
Cloning the Group
# Create a copy of the original group, that exists independently
endc_copy = driver.configure.nrSubMeas.multiEval.endc.clone()
Subgroups