SpfType

SCPI Command :

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

No help available

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_1_typ: S2P | S3P | S4P | S6P

set(sparam_file_1_typ: SparamFileType, lane=Lane.Default, component=Component.Default) None[source]
# LANE<*>:EMBedding:COMPonent<*>:SPFType
driver.lane.embedding.component.spfType.set(sparam_file_1_typ = enums.SparamFileType.RS2P, lane = repcap.Lane.Default, component = repcap.Component.Default)

No help available

Parameters:
  • sparam_file_1_typ – S2P | S3P | S4P | S6P

  • 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’)