State

SCPI Command :

OUTPut:DIQ[:STATe]
class StateCls[source]

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

get() bool[source]
# SCPI: OUTPut:DIQ[:STATe]
value: bool = driver.applications.k6Pulse.output.diq.state.get()

Turns continuous output of I/Q data to the optional ‘Digital Baseband’ interface on and off. Using the digital input and digital output simultaneously is not possible. If digital baseband output is active, the sample rate is restricted to 100 MHz (200 MHz if enhanced mode is possible; max. 160 MHz bandwidth) .

return

state: ON | OFF | 0 | 1 OFF | 0 Switches the function off ON | 1 Switches the function on

set(state: bool) None[source]
# SCPI: OUTPut:DIQ[:STATe]
driver.applications.k6Pulse.output.diq.state.set(state = False)

Turns continuous output of I/Q data to the optional ‘Digital Baseband’ interface on and off. Using the digital input and digital output simultaneously is not possible. If digital baseband output is active, the sample rate is restricted to 100 MHz (200 MHz if enhanced mode is possible; max. 160 MHz bandwidth) .

param state

ON | OFF | 0 | 1 OFF | 0 Switches the function off ON | 1 Switches the function on