Setting

SCPI Commands :

[SOURce<HW>]:BB:NFC:SETTing:CATalog
[SOURce<HW>]:BB:NFC:SETTing:DELete
[SOURce<HW>]:BB:NFC:SETTing:LOAD
[SOURce<HW>]:BB:NFC:SETTing:STORe
class SettingCls[source]

Setting commands group definition. 4 total commands, 0 Subgroups, 4 group commands

delete(filename: str) None[source]
# SCPI: [SOURce<HW>]:BB:NFC:SETTing:DELete
driver.source.bb.nfc.setting.delete(filename = 'abc')

Deletes the NFC settings file with the filename given in the parameter.

param filename

string

get_catalog() List[str][source]
# SCPI: [SOURce<HW>]:BB:NFC:SETTing:CATalog
value: List[str] = driver.source.bb.nfc.setting.get_catalog()

Catalog settings file name.

return

catalog: string

load(filename: str) None[source]
# SCPI: [SOURce<HW>]:BB:NFC:SETTing:LOAD
driver.source.bb.nfc.setting.load(filename = 'abc')

Loads the NFC setting file with the name given in the parameter.

param filename

string

set_store(filename: str) None[source]
# SCPI: [SOURce<HW>]:BB:NFC:SETTing:STORe
driver.source.bb.nfc.setting.set_store(filename = 'abc')

Stores current NFC settings in a file with the name given in the parameter.

param filename

string