Limit

SCPI Command :

INSTrument:COUPle:LIMit
class LimitCls[source]

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

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

This command turns synchronization of limit results between measurement channels on and off.

return

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: RsFsw.enums.Synchronization) None[source]
# SCPI: 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.

param 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.