State

SCPI Command :

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

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

get() bool[source]
# SCPI: OUTPut:IQHS[:STATe]
value: bool = driver.output.iqhs.state.get()

Enables or disables a digital output stream to the optional QSFP+ connector, if available. For details on Digital I/Q 40G Streaming Output (FSW-B517/-B1017) , see ‘Digital I/Q 40G Streaming Output’.

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:IQHS[:STATe]
driver.output.iqhs.state.set(state = False)

Enables or disables a digital output stream to the optional QSFP+ connector, if available. For details on Digital I/Q 40G Streaming Output (FSW-B517/-B1017) , see ‘Digital I/Q 40G Streaming Output’.

param state

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