File

SCPI Command :

SCONfiguration:EXTernal:CODer<CH>:REMote:INITialization:FILE
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(index=Index.Default) str[source]
# SCONfiguration:EXTernal:CODer<CH>:REMote:INITialization:FILE
value: str = driver.sconfiguration.external.coder.remote.initialization.file.get(index = repcap.Index.Default)

Queries the currently selected initialization file.

Parameters:

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

Returns:

filename: string filename with file extension (iec)

set(filename: str, index=Index.Default) None[source]
# SCONfiguration:EXTernal:CODer<CH>:REMote:INITialization:FILE
driver.sconfiguration.external.coder.remote.initialization.file.set(filename = 'abc', index = repcap.Index.Default)

Queries the currently selected initialization file.

Parameters:
  • filename – string filename with file extension (iec)

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