Result

SCPI Command :

FRANalysis:RESult:STATe
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get_state() bool[source]
# FRANalysis:RESult:STATe
value: bool = driver.franalysis.result.get_state()

Enables the display of the result table for the FRA.

Returns:

table: OFF | ON

set_state(table: bool) None[source]
# FRANalysis:RESult:STATe
driver.franalysis.result.set_state(table = False)

Enables the display of the result table for the FRA.

Parameters:

table – OFF | ON