Coupling
SCPI Command :
INPut<ip>:IQ:OSC:COUPling
- class CouplingCls[source]
Coupling commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(inputIx=InputIx.Default) RsFsw.enums.CouplingTypeB [source]
# SCPI: INPut<ip>:IQ:OSC:COUPling value: enums.CouplingTypeB = driver.applications.iqAnalyzer.inputPy.iq.osc.coupling.get(inputIx = repcap.InputIx.Default)
Determines the coupling of the oscilloscope to the FSW.
- param inputIx
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘InputPy’)
- return
coupling_type: No help available
- set(coupling_type: RsFsw.enums.CouplingTypeB, inputIx=InputIx.Default) None [source]
# SCPI: INPut<ip>:IQ:OSC:COUPling driver.applications.iqAnalyzer.inputPy.iq.osc.coupling.set(coupling_type = enums.CouplingTypeB.AC, inputIx = repcap.InputIx.Default)
Determines the coupling of the oscilloscope to the FSW.
- param coupling_type
DC | DCLimit | AC DC DC coupling shows all parts of an input signal. DC 50 Ohm coupling is the default for 50Ohm input impedance to connect, for example, active probes. DCLimit DC coupling with 1 M Ohm input impedance to connect standard passive probes. AC AC coupling is useful if the DC component of a signal is of no interest. AC coupling blocks the DC component of the signal so that the waveform is centered on zero volts.
- param inputIx
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘InputPy’)