State

SCPI Command :

SYSTem:COMMunicate:RDEVice:OSCilloscope:PSMode[:STATe]
class StateCls[source]

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

get() bool[source]
# SCPI: SYSTem:COMMunicate:RDEVice:OSCilloscope:PSMode[:STATe]
value: bool = driver.applications.k70Vsa.system.communicate.rdevice.oscilloscope.psMode.state.get()

Activates the use of the power splitter inserted between the ‘IF 2 GHZ OUT’ connector of the FSW and the ‘CH1’ and ‘CH3’ input connectors of the oscilloscope. Note that this mode requires an additional alignment with the power splitter. For details see ‘Power Splitter Mode’.

return

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

set(state: bool) None[source]
# SCPI: SYSTem:COMMunicate:RDEVice:OSCilloscope:PSMode[:STATe]
driver.applications.k70Vsa.system.communicate.rdevice.oscilloscope.psMode.state.set(state = False)

Activates the use of the power splitter inserted between the ‘IF 2 GHZ OUT’ connector of the FSW and the ‘CH1’ and ‘CH3’ input connectors of the oscilloscope. Note that this mode requires an additional alignment with the power splitter. For details see ‘Power Splitter Mode’.

param state

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