AbImpedance
SCPI Command :
INSTrument:COUPle:ABIMpedance
- class AbImpedanceCls[source]
AbImpedance commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get() RsFsw.enums.Synchronization [source]
# SCPI: 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.
- return
state: ALL | NONE ALL Turns on synchronization. NONE Turns off synchronization.
- set(state: RsFsw.enums.Synchronization) None [source]
# SCPI: 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.
- param state
ALL | NONE ALL Turns on synchronization. NONE Turns off synchronization.