Marker

SCPI Command :

INSTrument:COUPle:MARKer
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get() Synchronization[source]
# 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.

Returns:

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

set(state: Synchronization) None[source]
# 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.

Parameters:

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