Limit
SCPI Command :
INSTrument:COUPle:LIMit
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get() Synchronization[source]
# INSTrument:COUPle:LIMit value: enums.Synchronization = driver.instrument.couple.limit.get()
This command turns synchronization of limit results between measurement channels on and off.
- Returns:
state: ALL | NONE ALL Turns on synchronization. Limit lines have to be compatible to the x-axis and y-axis configuration for successful synchronization. NONE Turns off synchronization.
- set(state: Synchronization) None[source]
# INSTrument:COUPle:LIMit driver.instrument.couple.limit.set(state = enums.Synchronization.ALL)
This command turns synchronization of limit results between measurement channels on and off.
- Parameters:
state – ALL | NONE ALL Turns on synchronization. Limit lines have to be compatible to the x-axis and y-axis configuration for successful synchronization. NONE Turns off synchronization.