TypePy

SCPI Command :

TRIGger<*>:MILStd:TYPE
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(trigger=Trigger.Default) BusMilstdType[source]
# TRIGger<*>:MILStd:TYPE
value: enums.BusMilstdType = driver.trigger.milstd.typePy.get(trigger = repcap.Trigger.Default)

Sets the trigger type for MIL-1553 analysis.

Parameters:

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

Returns:

type_py: STYPe | WTYPe | DATA | CDST | CMD | STATword | ERR

  • STYPe: SyncTYPe: triggers on a sync impulse.

  • WTYPe: WordTYPe: triggers on the selected word type.

  • DATA: Triggers on a data word that can be specified.

  • CDST: CommanDSTatus word: triggers on a command word or on a status word that can be specified.

  • CMD: CoMmanD word: triggers on a command word or on a status word that can be specified.

  • STATword: STATus word: triggers on a status word that can be specified.

  • ERR: ERRor: triggers on any combination of protocol errors.

set(type_py: BusMilstdType, trigger=Trigger.Default) None[source]
# TRIGger<*>:MILStd:TYPE
driver.trigger.milstd.typePy.set(type_py = enums.BusMilstdType.CDST, trigger = repcap.Trigger.Default)

Sets the trigger type for MIL-1553 analysis.

Parameters:
  • type_py

    STYPe | WTYPe | DATA | CDST | CMD | STATword | ERR

    • STYPe: SyncTYPe: triggers on a sync impulse.

    • WTYPe: WordTYPe: triggers on the selected word type.

    • DATA: Triggers on a data word that can be specified.

    • CDST: CommanDSTatus word: triggers on a command word or on a status word that can be specified.

    • CMD: CoMmanD word: triggers on a command word or on a status word that can be specified.

    • STATword: STATus word: triggers on a status word that can be specified.

    • ERR: ERRor: triggers on any combination of protocol errors.

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