TypePy
SCPI Command :
BUS<*>:MILStd:WORD<*>:TYPE
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(bus=Bus.Default, word=Word.Default) BusMilstdWordType[source]
# BUS<*>:MILStd:WORD<*>:TYPE value: enums.BusMilstdWordType = driver.bus.milstd.word.typePy.get(bus = repcap.Bus.Default, word = repcap.Word.Default)
Returns the type of the specified word.
- Parameters:
bus – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bus’)
word – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Word’)
- Returns:
type_py: CMD: command word CMST: command/status word IM: inter message. Shows if there are gap errors or response timeout.