Address

SCPI Command :

[SOURce<HW>]:BB:INPut:IP<CH>:IGMP:[SOURce]:ADDRess
class AddressCls[source]

Address commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get(ipVersion=IpVersion.Default) bytes[source]
# SCPI: [SOURce<HW>]:BB:INPut:IP<CH>:IGMP:[SOURce]:ADDRess
value: bytes = driver.source.bb.inputPy.ip.igmp.source.address.get(ipVersion = repcap.IpVersion.Default)

Specifies the IGMP source address of the network.

param ipVersion:

optional repeated capability selector. Default value: Nr4 (settable in the interface ‘Ip’)

return:

bc_coding_ip_igmpv_3_source_address: No help available

set(bc_coding_ip_igmpv_3_source_address: bytes, ipVersion=IpVersion.Default) None[source]
# SCPI: [SOURce<HW>]:BB:INPut:IP<CH>:IGMP:[SOURce]:ADDRess
driver.source.bb.inputPy.ip.igmp.source.address.set(bc_coding_ip_igmpv_3_source_address = b'ABCDEFGH', ipVersion = repcap.IpVersion.Default)

Specifies the IGMP source address of the network.

param bc_coding_ip_igmpv_3_source_address:

string

param ipVersion:

optional repeated capability selector. Default value: Nr4 (settable in the interface ‘Ip’)