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