TypePy
SCPI Command :
DIAGnostic:SERVice:INPut:AIQ[:TYPE]
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get() SignalType[source]
# DIAGnostic:SERVice:INPut:AIQ[:TYPE] value: enums.SignalType = driver.diagnostic.service.inputPy.aiq.typePy.get()
This command defines the type of calibration signal to be used for the optional ‘Analog Baseband’ interface. This command is only available if the option is installed.
- Returns:
signal_type: AC | DC | DCZero AC 1.5625 MHz square wave AC signal DC DC signal DCZero no signal
- set(signal_type: SignalType) None[source]
# DIAGnostic:SERVice:INPut:AIQ[:TYPE] driver.diagnostic.service.inputPy.aiq.typePy.set(signal_type = enums.SignalType.AC)
This command defines the type of calibration signal to be used for the optional ‘Analog Baseband’ interface. This command is only available if the option is installed.
- Parameters:
signal_type – AC | DC | DCZero AC 1.5625 MHz square wave AC signal DC DC signal DCZero no signal