Short

SCPI Command :

INITiate:GPRF:MEASurement<Instance>:PLOSs:SHORt
class ShortCls[source]

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

class ShortStruct[source]

Response structure. Fields:

  • Connector: enums.CmwsConnector: No parameter help available

  • Path_Index: enums.PathIndex: No parameter help available

get() ShortStruct[source]
# SCPI: INITiate:GPRF:MEASurement<Instance>:PLOSs:SHORt
value: ShortStruct = driver.initiate.ploss.short.get()

No command help available

return:

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

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