Center

SCPI Command :

CALCulate<n>:MARKer<m>:FUNCtion:CENTer
class CenterCls[source]

Center commands group definition. 1 total commands, 0 Subgroups, 1 group commands

set(window=Window.Default, marker=Marker.Default) None[source]
# SCPI: CALCulate<n>:MARKer<m>:FUNCtion:CENTer
driver.calculate.marker.function.center.set(window = repcap.Window.Default, marker = repcap.Marker.Default)

Matches the center frequency to the frequency of a marker. If you use the command in combination with a delta marker, that delta marker is turned into a normal marker.

param window

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Calculate’)

param marker

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Marker’)

set_with_opc(window=Window.Default, marker=Marker.Default, opc_timeout_ms: int = - 1) None[source]