Name

SCPI Command :

LANE<*>:EMBedding:NAME
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(lane=Lane.Default) str[source]
# LANE<*>:EMBedding:NAME
value: str = driver.lane.embedding.name.get(lane = repcap.Lane.Default)

Sets the file name, file format and path of the embedding setup file. The file format is always .xml.

Parameters:

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

Returns:

path: String with path and file name with extension .xml

set(path: str, lane=Lane.Default) None[source]
# LANE<*>:EMBedding:NAME
driver.lane.embedding.name.set(path = 'abc', lane = repcap.Lane.Default)

Sets the file name, file format and path of the embedding setup file. The file format is always .xml.

Parameters:
  • path – String with path and file name with extension .xml

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