ChType

SCPI Command :

BUS<*>:FLXRay:CHTYpe
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(bus=Bus.Default) BusChannel[source]
# BUS<*>:FLXRay:CHTYpe
value: enums.BusChannel = driver.bus.flxRay.chType.get(bus = repcap.Bus.Default)

Selects the channel on which the signal is measured. The setting is considered in the calculation of the frame CRC.

Parameters:

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

Returns:

channel: Channel A or channel B

set(channel: BusChannel, bus=Bus.Default) None[source]
# BUS<*>:FLXRay:CHTYpe
driver.bus.flxRay.chType.set(channel = enums.BusChannel.CHA, bus = repcap.Bus.Default)

Selects the channel on which the signal is measured. The setting is considered in the calculation of the frame CRC.

Parameters:
  • channel – Channel A or channel B

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