Open

SCPI Command :

INITiate:GPRF:MEASurement<Instance>:PLOSs:OPEN
class OpenCls[source]

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

class OpenStruct[source]

Response structure. Fields:

  • Connector: enums.CmwsConnector: No parameter help available

  • Path_Index: enums.PathIndex: No parameter help available

get() OpenStruct[source]
# SCPI: INITiate:GPRF:MEASurement<Instance>:PLOSs:OPEN
value: OpenStruct = driver.initiate.ploss.open.get()

No command help available

return:

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

set(connector: CmwsConnector, path_index: PathIndex = None) None[source]
# SCPI: INITiate:GPRF:MEASurement<Instance>:PLOSs:OPEN
driver.initiate.ploss.open.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