Enable

SCPI Command:

CONFigure:GPRF:MEASurement<Instance>:NRT:FWARd: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

  • Pep: bool: OFF | ON

  • Crest_Factor: bool: OFF | ON

  • Ccdf: bool: OFF | ON

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

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

return:

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

set(power: bool, pep: bool, crest_factor: bool, ccdf: bool) None[source]
# SCPI: CONFigure:GPRF:MEASurement<Instance>:NRT:FWARd:LIMit:ENABle
driver.configure.gprfMeasurement.nrt.forward.limit.enable.set(power = False, pep = False, crest_factor = False, ccdf = False)

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

param power:

OFF | ON

param pep:

OFF | ON

param crest_factor:

OFF | ON

param ccdf:

OFF | ON