Content

SCPI Commands :

POWer:REPort:CONTent:TITLe
POWer:REPort:CONTent:MSETup
POWer:REPort:CONTent:SETTings
POWer:REPort:CONTent:VSETup
POWer:REPort:CONTent:HSETup
POWer:REPort:CONTent:TSETup
POWer:REPort:CONTent:MSIGnal
POWer:REPort:CONTent:RESU
Commands in total: 8
Subgroups: 0
Direct child commands: 8
get_hsetup() PwrReportContent[source]
# POWer:REPort:CONTent:HSETup
value: enums.PwrReportContent = driver.power.report.content.get_hsetup()

Sets how often the respective content is shown in the final report.

get_msetup() PwrReportContent[source]
# POWer:REPort:CONTent:MSETup
value: enums.PwrReportContent = driver.power.report.content.get_msetup()

Sets how often the respective content is shown in the final report.

get_msignal() PwrReportContent[source]
# POWer:REPort:CONTent:MSIGnal
value: enums.PwrReportContent = driver.power.report.content.get_msignal()

Sets how often the respective content is shown in the final report.

get_resu() PwrReportContent[source]
# POWer:REPort:CONTent:RESU
value: enums.PwrReportContent = driver.power.report.content.get_resu()

Sets how often the respective content is shown in the final report.

get_settings() PwrReportContent[source]
# POWer:REPort:CONTent:SETTings
value: enums.PwrReportContent = driver.power.report.content.get_settings()

Sets how often the respective content is shown in the final report.

get_title() bool[source]
# POWer:REPort:CONTent:TITLe
value: bool = driver.power.report.content.get_title()

Includes the title page in the report.

Returns:

content_title: OFF | ON

get_tsetup() PwrReportContent[source]
# POWer:REPort:CONTent:TSETup
value: enums.PwrReportContent = driver.power.report.content.get_tsetup()

Sets how often the respective content is shown in the final report.

get_vsetup() PwrReportContent[source]
# POWer:REPort:CONTent:VSETup
value: enums.PwrReportContent = driver.power.report.content.get_vsetup()

Sets how often the respective content is shown in the final report.

Returns:

content_vert_set: ALWAYS | NEVER | ONCE

set_hsetup(content_horiz_set: PwrReportContent) None[source]
# POWer:REPort:CONTent:HSETup
driver.power.report.content.set_hsetup(content_horiz_set = enums.PwrReportContent.ALWAYS)

Sets how often the respective content is shown in the final report.

Parameters:

content_horiz_set – ALWAYS | NEVER | ONCE

set_msetup(content_meas_set: PwrReportContent) None[source]
# POWer:REPort:CONTent:MSETup
driver.power.report.content.set_msetup(content_meas_set = enums.PwrReportContent.ALWAYS)

Sets how often the respective content is shown in the final report.

Parameters:

content_meas_set – ALWAYS | NEVER | ONCE

set_msignal(content_measured_signs: PwrReportContent) None[source]
# POWer:REPort:CONTent:MSIGnal
driver.power.report.content.set_msignal(content_measured_signs = enums.PwrReportContent.ALWAYS)

Sets how often the respective content is shown in the final report.

Parameters:

content_measured_signs – ALWAYS | NEVER | ONCE

set_resu(content_results: PwrReportContent) None[source]
# POWer:REPort:CONTent:RESU
driver.power.report.content.set_resu(content_results = enums.PwrReportContent.ALWAYS)

Sets how often the respective content is shown in the final report.

Parameters:

content_results – ALWAYS | NEVER | ONCE

set_settings(content_sett: PwrReportContent) None[source]
# POWer:REPort:CONTent:SETTings
driver.power.report.content.set_settings(content_sett = enums.PwrReportContent.ALWAYS)

Sets how often the respective content is shown in the final report.

Parameters:

content_sett – ALWAYS | NEVER | ONCE

set_title(content_title: bool) None[source]
# POWer:REPort:CONTent:TITLe
driver.power.report.content.set_title(content_title = False)

Includes the title page in the report.

Parameters:

content_title – OFF | ON

set_tsetup(content_trig_set: PwrReportContent) None[source]
# POWer:REPort:CONTent:TSETup
driver.power.report.content.set_tsetup(content_trig_set = enums.PwrReportContent.ALWAYS)

Sets how often the respective content is shown in the final report.

Parameters:

content_trig_set – ALWAYS | NEVER | ONCE

set_vsetup(content_vert_set: PwrReportContent) None[source]
# POWer:REPort:CONTent:VSETup
driver.power.report.content.set_vsetup(content_vert_set = enums.PwrReportContent.ALWAYS)

Sets how often the respective content is shown in the final report.

Parameters:

content_vert_set – ALWAYS | NEVER | ONCE