SlOrder

SCPI Command :

[SOURce<HW>]:BB:NFC:CBLock<CH>:BLOCk<ST>:SLORder
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(commandBlock=CommandBlock.Default, fmBlock=FmBlock.Default) int[source]
# [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.

Parameters:
  • commandBlock – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cblock’)

  • fmBlock – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Block’)

Returns:

scl_order: integer Range: 0 to dynamic

set(scl_order: int, commandBlock=CommandBlock.Default, fmBlock=FmBlock.Default) None[source]
# [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.

Parameters:
  • scl_order – integer Range: 0 to dynamic

  • commandBlock – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cblock’)

  • fmBlock – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Block’)