SpTwo

SCPI Command :

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

Set the file name, file format and path of the S-parameter file, and load the S-parameters.

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

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

Returns:

sparam_file_path_2: String with path and file name with extension s2p (2-port component) or s4p (4-port component) .

set(sparam_file_path_2: str, lane=Lane.Default, component=Component.Default) None[source]
# LANE<*>:EMBedding:COMPonent<*>:SPTWo
driver.lane.embedding.component.spTwo.set(sparam_file_path_2 = 'abc', lane = repcap.Lane.Default, component = repcap.Component.Default)

Set the file name, file format and path of the S-parameter file, and load the S-parameters.

Parameters:
  • sparam_file_path_2 – String with path and file name with extension s2p (2-port component) or s4p (4-port component) .

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

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