Fra

SCPI Commands :

EXPort:RESult:SELect:FRA:RESult
EXPort:RESult:SELect:FRA:MARKer
EXPort:RESult:SELect:FRA:MARGin
Commands in total: 3
Subgroups: 0
Direct child commands: 3
get_margin() bool[source]
# EXPort:RESult:SELect:FRA:MARGin
value: bool = driver.export.result.select.fra.get_margin()

If enabled, includes the margin results in the results export file of the FRA.

Returns:

margin_result: OFF | ON

get_marker() bool[source]
# EXPort:RESult:SELect:FRA:MARKer
value: bool = driver.export.result.select.fra.get_marker()

If enabled, includes the marker results in the results export file of the FRA.

Returns:

marker_result: OFF | ON

get_result() bool[source]
# EXPort:RESult:SELect:FRA:RESult
value: bool = driver.export.result.select.fra.get_result()

If enabled, includes the frequency response analysis results, including the frequency, gain, phase and amplitude, in the results export file of the FRA.

Returns:

result: OFF | ON

set_margin(margin_result: bool) None[source]
# EXPort:RESult:SELect:FRA:MARGin
driver.export.result.select.fra.set_margin(margin_result = False)

If enabled, includes the margin results in the results export file of the FRA.

Parameters:

margin_result – OFF | ON

set_marker(marker_result: bool) None[source]
# EXPort:RESult:SELect:FRA:MARKer
driver.export.result.select.fra.set_marker(marker_result = False)

If enabled, includes the marker results in the results export file of the FRA.

Parameters:

marker_result – OFF | ON

set_result(result: bool) None[source]
# EXPort:RESult:SELect:FRA:RESult
driver.export.result.select.fra.set_result(result = False)

If enabled, includes the frequency response analysis results, including the frequency, gain, phase and amplitude, in the results export file of the FRA.

Parameters:

result – OFF | ON