Margin
SCPI Command :
FRANalysis:MARGin:STATe
- Commands in total: 5Subgroups: 2Direct child commands: 1
- get_state() bool[source]
# FRANalysis:MARGin:STATe value: bool = driver.franalysis.margin.get_state()
Enables the display of the margin table for the FRA.
- Returns:
margins: OFF | ON
- set_state(margins: bool) None[source]
# FRANalysis:MARGin:STATe driver.franalysis.margin.set_state(margins = False)
Enables the display of the margin table for the FRA.
- Parameters:
margins – OFF | ON
Cloning the Group
# Create a copy of the original group, that exists independently
margin_copy = driver.franalysis.margin.clone()
Subgroups