SlOrder
SCPI Command :
[SOURce<HW>]:BB:NFC:CBLock<CH>:BLOCk<ST>:SLORder
- class SlOrderCls[source]
SlOrder commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(commandBlock=CommandBlock.Default, fmBlock=FmBlock.Default) int [source]
# SCPI: [SOURce<HW>]:BB:NFC:CBLock<CH>:BLOCk<ST>:SLORder value: int = driver.source.bb.nfc.cblock.block.slOrder.get(commandBlock = repcap.CommandBlock.Default, fmBlock = repcap.FmBlock.Default)
Sets the service code list order.
- param commandBlock
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cblock’)
- param fmBlock
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Block’)
- return
scl_order: integer Range: 0 to dynamic
- set(scl_order: int, commandBlock=CommandBlock.Default, fmBlock=FmBlock.Default) None [source]
# SCPI: [SOURce<HW>]:BB:NFC:CBLock<CH>:BLOCk<ST>:SLORder driver.source.bb.nfc.cblock.block.slOrder.set(scl_order = 1, commandBlock = repcap.CommandBlock.Default, fmBlock = repcap.FmBlock.Default)
Sets the service code list order.
- param scl_order
integer Range: 0 to dynamic
- param commandBlock
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cblock’)
- param fmBlock
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Block’)