SubSystem

SCPI Command :

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

Triggers on the state of the subsystem flag bit of the status word if method RsRtx.trigger.milstd.typePy.set() is set to STATword.

Parameters:

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

Returns:

subsystem_flag: ONE | ZERO | DC

set(subsystem_flag: BusBitCondition, trigger=Trigger.Default) None[source]
# TRIGger<*>:MILStd:STATus:SUBSystem
driver.trigger.milstd.status.subSystem.set(subsystem_flag = enums.BusBitCondition.DC, trigger = repcap.Trigger.Default)

Triggers on the state of the subsystem flag bit of the status word if method RsRtx.trigger.milstd.typePy.set() is set to STATword.

Parameters:
  • subsystem_flag – ONE | ZERO | DC

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