Scan

SCPI Commands :

INSTruments:SCAN:HNPRefix
INSTruments:SCAN
class ScanCls[source]

Scan commands group definition. 5 total commands, 1 Subgroups, 2 group commands

get_hn_prefix() str[source]
# SCPI: INSTruments:SCAN:HNPRefix
value: str = driver.instruments.scan.get_hn_prefix()

No command help available

return

prefix: No help available

get_value() float[source]
# SCPI: INSTruments:SCAN
value: float = driver.instruments.scan.get_value()

No command help available

return

state: No help available

set_hn_prefix(prefix: str) None[source]
# SCPI: INSTruments:SCAN:HNPRefix
driver.instruments.scan.set_hn_prefix(prefix = 'abc')

No command help available

param prefix

No help available

set_value(state: float) None[source]
# SCPI: INSTruments:SCAN
driver.instruments.scan.set_value(state = 1.0)

No command help available

param state

No help available

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.instruments.scan.clone()

Subgroups