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
Commands in total: 4
Subgroups: 0
Direct child commands: 4
delete(filename: str) None[source]
# [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.

Parameters:

filename – string

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

Catalog settings file name.

Returns:

catalog: string

load(filename: str) None[source]
# [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.

Parameters:

filename – string

set_store(filename: str) None[source]
# [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.

Parameters:

filename – string