Btyp

SCPI Command :

BUS<*>:PARallel:DISPlay:BTYP
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(bus=Bus.Default) BusRepres[source]
# BUS<*>:PARallel:DISPlay:BTYP
value: enums.BusRepres = driver.bus.parallel.display.btyp.get(bus = repcap.Bus.Default)

Selects the display type of the indicated parallel bus.

Parameters:

bus – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bus’)

Returns:

bus_repres: COMB | ANALog

  • COMB: Displays the decoded bus signal with bus values.

  • ANALog: Displays the bus value as amplitude, similar to an analog waveform.

set(bus_repres: BusRepres, bus=Bus.Default) None[source]
# BUS<*>:PARallel:DISPlay:BTYP
driver.bus.parallel.display.btyp.set(bus_repres = enums.BusRepres.ANALog, bus = repcap.Bus.Default)

Selects the display type of the indicated parallel bus.

Parameters:
  • bus_repres

    COMB | ANALog

    • COMB: Displays the decoded bus signal with bus values.

    • ANALog: Displays the bus value as amplitude, similar to an analog waveform.

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