Ethernet

SCPI Command :

[SOURce<HW>]:BB:ARBitrary:ETHernet:MODE
class EthernetCls[source]

Ethernet commands group definition. 12 total commands, 2 Subgroups, 1 group commands

get_mode() RsSmw.enums.ArbEthMode[source]
# SCPI: [SOURce<HW>]:BB:ARBitrary:ETHernet:MODE
value: enums.ArbEthMode = driver.source.bb.arbitrary.ethernet.get_mode()

Sets the Ethernet mode for the waveform data upload via the Ethernet connection.

return

mode: M10G| M40G M10G 10 Gbit Ethernet mode M40G 40 Gbit Ethernet mode

set_mode(mode: RsSmw.enums.ArbEthMode) None[source]
# SCPI: [SOURce<HW>]:BB:ARBitrary:ETHernet:MODE
driver.source.bb.arbitrary.ethernet.set_mode(mode = enums.ArbEthMode.M10G)

Sets the Ethernet mode for the waveform data upload via the Ethernet connection.

param mode

M10G| M40G M10G 10 Gbit Ethernet mode M40G 40 Gbit Ethernet mode

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.source.bb.arbitrary.ethernet.clone()

Subgroups