Dselection
SCPI Command :
[SOURce<HW>]:BB:NFC:CBLock<CH>:DATA:DSELection
- class DselectionCls[source]
Dselection commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(commandBlock=CommandBlock.Default) str [source]
# SCPI: [SOURce<HW>]:BB:NFC:CBLock<CH>:DATA:DSELection value: str = driver.source.bb.nfc.cblock.data.dselection.get(commandBlock = repcap.CommandBlock.Default)
Selects a Data List.
- param commandBlock
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cblock’)
- return
dselection: string
- set(dselection: str, commandBlock=CommandBlock.Default) None [source]
# SCPI: [SOURce<HW>]:BB:NFC:CBLock<CH>:DATA:DSELection driver.source.bb.nfc.cblock.data.dselection.set(dselection = 'abc', commandBlock = repcap.CommandBlock.Default)
Selects a Data List.
- param dselection
string
- param commandBlock
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cblock’)