Enable

SCPI Command:

CONFigure:GPRF:MEASurement<Instance>:NRT:REVerse:LIMit:ENABle
class EnableCls[source]

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

class EnableStruct[source]

Response structure. Fields:

  • Power: bool: OFF | ON

  • Return_Loss: bool: OFF | ON

  • Reflection: bool: OFF | ON

  • Swr: bool: OFF | ON

get() EnableStruct[source]
# SCPI: CONFigure:GPRF:MEASurement<Instance>:NRT:REVerse:LIMit:ENABle
value: EnableStruct = driver.configure.gprfMeasurement.nrt.reverse.limit.enable.get()

Enables/disables the limit check for the reverse direction results.

return:

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

set(power: bool, return_loss: bool, reflection: bool, swr: bool) None[source]
# SCPI: CONFigure:GPRF:MEASurement<Instance>:NRT:REVerse:LIMit:ENABle
driver.configure.gprfMeasurement.nrt.reverse.limit.enable.set(power = False, return_loss = False, reflection = False, swr = False)

Enables/disables the limit check for the reverse direction results.

param power:

OFF | ON

param return_loss:

OFF | ON

param reflection:

OFF | ON

param swr:

OFF | ON