Evaluate

SCPI Command :

INITiate:GPRF:MEASurement<Instance>:PLOSs:EVALuate
class EvaluateCls[source]

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

class EvaluateStruct[source]

Response structure. Fields:

  • Connector: enums.CmwsConnector: No parameter help available

  • Path_Index: enums.PathIndex: No parameter help available

get() EvaluateStruct[source]
# SCPI: INITiate:GPRF:MEASurement<Instance>:PLOSs:EVALuate
value: EvaluateStruct = driver.initiate.ploss.evaluate.get()

No command help available

return:

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

set(connector: CmwsConnector, path_index: PathIndex = None) None[source]
# SCPI: INITiate:GPRF:MEASurement<Instance>:PLOSs:EVALuate
driver.initiate.ploss.evaluate.set(connector = enums.CmwsConnector.R11, path_index = enums.PathIndex.P1)

No command help available

param connector:

No help available

param path_index:

No help available