File

SCPI Commands :

CONFigure:WLAN:MEASurement<instance>:TMODe:FILE:SAVE
CONFigure:WLAN:MEASurement<instance>:TMODe:FILE:DATE
class FileCls[source]

File commands group definition. 2 total commands, 0 Subgroups, 2 group commands

get_date() str[source]
# SCPI: CONFigure:WLAN:MEASurement<instance>:TMODe:FILE:DATE
value: str = driver.configure.wlanMeas.tmode.file.get_date()

No command help available

return:

file_date: No help available

get_save() str[source]
# SCPI: CONFigure:WLAN:MEASurement<instance>:TMODe:FILE:SAVE
value: str = driver.configure.wlanMeas.tmode.file.get_save()

No command help available

return:

filename: No help available

set_save(filename: str) None[source]
# SCPI: CONFigure:WLAN:MEASurement<instance>:TMODe:FILE:SAVE
driver.configure.wlanMeas.tmode.file.set_save(filename = 'abc')

No command help available

param filename:

No help available