State
SCPI Command :
FRANalysis:MARKer<*>:STATe
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(marker=Marker.Default) bool[source]
# FRANalysis:MARKer<*>:STATe value: bool = driver.franalysis.marker.state.get(marker = repcap.Marker.Default)
Enables the display of the marker table for the FRA.
- Parameters:
marker – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Marker’)
- Returns:
markers: OFF | ON
- set(markers: bool, marker=Marker.Default) None[source]
# FRANalysis:MARKer<*>:STATe driver.franalysis.marker.state.set(markers = False, marker = repcap.Marker.Default)
Enables the display of the marker table for the FRA.
- Parameters:
markers – OFF | ON
marker – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Marker’)