State
SCPI Command :
OUTPut<up>:IQHS[:STATe]
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(outputConnector=OutputConnector.Default) bool[source]
# OUTPut<up>:IQHS[:STATe] value: bool = driver.applications.k60Transient.output.iqhs.state.get(outputConnector = repcap.OutputConnector.Default)
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’.
- Parameters:
outputConnector – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Output’)
- Returns:
state: ON | OFF | 0 | 1 OFF | 0 Switches the function off ON | 1 Switches the function on
- set(state: bool, outputConnector=OutputConnector.Default) None[source]
# OUTPut<up>:IQHS[:STATe] driver.applications.k60Transient.output.iqhs.state.set(state = False, outputConnector = repcap.OutputConnector.Default)
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’.
- Parameters:
state – ON | OFF | 0 | 1 OFF | 0 Switches the function off ON | 1 Switches the function on
outputConnector – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Output’)