Clmn

SCPI Command :

SBUS<*>:NRZU:FORMat:FRAMe<*>:FLD<*>:CLMN
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(serialBus=SerialBus.Default, frame=Frame.Default, field=Field.Default) Column[source]
# SBUS<*>:NRZU:FORMat:FRAMe<*>:FLD<*>:CLMN
value: enums.Column = driver.sbus.nrzu.formatPy.frame.fld.clmn.get(serialBus = repcap.SerialBus.Default, frame = repcap.Frame.Default, field = repcap.Field.Default)

Specifies, in which result column of the decode table to display the selected field of the selected frame.

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

  • frame – optional repeated capability selector. Default value: Ix1 (settable in the interface ‘Frame’)

  • field – optional repeated capability selector. Default value: Ix1 (settable in the interface ‘Fld’)

Returns:

column: NONE | COL1 | COL2 | COL3

  • NONE: The result is not displayed.

  • COL1: The result is displayed in column 1.

  • COL2: The result is displayed in column 2.

  • COL3: The result is displayed in column 3.

set(column: Column, serialBus=SerialBus.Default, frame=Frame.Default, field=Field.Default) None[source]
# SBUS<*>:NRZU:FORMat:FRAMe<*>:FLD<*>:CLMN
driver.sbus.nrzu.formatPy.frame.fld.clmn.set(column = enums.Column.COL1, serialBus = repcap.SerialBus.Default, frame = repcap.Frame.Default, field = repcap.Field.Default)

Specifies, in which result column of the decode table to display the selected field of the selected frame.

Parameters:
  • column

    NONE | COL1 | COL2 | COL3

    • NONE: The result is not displayed.

    • COL1: The result is displayed in column 1.

    • COL2: The result is displayed in column 2.

    • COL3: The result is displayed in column 3.

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

  • frame – optional repeated capability selector. Default value: Ix1 (settable in the interface ‘Frame’)

  • field – optional repeated capability selector. Default value: Ix1 (settable in the interface ‘Fld’)