SpOne
SCPI Command :
LANE<*>:EMBedding:COMPonent<*>:SPONe
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(lane=Lane.Default, component=Component.Default) str[source]
# LANE<*>:EMBedding:COMPonent<*>:SPONe value: str = driver.lane.embedding.component.spOne.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’)
- set(sparam_file_path_1: str, lane=Lane.Default, component=Component.Default) None[source]
# LANE<*>:EMBedding:COMPonent<*>:SPONe driver.lane.embedding.component.spOne.set(sparam_file_path_1 = '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_1 – 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’)