TypePy

SCPI Command :

[SOURce<HW>]:REGenerator:OBJect<CH>:TYPE
class TypePyCls[source]

TypePy commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get(objectIx=ObjectIx.Default) RsSmw.enums.RegObjType[source]
# SCPI: [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.

param objectIx

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

return

type_py: OFF| STATic| MOVing| SMOVing

set(type_py: RsSmw.enums.RegObjType, objectIx=ObjectIx.Default) None[source]
# SCPI: [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.

param type_py

OFF| STATic| MOVing| SMOVing

param objectIx

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