Marker

SCPI Command :

INSTrument:COUPle:MARKer
class MarkerCls[source]

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

get() RsFsw.enums.Synchronization[source]
# SCPI: INSTrument:COUPle:MARKer
value: enums.Synchronization = driver.instrument.couple.marker.get()

This command turns synchronization of the marker frequency in the spectrum application and the receiver frequency on and off.

return

state: ALL | NONE ALL Turns on synchronization. NONE Turns off synchronization.

set(state: RsFsw.enums.Synchronization) None[source]
# SCPI: INSTrument:COUPle:MARKer
driver.instrument.couple.marker.set(state = enums.Synchronization.ALL)

This command turns synchronization of the marker frequency in the spectrum application and the receiver frequency on and off.

param state

ALL | NONE ALL Turns on synchronization. NONE Turns off synchronization.