Xdata

SCPI Command :

TRIGger:SBHW:CAN:XDATa:SEC
Commands in total: 10
Subgroups: 3
Direct child commands: 1
get_sec() SbusBitState[source]
# TRIGger:SBHW:CAN:XDATa:SEC
value: enums.SbusBitState = driver.trigger.sbhw.can.xdata.get_sec()

Sets a value for the simple extended content (SEC) field. It indicates, if the CAN XL data frame uses the CADsec protocol.

Returns:

sec_bit: ONE | ZERO | DC

set_sec(sec_bit: SbusBitState) None[source]
# TRIGger:SBHW:CAN:XDATa:SEC
driver.trigger.sbhw.can.xdata.set_sec(sec_bit = enums.SbusBitState.DC)

Sets a value for the simple extended content (SEC) field. It indicates, if the CAN XL data frame uses the CADsec protocol.

Parameters:

sec_bit – ONE | ZERO | DC

Cloning the Group

# Create a copy of the original group, that exists independently
xdata_copy = driver.trigger.sbhw.can.xdata.clone()

Subgroups