Info

SCPI Command :

[CONFigure]:TENVironment:SPATh:INFO
class InfoCls[source]

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

class GetStruct[source]

Response structure. Fields:

  • Name_Antenna: str: Name of the DUT antenna connector.

  • Name_Connector: str: Name of the instrument connector.

  • Signal_Direction: enums.RxTxDirection: Signal direction, from the point of view of the instrument.

  • No_Corr_Table_Rx: float: Number of correction tables assigned to the RX direction of the connection.

  • Corr_Table_Rx: str: Comma-separated list of NoCorrTableRX strings. Each string indicates the name of a correction table assigned to the RX direction.

  • No_Corr_Table_Tx: float: Number of correction tables assigned to the TX direction of the connection.

  • Corr_Table_Tx: List[str]: Comma-separated list of NoCorrTableTX strings. Each string indicates the name of a correction table assigned to the TX direction.

get(name_spath: str) GetStruct[source]
# SCPI: [CONFigure]:TENVironment:SPATh:INFO
value: GetStruct = driver.configure.tenvironment.spath.info.get(name_spath = 'abc')

Returns information about the connection <NameSpath>.

param name_spath:

No help available

return:

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