MacAddress

SCPI Commands :

DIAGnostic:PRODuct:MACaddress:STORe
DIAGnostic:PRODuct:MACaddress:RESTore
DIAGnostic:PRODuct:MACaddress
class MacAddressCls[source]

MacAddress commands group definition. 3 total commands, 0 Subgroups, 3 group commands

get_value() str[source]
# SCPI: DIAGnostic:PRODuct:MACaddress
value: str = driver.diagnostic.product.macAddress.get_value()

No command help available

return:

mac_addr: No help available

set_restore(source: StoragePlace) None[source]
# SCPI: DIAGnostic:PRODuct:MACaddress:RESTore
driver.diagnostic.product.macAddress.set_restore(source = enums.StoragePlace.EEPRom)

No command help available

param source:

No help available

set_store(target: StoragePlace) None[source]
# SCPI: DIAGnostic:PRODuct:MACaddress:STORe
driver.diagnostic.product.macAddress.set_store(target = enums.StoragePlace.EEPRom)

No command help available

param target:

No help available