TypePy

SCPI Command :

DIAGnostic:SERVice:INPut:AIQ[:TYPE]
class TypePyCls[source]

TypePy commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get() RsFsw.enums.SignalType[source]
# SCPI: 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.

return

signal_type: AC | DC | DCZero AC 1.5625 MHz square wave AC signal DC DC signal DCZero no signal

set(signal_type: RsFsw.enums.SignalType) None[source]
# SCPI: 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.

param signal_type

AC | DC | DCZero AC 1.5625 MHz square wave AC signal DC DC signal DCZero no signal