Remote

SCPI Commands :

INSTruments:REMote:CHANnel
INSTruments:REMote:NAME
class RemoteCls[source]

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

get_channel() List[int][source]
# SCPI: INSTruments:REMote:CHANnel
value: List[int] = driver.instruments.remote.get_channel()

No command help available

return

channel: No help available

get_name() List[str][source]
# SCPI: INSTruments:REMote:NAME
value: List[str] = driver.instruments.remote.get_name()

No command help available

return

name: No help available

set_channel(channel: List[int]) None[source]
# SCPI: INSTruments:REMote:CHANnel
driver.instruments.remote.set_channel(channel = [1, 2, 3])

No command help available

param channel

No help available

set_name(name: List[str]) None[source]
# SCPI: INSTruments:REMote:NAME
driver.instruments.remote.set_name(name = ['abc1', 'abc2', 'abc3'])

No command help available

param name

No help available