SegSelection
SCPI Command :
[SOURce<HW>]:BB:NFC:CBLock<CH>:SEGSelection
- class SegSelectionCls[source]
SegSelection commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(commandBlock=CommandBlock.Default) int [source]
# SCPI: [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.
- param commandBlock
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cblock’)
- return
segment_sel: integer Range: 0 to 15
- set(segment_sel: int, commandBlock=CommandBlock.Default) None [source]
# SCPI: [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.
- param segment_sel
integer Range: 0 to 15
- param commandBlock
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cblock’)