Srequest

SCPI Command :

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

Triggers on the state of the service request 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:

svc_request_flag: ONE | ZERO | DC

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

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

Parameters:
  • svc_request_flag – ONE | ZERO | DC

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