Translation

SCPI Command :

SYSTem:CONNector:TRANslation
class TranslationCls[source]

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

class GetStruct[source]

Response structure. Fields:

  • Virtual_Connector: str: Returned virtual connector name

  • Absolute_Connector: str: Returned physical connector name

get(connector: str) GetStruct[source]
# SCPI: SYSTem:CONNector:TRANslation
value: GetStruct = driver.system.connector.translation.get(connector = rawAbc)

Queries the relation between physical and virtual connector names. You can query this relation for either a physical or a virtual name. As a result, both physical and virtual name are returned. For background information and possible connector values, see ‘Values for RF path selection’.

param connector:

Physical or virtual connector name to be queried

return:

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