Standard

SCPI Command :

BUS<*>:LIN:STANdard
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(bus=Bus.Default) BusLinStandard[source]
# BUS<*>:LIN:STANdard
value: enums.BusLinStandard = driver.bus.lin.standard.get(bus = repcap.Bus.Default)

Selects the version of the LIN standard.

Parameters:

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

Returns:

standard: V1X | V2X | J2602 | AUTO

set(standard: BusLinStandard, bus=Bus.Default) None[source]
# BUS<*>:LIN:STANdard
driver.bus.lin.standard.set(standard = enums.BusLinStandard.AUTO, bus = repcap.Bus.Default)

Selects the version of the LIN standard.

Parameters:
  • standard – V1X | V2X | J2602 | AUTO

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