SegSelection
SCPI Command :
[SOURce<HW>]:BB:NFC:CBLock<CH>:SEGSelection
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(commandBlock=CommandBlock.Default) int[source]
# [SOURce<HW>]:BB:NFC:CBLock<CH>:SEGSelection value: int = driver.source.bb.nfc.cblock.segSelection.get(commandBlock = repcap.CommandBlock.Default)
Selects a segment to be read.
- Parameters:
commandBlock – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cblock’)
- Returns:
segment_sel: integer Range: 0 to 15
- set(segment_sel: int, commandBlock=CommandBlock.Default) None[source]
# [SOURce<HW>]:BB:NFC:CBLock<CH>:SEGSelection driver.source.bb.nfc.cblock.segSelection.set(segment_sel = 1, commandBlock = repcap.CommandBlock.Default)
Selects a segment to be read.
- Parameters:
segment_sel – integer Range: 0 to 15
commandBlock – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cblock’)