Akyga Strömkabel IEC C13 CEE 7 7 230V 50Hz 5m
Akyga | AK-PC-05A | 5901720130860
- Tips

Finns i lager 78 st.
Priset på varor är 4,01 €.
Priset på varor är 3,31 € utan moms.
Faktiskt i vagnen 0 st.
Akyga IEC C13 CEE 7/7 strömkabel — Tillförlitlig anslutning
Miljöer som kräver stabil och säker strömförsörjning kräver robust och högkvalitativ kabel. Denna Akyga-strömkabel med en längd på 5 meter ger tillräcklig räckvidd för flexibel användning. Tack vare hybridkontakten CEE 7/7 och IEC C13 är den kompatibel med ett brett utbud av enheter, vilket säkerställer mångsidighet i alla vanliga strömtillämpningar. Konstruktionen av CCA (kopparpläterad aluminium) och PVC-isolering ger hållbarhet och tillförlitlighet i dagligt bruk. Ett idealiskt val för att driva datornätaggregat och annan elektronik.
Tillförlitlighet och säkerhet i varje detalj
Tack vare den maximala spänningen 250 V och strömkapaciteten 10 A är kabeln utformad för att möta kraven från ännu kraftfullare enheter. Kabeltjockleken på 7 mm ökar det mekaniska motståndet och minimerar risken för skador under hantering eller belastning. CE-certifiering garanterar överensstämmelse med europeiska säkerhetsstandarder, vilket ger trygghet och säkerhet under användning.
Kompatibilitet med olika enheter
Akyga-strömkabeln är helt kompatibel med en mängd olika källor och enheter, såsom ATX-nätaggregat i AK-B1-serien med olika effekter från 400W till 700W, ITX-nätaggregat AK-I1-200 eller miniITX-chassierna AK-730-01BL och AK-730-01BK med integrerad strömförsörjning. Kabeln är också idealisk för förlängningskablar som AK-PC-03A och AK-PC-03C, vilket säkerställer universell användning.
Tekniska data
- Kabellängd: 5 m
- Kontakt 1: Hybrid C/E/F (CEE 7/7) standardkontakt
- Kontakt 2: IEC C13
- Maximal spänning: 250 V
- Maximal ström: 10 A
- Ledarmaterial: CCA (kopparpläterad aluminium)
- Isoleringsmaterial: PVC
- Kabeltjocklek: 7 mm
- Färg: Svart
- Vikt: 340 g
- Förpackningsmått: 195 x 270 x 40 mm
Denna kabel är den optimala lösningen för krävande användare som behöver en kombination av prestanda, säkerhet och flexibilitet.
Varornas egenskaper
| Titel | Värde |
|---|




![⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Failed Tests 4 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ FAIL test/integration/src/lib/product-short-link.test.ts > product-short-link > facade > create inserts a short link record SequelizeUniqueConstraintError: Validation error ❯ Query.run node_modules/sequelize/src/dialects/postgres/query.js:76:24 ❯ node_modules/sequelize/src/sequelize.js:650:27 ❯ PostgresQueryInterface.insert node_modules/sequelize/src/dialects/abstract/query-interface.js:795:20 ❯ ProductShortLink.save node_modules/sequelize/src/model.js:4154:34 ❯ ProductShortLink.create node_modules/sequelize/src/model.js:2305:11 ❯ test/integration/src/lib/product-short-link.test.ts:98:38 96| 97| test('create inserts a short link record', async (): Promise<void> => { 98| const link: ProductShortLink = await facade.productShortLink.create( | ^ 99| committedProductId, 100| 'CRTST', ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯[1/4]⎯ FAIL test/unit/src/lib/account/account-repository.test.ts > getOrCreateCustomerAccount > creates account and customer for a new email TypeError: this.facade.account.findOrCreate is not a function ❯ AccountRepository.getOrCreateCustomerAccount src/lib/account/account-repository.ts:41:56 39| } 40| 41| const account: Account = await this.facade.account.findOrCreate({ | ^ 42| email: normalizedEmail, 43| accountTypeId: EAccountType.CUSTOMER, ❯ AccountRepository.apmInstrumented src/lib/apm-instrument.ts:51:40 ❯ test/unit/src/lib/account/account-repository.test.ts:70:38 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯[2/4]⎯ FAIL test/unit/src/lib/account/account-repository.test.ts > getOrCreateCustomerAccount > is idempotent for an existing account with a customer TypeError: this.facade.account.findOrCreate is not a function ❯ AccountRepository.getOrCreateCustomerAccount src/lib/account/account-repository.ts:41:56 39| } 40| 41| const account: Account = await this.facade.account.findOrCreate({ | ^ 42| email: normalizedEmail, 43| accountTypeId: EAccountType.CUSTOMER, ❯ AccountRepository.apmInstrumented src/lib/apm-instrument.ts:51:40 ❯ test/unit/src/lib/account/account-repository.test.ts:105:38 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯[3/4]⎯ FAIL test/unit/src/lib/account/account-repository.test.ts > getOrCreateCustomerAccount > creates a customer for an existing account without one TypeError: this.facade.account.findOrCreate is not a function ❯ AccountRepository.getOrCreateCustomerAccount src/lib/account/account-repository.ts:41:56 39| } 40| 41| const account: Account = await this.facade.account.findOrCreate({ | ^ 42| email: normalizedEmail, 43| accountTypeId: EAccountType.CUSTOMER, ❯ AccountRepository.apmInstrumented src/lib/apm-instrument.ts:51:40 ❯ test/unit/src/lib/account/account-repository.test.ts:126:38 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Failed Tests 4 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ FAIL test/integration/src/lib/product-short-link.test.ts > product-short-link > facade > create inserts a short link record SequelizeUniqueConstraintError: Validation error ❯ Query.run node_modules/sequelize/src/dialects/postgres/query.js:76:24 ❯ node_modules/sequelize/src/sequelize.js:650:27 ❯ PostgresQueryInterface.insert node_modules/sequelize/src/dialects/abstract/query-interface.js:795:20 ❯ ProductShortLink.save node_modules/sequelize/src/model.js:4154:34 ❯ ProductShortLink.create node_modules/sequelize/src/model.js:2305:11 ❯ test/integration/src/lib/product-short-link.test.ts:98:38 96| 97| test('create inserts a short link record', async (): Promise<void> => { 98| const link: ProductShortLink = await facade.productShortLink.create( | ^ 99| committedProductId, 100| 'CRTST', ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯[1/4]⎯ FAIL test/unit/src/lib/account/account-repository.test.ts > getOrCreateCustomerAccount > creates account and customer for a new email TypeError: this.facade.account.findOrCreate is not a function ❯ AccountRepository.getOrCreateCustomerAccount src/lib/account/account-repository.ts:41:56 39| } 40| 41| const account: Account = await this.facade.account.findOrCreate({ | ^ 42| email: normalizedEmail, 43| accountTypeId: EAccountType.CUSTOMER, ❯ AccountRepository.apmInstrumented src/lib/apm-instrument.ts:51:40 ❯ test/unit/src/lib/account/account-repository.test.ts:70:38 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯[2/4]⎯ FAIL test/unit/src/lib/account/account-repository.test.ts > getOrCreateCustomerAccount > is idempotent for an existing account with a customer TypeError: this.facade.account.findOrCreate is not a function ❯ AccountRepository.getOrCreateCustomerAccount src/lib/account/account-repository.ts:41:56 39| } 40| 41| const account: Account = await this.facade.account.findOrCreate({ | ^ 42| email: normalizedEmail, 43| accountTypeId: EAccountType.CUSTOMER, ❯ AccountRepository.apmInstrumented src/lib/apm-instrument.ts:51:40 ❯ test/unit/src/lib/account/account-repository.test.ts:105:38 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯[3/4]⎯ FAIL test/unit/src/lib/account/account-repository.test.ts > getOrCreateCustomerAccount > creates a customer for an existing account without one TypeError: this.facade.account.findOrCreate is not a function ❯ AccountRepository.getOrCreateCustomerAccount src/lib/account/account-repository.ts:41:56 39| } 40| 41| const account: Account = await this.facade.account.findOrCreate({ | ^ 42| email: normalizedEmail, 43| accountTypeId: EAccountType.CUSTOMER, ❯ AccountRepository.apmInstrumented src/lib/apm-instrument.ts:51:40 ❯ test/unit/src/lib/account/account-repository.test.ts:126:38](/static/product/photo/d8e4659f-d614-4177-bc5a-e2aa2acc78d6--100.webp)











