Directory

SCPI Command :

POWer:REPort:TEST:DIRectory
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(meas_type: PwrReportResultMeasType) str[source]
# POWer:REPort:TEST:DIRectory
value: str = driver.power.report.test.directory.get(meas_type = enums.PwrReportResultMeasType.DONR)

Selects the directory, in which the reports are saved.

Parameters:

meas_type – QUAL | RUSH | HARM | MODU | DONR | SLEW | SOA | TURN | SWIT | EFF | RIPP | TRANS | SPEC

set(meas_type: PwrReportResultMeasType, directory_path: str) None[source]
# POWer:REPort:TEST:DIRectory
driver.power.report.test.directory.set(meas_type = enums.PwrReportResultMeasType.DONR, directory_path = 'abc')

Selects the directory, in which the reports are saved.

Parameters:

meas_type – QUAL | RUSH | HARM | MODU | DONR | SLEW | SOA | TURN | SWIT | EFF | RIPP | TRANS | SPEC