Address<AddressField>

SCPI Command :

[SOURce<HW>]:BB:WLNN:FBLock<CH>:[USER<DI>]:MAC:ADDRess<ST>
Commands in total: 2
Subgroups: 1
Direct child commands: 1

Repeated Capability Setting:

# Range: Nr1 .. Nr4

driver.source.bb.wlnn.fblock.user.mac.address.repcap_addressField_set(repcap.AddressField.Nr1)
get(frameBlock=FrameBlock.Default, userIx=UserIx.Default, addressField=AddressField.Default) str[source]
# [SOURce<HW>]:BB:WLNN:FBLock<CH>:[USER<DI>]:MAC:ADDRess<ST>
value: str = driver.source.bb.wlnn.fblock.user.mac.address.get(frameBlock = repcap.FrameBlock.Default, userIx = repcap.UserIx.Default, addressField = repcap.AddressField.Default)

The command enters the value of the address fields 1 … 4. Exactly 48 bits must be entered. Each address is 6 bytes (48 bit) long. The addresses can be entered in hexadecimal form in the entry field of each address field. The least significant byte (LSB) is in left notation.

Parameters:
  • frameBlock – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Fblock’)

  • userIx – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘User’)

  • addressField – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Address’)

Returns:

address: integer Range: #H000000000000,48 to #HFFFFFFFFFFFF,48

set(address: str, frameBlock=FrameBlock.Default, userIx=UserIx.Default, addressField=AddressField.Default) None[source]
# [SOURce<HW>]:BB:WLNN:FBLock<CH>:[USER<DI>]:MAC:ADDRess<ST>
driver.source.bb.wlnn.fblock.user.mac.address.set(address = rawAbc, frameBlock = repcap.FrameBlock.Default, userIx = repcap.UserIx.Default, addressField = repcap.AddressField.Default)

The command enters the value of the address fields 1 … 4. Exactly 48 bits must be entered. Each address is 6 bytes (48 bit) long. The addresses can be entered in hexadecimal form in the entry field of each address field. The least significant byte (LSB) is in left notation.

Parameters:
  • address – integer Range: #H000000000000,48 to #HFFFFFFFFFFFF,48

  • frameBlock – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Fblock’)

  • userIx – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘User’)

  • addressField – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Address’)

Cloning the Group

# Create a copy of the original group, that exists independently
address_copy = driver.source.bb.wlnn.fblock.user.mac.address.clone()

Subgroups