Vse

SCPI Commands :

[CONFigure]:SYSTem:VSE:CONNect
[CONFigure]:SYSTem:VSE:DISConnect
class VseCls[source]

Vse commands group definition. 2 total commands, 0 Subgroups, 2 group commands

get_connect() str[source]
# SCPI: [CONFigure]:SYSTem:VSE:CONNect
value: str = driver.configure.system.vse.get_connect()

No command help available

return:

address: No help available

get_disconnect() str[source]
# SCPI: [CONFigure]:SYSTem:VSE:DISConnect
value: str = driver.configure.system.vse.get_disconnect()

No command help available

return:

address: No help available

set_connect(address: str) None[source]
# SCPI: [CONFigure]:SYSTem:VSE:CONNect
driver.configure.system.vse.set_connect(address = 'abc')

No command help available

param address:

No help available

set_disconnect(address: str) None[source]
# SCPI: [CONFigure]:SYSTem:VSE:DISConnect
driver.configure.system.vse.set_disconnect(address = 'abc')

No command help available

param address:

No help available