Enable

SCPI Command:

CONFigure:AFRF:MEASurement<Instance>:DEModulation:ENABle
class EnableCls[source]

Enable commands group definition. 1 total commands, 0 Subgroups, 1 group commands

class EnableStruct[source]

Response structure. Fields:

  • Test_Left: bool: No parameter help available

  • Test_Right: bool: No parameter help available

get() EnableStruct[source]
# SCPI: CONFigure:AFRF:MEASurement<Instance>:DEModulation:ENABle
value: EnableStruct = driver.configure.afRf.measurement.demodulation.enable.get()

No command help available

return:

structure: for return value, see the help for EnableStruct structure arguments.

set(test_left: bool, test_right: bool) None[source]
# SCPI: CONFigure:AFRF:MEASurement<Instance>:DEModulation:ENABle
driver.configure.afRf.measurement.demodulation.enable.set(test_left = False, test_right = False)

No command help available

param test_left:

No help available

param test_right:

No help available