Atten
SCPI Command :
INSTrument:COUPle:ATTen
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get() Synchronization[source]
# INSTrument:COUPle:ATTen value: enums.Synchronization = driver.instrument.couple.atten.get()
This command turns synchronization of the attenuation and unit between measurement channels on and off.
- Returns:
state: ALL | NONE ALL Turns on synchronization. NONE Turns off synchronization.
- set(state: Synchronization) None[source]
# INSTrument:COUPle:ATTen driver.instrument.couple.atten.set(state = enums.Synchronization.ALL)
This command turns synchronization of the attenuation and unit between measurement channels on and off.
- Parameters:
state – ALL | NONE ALL Turns on synchronization. NONE Turns off synchronization.