AbImpedance
SCPI Command :
INSTrument:COUPle:ABIMpedance
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get() Synchronization[source]
# INSTrument:COUPle:ABIMpedance value: enums.Synchronization = driver.instrument.couple.abImpedance.get()
This command turns synchronization of the amplitude baseband impedance configuration 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:ABIMpedance driver.instrument.couple.abImpedance.set(state = enums.Synchronization.ALL)
This command turns synchronization of the amplitude baseband impedance configuration between measurement channels on and off.
- Parameters:
state – ALL | NONE ALL Turns on synchronization. NONE Turns off synchronization.