Tdata

SCPI Command :

CONFigure:WLAN:MEASurement<instance>:ISIGnal:TDATa
class TdataCls[source]

Tdata commands group definition. 2 total commands, 1 Subgroups, 1 group commands

get_value() str[source]
# SCPI: CONFigure:WLAN:MEASurement<instance>:ISIGnal:TDATa
value: str = driver.configure.isignal.tdata.get_value()

Specifies the training data source to be used as the reference signal for CMIMO measurements.

return:

filename: ‘no data’ | ‘Internal’ | ‘file name’ ‘no data’: Use no training data. ‘Internal’: Use in-memory data, acquired during preceding training mode runs. In-memory data must be available. ‘file name’: Use the training data file with the specified name, in the directory @USERDATA/MIMOData.

set_value(filename: str) None[source]
# SCPI: CONFigure:WLAN:MEASurement<instance>:ISIGnal:TDATa
driver.configure.isignal.tdata.set_value(filename = 'abc')

Specifies the training data source to be used as the reference signal for CMIMO measurements.

param filename:

‘no data’ | ‘Internal’ | ‘file name’ ‘no data’: Use no training data. ‘Internal’: Use in-memory data, acquired during preceding training mode runs. In-memory data must be available. ‘file name’: Use the training data file with the specified name, in the directory @USERDATA/MIMOData.

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.configure.isignal.tdata.clone()

Subgroups