TypePy

SCPI Command :

[SOURce<HW>]:BB:INPut:IP<CH>:TYPE
class TypePyCls[source]

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

get(ipVersion=IpVersion.Default) CodingIpType[source]
# SCPI: [SOURce<HW>]:BB:INPut:IP<CH>:TYPE
value: enums.CodingIpType = driver.source.bb.inputPy.ip.typePy.get(ipVersion = repcap.IpVersion.Default)

Sets the IP input type.

param ipVersion:

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

return:

type_py: UNIcast| MULTicast UNIcast Analyzes all unicast IP packets that arrive at the specified port. See [:SOURcehw]:BB:INPut:IPch:PORT. MULTicast When an IP address is in the multicast address range, an attempt is made to join a multicast group using . Set multicast address and port. See: [:SOURcehw]:BB:INPut:IPch:MULticast:ADDRess [:SOURcehw]:BB:INPut:IPch:PORT

set(type_py: CodingIpType, ipVersion=IpVersion.Default) None[source]
# SCPI: [SOURce<HW>]:BB:INPut:IP<CH>:TYPE
driver.source.bb.inputPy.ip.typePy.set(type_py = enums.CodingIpType.MULTicast, ipVersion = repcap.IpVersion.Default)

Sets the IP input type.

param type_py:

UNIcast| MULTicast UNIcast Analyzes all unicast IP packets that arrive at the specified port. See [:SOURcehw]:BB:INPut:IPch:PORT. MULTicast When an IP address is in the multicast address range, an attempt is made to join a multicast group using . Set multicast address and port. See: [:SOURcehw]:BB:INPut:IPch:MULticast:ADDRess [:SOURcehw]:BB:INPut:IPch:PORT

param ipVersion:

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