GprfMeasurement

SCPI Command:

CONFigure:GPRF:MEASurement<Instance>:CREPetition
class GprfMeasurementCls[source]

GprfMeasurement commands group definition. 121 total commands, 8 Subgroups, 1 group commands

get_crepetition() bool[source]
# SCPI: CONFigure:GPRF:MEASurement<Instance>:CREPetition
value: bool = driver.configure.gprfMeasurement.get_crepetition()

Enables or disables the automatic configuration of the repetition mode. With enabled automatic configuration, the repetition mode of all measurements is set to ‘Continuous’ each time the instrument switches from remote operation to manual operation.

return:

continuous_repetition: No help available

set_crepetition(continuous_repetition: bool) None[source]
# SCPI: CONFigure:GPRF:MEASurement<Instance>:CREPetition
driver.configure.gprfMeasurement.set_crepetition(continuous_repetition = False)

Enables or disables the automatic configuration of the repetition mode. With enabled automatic configuration, the repetition mode of all measurements is set to ‘Continuous’ each time the instrument switches from remote operation to manual operation.

param continuous_repetition:

OFF | ON

Cloning the Group

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

Subgroups