TypePy

SCPI Command :

[SOURce<HW>]:REGenerator:OBJect<CH>:TYPE
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(objectIx=ObjectIx.Default) RegObjType[source]
# [SOURce<HW>]:REGenerator:OBJect<CH>:TYPE
value: enums.RegObjType = driver.source.regenerator.object.typePy.get(objectIx = repcap.ObjectIx.Default)

Sets the object type or disables it.

Parameters:

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

Returns:

type_py: OFF | STATic | MOVing | SMOVing

set(type_py: RegObjType, objectIx=ObjectIx.Default) None[source]
# [SOURce<HW>]:REGenerator:OBJect<CH>:TYPE
driver.source.regenerator.object.typePy.set(type_py = enums.RegObjType.MOVing, objectIx = repcap.ObjectIx.Default)

Sets the object type or disables it.

Parameters:
  • type_py – OFF | STATic | MOVing | SMOVing

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