SrcType

SCPI Command :

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

Sets the type of measurement.

Parameters:

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

Returns:

source_type: SINGle | DIFFerential | LOGic

  • SINGle: Used for measurements with single-ended probes or single-ended voltage measurements with differential probes on the FlexRay bus. Two thresholds have to be defined as absolute voltage levels, see BUSb:FLXRay:THResholdn.

  • DIFFerential: Used for differential measurements on the FlexRay bus. This is the most common measurement. Two thresholds have to be defined as differential voltages.

  • LOGic: Used for measurements of the logic signal inside the FlexRay node, between the communication controller and the bus driver. It is possible to measure simultaneously on a data line and on the ‘enable’ line. Each line requires its own threshold.

set(source_type: BusFlxraySourceType, bus=Bus.Default) None[source]
# BUS<*>:FLXRay:SRCType
driver.bus.flxRay.srcType.set(source_type = enums.BusFlxraySourceType.DIFFerential, bus = repcap.Bus.Default)

Sets the type of measurement.

Parameters:
  • source_type

    SINGle | DIFFerential | LOGic

    • SINGle: Used for measurements with single-ended probes or single-ended voltage measurements with differential probes on the FlexRay bus. Two thresholds have to be defined as absolute voltage levels, see BUSb:FLXRay:THResholdn.

    • DIFFerential: Used for differential measurements on the FlexRay bus. This is the most common measurement. Two thresholds have to be defined as differential voltages.

    • LOGic: Used for measurements of the logic signal inside the FlexRay node, between the communication controller and the bus driver. It is possible to measure simultaneously on a data line and on the ‘enable’ line. Each line requires its own threshold.

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