Name

SCPI Command :

[SOURce<HW>]:REGenerator:OBJect<CH>:NAME
class NameCls[source]

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

get(objectIx=ObjectIx.Default) str[source]
# SCPI: [SOURce<HW>]:REGenerator:OBJect<CH>:NAME
value: str = driver.source.regenerator.object.name.get(objectIx = repcap.ObjectIx.Default)

Enter a symbolic name.

param objectIx

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

return

name: string

set(name: str, objectIx=ObjectIx.Default) None[source]
# SCPI: [SOURce<HW>]:REGenerator:OBJect<CH>:NAME
driver.source.regenerator.object.name.set(name = 'abc', objectIx = repcap.ObjectIx.Default)

Enter a symbolic name.

param name

string

param objectIx

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