Dselection
SCPI Command :
[SOURce<HW>]:BB:NFC:CBLock<CH>:DATA:DSELection
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(commandBlock=CommandBlock.Default) str[source]
# [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.
- Parameters:
commandBlock – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cblock’)
- Returns:
dselection: string
- set(dselection: str, commandBlock=CommandBlock.Default) None[source]
# [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.
- Parameters:
dselection – string
commandBlock – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cblock’)