File

SCPI Command :

CHANnel<*>:EFRontend:ALIGn:FILE
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(channel=Channel.Default) str[source]
# CHANnel<*>:EFRontend:ALIGn:FILE
value: str = driver.channel.efrontend.align.file.get(channel = repcap.Channel.Default)

Sets the path to the S-parameter file that contains the correction values for the cable that connects the frontend to the oscilloscope.

Parameters:

channel – optional repeated capability selector. Default value: Ch1 (settable in the interface ‘Channel’)

Returns:

file_path: String with path and name of the s2p file.

set(file_path: str, channel=Channel.Default) None[source]
# CHANnel<*>:EFRontend:ALIGn:FILE
driver.channel.efrontend.align.file.set(file_path = 'abc', channel = repcap.Channel.Default)

Sets the path to the S-parameter file that contains the correction values for the cable that connects the frontend to the oscilloscope.

Parameters:
  • file_path – String with path and name of the s2p file.

  • channel – optional repeated capability selector. Default value: Ch1 (settable in the interface ‘Channel’)