Secondary

SCPI Commands :

[SOURce<HW>]:AREGenerator:OSETup:MULTiinstrument:SECondary:HOSTname
[SOURce<HW>]:AREGenerator:OSETup:MULTiinstrument:SECondary
class SecondaryCls[source]

Secondary commands group definition. 6 total commands, 4 Subgroups, 2 group commands

get_hostname() str[source]
# SCPI: [SOURce<HW>]:AREGenerator:OSETup:MULTiinstrument:SECondary:HOSTname
value: str = driver.source.areGenerator.osetup.multiInstrument.secondary.get_hostname()

Sets the IP address or hostname of the secondary instrument. If you remove the secondary instrument, the firmware saves hostname of the secondary instrument for correct mapping. For example, if you want to add the secondary instrument again.

return:

hostname: string

get_value() str[source]
# SCPI: [SOURce<HW>]:AREGenerator:OSETup:MULTiinstrument:SECondary
value: str = driver.source.areGenerator.osetup.multiInstrument.secondary.get_value()

No command help available

return:

sec_addr: No help available

set_hostname(hostname: str) None[source]
# SCPI: [SOURce<HW>]:AREGenerator:OSETup:MULTiinstrument:SECondary:HOSTname
driver.source.areGenerator.osetup.multiInstrument.secondary.set_hostname(hostname = 'abc')

Sets the IP address or hostname of the secondary instrument. If you remove the secondary instrument, the firmware saves hostname of the secondary instrument for correct mapping. For example, if you want to add the secondary instrument again.

param hostname:

string

set_value(sec_addr: str) None[source]
# SCPI: [SOURce<HW>]:AREGenerator:OSETup:MULTiinstrument:SECondary
driver.source.areGenerator.osetup.multiInstrument.secondary.set_value(sec_addr = 'abc')

No command help available

param sec_addr:

No help available

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.source.areGenerator.osetup.multiInstrument.secondary.clone()

Subgroups